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)
2022-05-08T13:01:34.982Z||main|||||INFO|500||The following profiles are active: basic
2022-05-08T13:01:44.335Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-08T13:01:44.335Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-08T13:01:44.408Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-08T13:01:46.581Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-08T13:01:46.750Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-08T13:01:47.149Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-08T13:01:47.156Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-08T13:01:47.227Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-08T13:01:47.362Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-08T13:01:47.735Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-08T13:01:48.642Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-08T13:01:50.487Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-08T13:01:50.531Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-08T13:01:50.949Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-08T13:01:51.144Z||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.
2022-05-08T13:01:52.195Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-08T13:01:53.099Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-05-08T13:01:53.114Z||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$$5205c6a0.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)
2022-05-08T13:01:53.115Z||main|||||WARN|500||The sdc end point is not alive
2022-05-08T13:01:55.683Z||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
2022-05-08T13:01:58.289Z||main|||||WARN|500||---
2022-05-08T13:01:58.290Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-08T13:01:58.290Z||main|||||WARN|500||---
2022-05-08T13:01:58.707Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-08T13:02:03.092Z||main|||||INFO|500||Started Application in 32.611 seconds (JVM running for 33.756)
2022-05-08T13:02:03.109Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-08T13:02:03.110Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-08T13:02:03.146Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-08T13:02:03.173Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-08T13:02:03.212Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ef0769ff-2768-4489-9181-4b468cf038f6 url= /sdc/v1/artifactTypes
2022-05-08T13:02:03.213Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-08T13:02:03.500Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-08T13:02:03.520Z||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
2022-05-08T13:02:03.545Z||scheduling-1|||||DEBUG|500||create keys
2022-05-08T13:02:03.551Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-08T13:02:04.242Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:02:04.259Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 018f1094-75a1-4ecc-9025-b9bb2f5e6479 url= /sdc/v1/registerForDistribution
2022-05-08T13:02:04.326Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 018f1094-75a1-4ecc-9025-b9bb2f5e6479 url= /sdc/v1/registerForDistribution
2022-05-08T13:02:04.326Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-08T13:02:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:02:04.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:02:04.340Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-08T13:02:04.342Z||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.
2022-05-08T13:02:04.342Z||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.
2022-05-08T13:02:04.342Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:02:04.342Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:02:15.327Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:02:15.327Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:03:04.333Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:03:04.334Z||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.
2022-05-08T13:03:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:03:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:03:04.336Z||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.
2022-05-08T13:03:04.337Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:03:13.876Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:03:13.876Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:04:04.333Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:04:04.334Z||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.
2022-05-08T13:04:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:04:04.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:04:04.337Z||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.
2022-05-08T13:04:04.337Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:04:13.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:04:13.880Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:05:04.333Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:05:04.334Z||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.
2022-05-08T13:05:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:05:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:05:04.337Z||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.
2022-05-08T13:05:04.337Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:05:13.874Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:05:13.884Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:06:04.333Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:06:04.334Z||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.
2022-05-08T13:06:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:06:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:06:04.336Z||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.
2022-05-08T13:06:04.337Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:06:13.872Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:06:13.873Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:07:04.333Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:07:04.334Z||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.
2022-05-08T13:07:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:07:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:07:04.335Z||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.
2022-05-08T13:07:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:07:13.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:07:13.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:08:04.333Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:08:04.334Z||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.
2022-05-08T13:08:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:08:04.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:08:04.336Z||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.
2022-05-08T13:08:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:08:13.869Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:08:13.873Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:09:04.333Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:09:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:09:04.335Z||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.
2022-05-08T13:09:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:09:04.336Z||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.
2022-05-08T13:09:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:09:13.872Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:09:13.871Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:10:04.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:10:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:10:04.335Z||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.
2022-05-08T13:10:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:10:04.335Z||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.
2022-05-08T13:10:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:10:13.877Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:10:13.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:11:04.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:11:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:11:04.335Z||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.
2022-05-08T13:11:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:11:04.336Z||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.
2022-05-08T13:11:04.337Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:11:13.875Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:11:13.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:11:40.650Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-08T13:12:04.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:12:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:12:04.335Z||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.
2022-05-08T13:12:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:12:04.335Z||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.
2022-05-08T13:12:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:12:13.877Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:12:13.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:13:04.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:13:04.334Z||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.
2022-05-08T13:13:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:13:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:13:04.335Z||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.
2022-05-08T13:13:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:13:13.873Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:13:13.873Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:14:04.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:14:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:14:04.335Z||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.
2022-05-08T13:14:04.335Z||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.
2022-05-08T13:14:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:14:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:14:13.874Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:14:13.874Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:15:04.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:15:04.334Z||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.
2022-05-08T13:15:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:15:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:15:04.335Z||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.
2022-05-08T13:15:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:15:13.872Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:15:13.872Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:16:04.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:16:04.334Z||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.
2022-05-08T13:16:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:16:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:16:04.335Z||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.
2022-05-08T13:16:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:16:13.871Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:16:13.873Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:17:04.333Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:17:04.334Z||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.
2022-05-08T13:17:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:17:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:17:04.335Z||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.
2022-05-08T13:17:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:17:13.872Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:17:13.874Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:18:04.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:18:04.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:18:04.335Z||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.
2022-05-08T13:18:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:18:04.336Z||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.
2022-05-08T13:18:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:18:13.874Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:18:13.875Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:19:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:19:04.335Z||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.
2022-05-08T13:19:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:19:04.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:19:04.337Z||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.
2022-05-08T13:19:04.337Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:19:13.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:19:13.876Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:20:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:20:04.334Z||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.
2022-05-08T13:20:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:20:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:20:04.335Z||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.
2022-05-08T13:20:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:20:13.869Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:20:13.872Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:21:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:21:04.334Z||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.
2022-05-08T13:21:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:21:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:21:04.335Z||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.
2022-05-08T13:21:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:21:13.870Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:21:13.872Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:22:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:22:04.333Z||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.
2022-05-08T13:22:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:22:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:22:04.335Z||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.
2022-05-08T13:22:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:22:13.871Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:22:13.871Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:23:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:23:04.334Z||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.
2022-05-08T13:23:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:23:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:23:04.336Z||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.
2022-05-08T13:23:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:23:13.883Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:23:13.885Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:24:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:24:04.334Z||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.
2022-05-08T13:24:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:24:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:24:04.335Z||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.
2022-05-08T13:24:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:24:13.873Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:24:13.874Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:25:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:25:04.334Z||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.
2022-05-08T13:25:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:25:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:25:04.336Z||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.
2022-05-08T13:25:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:25:13.870Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:25:13.870Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:26:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:26:04.334Z||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.
2022-05-08T13:26:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:26:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:26:04.336Z||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.
2022-05-08T13:26:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:26:13.871Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:26:13.872Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:27:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:27:04.334Z||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.
2022-05-08T13:27:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:27:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:27:04.335Z||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.
2022-05-08T13:27:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:27:13.870Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:27:13.871Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:28:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:28:04.334Z||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.
2022-05-08T13:28:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:28:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:28:04.335Z||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.
2022-05-08T13:28:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:28:13.870Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:28:13.873Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:29:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:29:04.334Z||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.
2022-05-08T13:29:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:29:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:29:04.335Z||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.
2022-05-08T13:29:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:29:13.873Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:29:13.873Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:30:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:30:04.334Z||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.
2022-05-08T13:30:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:30:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:30:04.335Z||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.
2022-05-08T13:30:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:30:13.871Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:30:13.871Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:31:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:31:04.334Z||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.
2022-05-08T13:31:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:31:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:31:04.335Z||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.
2022-05-08T13:31:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:31:13.871Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:31:13.872Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:32:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:32:04.334Z||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.
2022-05-08T13:32:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:32:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:32:04.335Z||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.
2022-05-08T13:32:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:32:13.870Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:32:13.871Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:33:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:33:04.334Z||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.
2022-05-08T13:33:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:33:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:33:04.335Z||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.
2022-05-08T13:33:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:33:13.874Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:33:13.874Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:34:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:34:04.334Z||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.
2022-05-08T13:34:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:34:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:34:04.335Z||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.
2022-05-08T13:34:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:34:09.249Z||http-nio-8085-exec-4|||||INFO|500||Error parsing HTTP request header
Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [0x160x030x010x020x000x010x000x010xfc0x030x030xf4N0xe30x010xabz"0xcc0x8f0xc80xab0xd7&T0xfbY0x86h%;D0xefB_$cc0x180xc80x970x87z]. HTTP method names must be tokens
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-08T13:34:13.869Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:34:13.871Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:35:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:35:04.334Z||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.
2022-05-08T13:35:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:35:04.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:35:04.336Z||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.
2022-05-08T13:35:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:35:13.871Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:35:13.871Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:36:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:36:04.334Z||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.
2022-05-08T13:36:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:36:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:36:04.336Z||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.
2022-05-08T13:36:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:36:13.871Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:36:13.872Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:37:04.332Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:37:04.333Z||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.
2022-05-08T13:37:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:37:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:37:04.335Z||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.
2022-05-08T13:37:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:37:13.872Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:37:13.873Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:38:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:38:04.334Z||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.
2022-05-08T13:38:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:38:04.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:38:04.335Z||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.
2022-05-08T13:38:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:38:13.872Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:38:13.881Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:39:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:39:04.333Z||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.
2022-05-08T13:39:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:39:04.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:39:04.335Z||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.
2022-05-08T13:39:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:39:13.870Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:39:13.871Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:40:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:40:04.334Z||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.
2022-05-08T13:40:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:40:04.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:40:04.335Z||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.
2022-05-08T13:40:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:40:13.869Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:40:13.870Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:41:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:41:04.333Z||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.
2022-05-08T13:41:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:41:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:41:04.335Z||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.
2022-05-08T13:41:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:41:13.870Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:41:13.870Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:42:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:42:04.333Z||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.
2022-05-08T13:42:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:42:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:42:04.335Z||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.
2022-05-08T13:42:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:42:13.873Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:42:13.873Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:43:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:43:04.333Z||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.
2022-05-08T13:43:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:43:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:43:04.335Z||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.
2022-05-08T13:43:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:43:13.871Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:43:13.871Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:44:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:44:04.333Z||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.
2022-05-08T13:44:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:44:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:44:04.335Z||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.
2022-05-08T13:44:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:44:13.866Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:44:13.869Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:45:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:45:04.333Z||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.
2022-05-08T13:45:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:45:04.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:45:04.335Z||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.
2022-05-08T13:45:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:45:13.874Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:45:13.874Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:46:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:46:04.333Z||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.
2022-05-08T13:46:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:46:04.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:46:04.335Z||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.
2022-05-08T13:46:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:46:13.870Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:46:13.875Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:47:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:47:04.334Z||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.
2022-05-08T13:47:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:47:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:47:04.335Z||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.
2022-05-08T13:47:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:47:13.868Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:47:13.870Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:48:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:48:04.333Z||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.
2022-05-08T13:48:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:48:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:48:04.335Z||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.
2022-05-08T13:48:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:48:13.870Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:48:13.870Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:49:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:49:04.333Z||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.
2022-05-08T13:49:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:49:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:49:04.335Z||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.
2022-05-08T13:49:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:49:13.867Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:49:13.867Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:50:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:50:04.333Z||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.
2022-05-08T13:50:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:50:04.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:50:04.336Z||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.
2022-05-08T13:50:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:50:13.870Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:50:13.871Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:51:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:51:04.333Z||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.
2022-05-08T13:51:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:51:04.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:51:04.335Z||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.
2022-05-08T13:51:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:51:13.872Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:51:13.872Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:52:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:52:04.333Z||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.
2022-05-08T13:52:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:52:04.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:52:04.335Z||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.
2022-05-08T13:52:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:52:13.871Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:52:13.871Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:53:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:53:04.333Z||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.
2022-05-08T13:53:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:53:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:53:04.335Z||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.
2022-05-08T13:53:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:53:13.875Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:53:13.875Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:54:04.332Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:54:04.333Z||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.
2022-05-08T13:54:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:54:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:54:04.336Z||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.
2022-05-08T13:54:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:54:13.870Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:54:13.870Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:55:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:55:04.333Z||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.
2022-05-08T13:55:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:55:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:55:04.335Z||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.
2022-05-08T13:55:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:55:13.870Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:55:13.870Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:56:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:56:04.334Z||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.
2022-05-08T13:56:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:56:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:56:04.335Z||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.
2022-05-08T13:56:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:56:13.872Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:56:13.875Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:57:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:57:04.334Z||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.
2022-05-08T13:57:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:57:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:57:04.335Z||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.
2022-05-08T13:57:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:57:13.873Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:57:13.874Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:58:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:58:04.334Z||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.
2022-05-08T13:58:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:58:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:58:04.335Z||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.
2022-05-08T13:58:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:58:13.868Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:58:13.869Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:59:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:59:04.334Z||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.
2022-05-08T13:59:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:59:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T13:59:04.335Z||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.
2022-05-08T13:59:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T13:59:13.870Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T13:59:13.870Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:00:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:00:04.334Z||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.
2022-05-08T14:00:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:00:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:00:04.335Z||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.
2022-05-08T14:00:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:00:13.870Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:00:13.871Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:01:04.333Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:01:04.333Z||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.
2022-05-08T14:01:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:01:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:01:04.335Z||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.
2022-05-08T14:01:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:01:13.872Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:01:13.872Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:02:04.333Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:02:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:02:04.335Z||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.
2022-05-08T14:02:04.335Z||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.
2022-05-08T14:02:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:02:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:02:13.870Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:02:13.870Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:03:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:03:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:03:04.335Z||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.
2022-05-08T14:03:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:03:04.335Z||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.
2022-05-08T14:03:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:03:13.867Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:03:13.872Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:04:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:04:04.334Z||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.
2022-05-08T14:04:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:04:04.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:04:04.335Z||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.
2022-05-08T14:04:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:04:13.870Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:04:13.874Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:05:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:05:04.334Z||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.
2022-05-08T14:05:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:05:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:05:04.336Z||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.
2022-05-08T14:05:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:05:13.870Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:05:13.870Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:06:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:06:04.333Z||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.
2022-05-08T14:06:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:06:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:06:04.335Z||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.
2022-05-08T14:06:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:06:13.866Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:06:13.868Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:07:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:07:04.333Z||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.
2022-05-08T14:07:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:07:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:07:04.335Z||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.
2022-05-08T14:07:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:07:13.880Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:07:13.882Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:08:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:08:04.333Z||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.
2022-05-08T14:08:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:08:04.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:08:04.335Z||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.
2022-05-08T14:08:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:08:13.866Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:08:13.867Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:09:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:09:04.333Z||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.
2022-05-08T14:09:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:09:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:09:04.335Z||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.
2022-05-08T14:09:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:09:13.867Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:09:13.869Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:10:04.332Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:10:04.333Z||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.
2022-05-08T14:10:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:10:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:10:04.335Z||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.
2022-05-08T14:10:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:10:13.867Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:10:13.870Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:11:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:11:04.333Z||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.
2022-05-08T14:11:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:11:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:11:04.335Z||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.
2022-05-08T14:11:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:11:13.870Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:11:13.871Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:12:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:12:04.333Z||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.
2022-05-08T14:12:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:12:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:12:04.335Z||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.
2022-05-08T14:12:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:12:13.867Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:12:13.871Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:13:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:13:04.334Z||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.
2022-05-08T14:13:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:13:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:13:04.335Z||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.
2022-05-08T14:13:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:13:13.872Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:13:13.874Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:14:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:14:04.333Z||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.
2022-05-08T14:14:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:14:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:14:04.335Z||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.
2022-05-08T14:14:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:14:13.870Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:14:13.873Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:15:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:15:04.333Z||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.
2022-05-08T14:15:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:15:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:15:04.335Z||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.
2022-05-08T14:15:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:15:13.873Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:15:13.873Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:16:04.333Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:16:04.333Z||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.
2022-05-08T14:16:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:16:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:16:04.335Z||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.
2022-05-08T14:16:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:16:13.868Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:16:13.871Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:17:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:17:04.333Z||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.
2022-05-08T14:17:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:17:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:17:04.336Z||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.
2022-05-08T14:17:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:17:13.870Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:17:13.870Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:18:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:18:04.334Z||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.
2022-05-08T14:18:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:18:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:18:04.335Z||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.
2022-05-08T14:18:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:18:13.870Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:18:13.870Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:19:04.333Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:19:04.333Z||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.
2022-05-08T14:19:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:19:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:19:04.336Z||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.
2022-05-08T14:19:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:19:13.871Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:19:13.872Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:20:04.332Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:20:04.333Z||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.
2022-05-08T14:20:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:20:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:20:04.335Z||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.
2022-05-08T14:20:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:20:13.868Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:20:13.869Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:21:04.333Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:21:04.333Z||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.
2022-05-08T14:21:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:21:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:21:04.335Z||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.
2022-05-08T14:21:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:21:13.873Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:21:13.873Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:22:04.333Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:22:04.333Z||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.
2022-05-08T14:22:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:22:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:22:04.335Z||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.
2022-05-08T14:22:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:22:13.869Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:22:13.870Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:23:04.333Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:23:04.333Z||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.
2022-05-08T14:23:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:23:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:23:04.335Z||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.
2022-05-08T14:23:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:23:13.867Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:23:13.874Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:24:04.333Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:24:04.334Z||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.
2022-05-08T14:24:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:24:04.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:24:04.335Z||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.
2022-05-08T14:24:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:24:13.873Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:24:13.875Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:25:04.333Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:25:04.333Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T14:25:04.333Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmHXk3r530yAsVsJ) ...
2022-05-08T14:25:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:25:04.335Z||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.
2022-05-08T14:25:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:25:13.871Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:25:13.871Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:26:04.333Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:26:04.333Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T14:26:04.334Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmHXk3r530yAsVsJ) ...
2022-05-08T14:26:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:26:04.335Z||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.
2022-05-08T14:26:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:26:13.869Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:26:13.873Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:27:04.332Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:27:04.333Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T14:27:04.333Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmHXk3r530yAsVsJ) ...
2022-05-08T14:27:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:27:04.335Z||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.
2022-05-08T14:27:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:27:13.874Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:27:13.874Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:28:04.333Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:28:04.333Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T14:28:04.333Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmHXk3r530yAsVsJ) ...
2022-05-08T14:28:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:28:04.335Z||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.
2022-05-08T14:28:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:28:13.874Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:28:13.875Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:29:04.332Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:29:04.333Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T14:29:04.333Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmHXk3r530yAsVsJ) ...
2022-05-08T14:29:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:29:04.335Z||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.
2022-05-08T14:29:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:29:13.870Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:29:13.870Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:30:04.333Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:30:04.333Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T14:30:04.334Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmHXk3r530yAsVsJ) ...
2022-05-08T14:30:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:30:04.335Z||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.
2022-05-08T14:30:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:30:13.870Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:30:13.872Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:31:04.333Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:31:04.333Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T14:31:04.333Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmHXk3r530yAsVsJ) ...
2022-05-08T14:31:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:31:04.335Z||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.
2022-05-08T14:31:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:31:13.869Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:31:13.874Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:32:04.333Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:32:04.333Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T14:32:04.333Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmHXk3r530yAsVsJ) ...
2022-05-08T14:32:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:32:04.335Z||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.
2022-05-08T14:32:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:32:13.871Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:32:13.872Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:33:04.333Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:33:04.333Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T14:33:04.333Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmHXk3r530yAsVsJ) ...
2022-05-08T14:33:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:33:04.335Z||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.
2022-05-08T14:33:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:33:13.867Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:33:13.868Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:34:04.333Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:34:04.333Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T14:34:04.333Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmHXk3r530yAsVsJ) ...
2022-05-08T14:34:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:34:04.335Z||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.
2022-05-08T14:34:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:34:13.865Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:34:13.870Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:35:04.333Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:35:04.333Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T14:35:04.333Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmHXk3r530yAsVsJ) ...
2022-05-08T14:35:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:35:04.335Z||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.
2022-05-08T14:35:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:35:13.867Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:35:13.872Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:36:04.333Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:36:04.333Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T14:36:04.333Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmHXk3r530yAsVsJ) ...
2022-05-08T14:36:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:36:04.335Z||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.
2022-05-08T14:36:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:36:13.867Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:36:13.867Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:37:04.332Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:37:04.333Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T14:37:04.333Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmHXk3r530yAsVsJ) ...
2022-05-08T14:37:04.334Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:37:04.335Z||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.
2022-05-08T14:37:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:37:13.874Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:37:13.874Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:38:04.333Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:38:04.333Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T14:38:04.333Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmHXk3r530yAsVsJ) ...
2022-05-08T14:38:04.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:38:04.335Z||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.
2022-05-08T14:38:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:38:13.882Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:38:13.885Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:39:04.333Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:39:04.334Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T14:39:04.334Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmHXk3r530yAsVsJ) ...
2022-05-08T14:39:04.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:39:04.335Z||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.
2022-05-08T14:39:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:39:13.871Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:39:13.871Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:40:04.332Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:40:04.334Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T14:40:04.334Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmHXk3r530yAsVsJ) ...
2022-05-08T14:40:04.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:40:04.335Z||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.
2022-05-08T14:40:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:40:13.871Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:40:13.871Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:41:04.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:41:04.333Z||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.
2022-05-08T14:41:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:41:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:41:04.336Z||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.
2022-05-08T14:41:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:41:13.871Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:41:13.874Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:42:04.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:42:04.333Z||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.
2022-05-08T14:42:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:42:04.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:42:04.335Z||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.
2022-05-08T14:42:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:42:13.869Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:42:13.869Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:43:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:43:04.334Z||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.
2022-05-08T14:43:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:43:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:43:04.336Z||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.
2022-05-08T14:43:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:43:13.872Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:43:13.874Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:44:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:44:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:44:04.335Z||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.
2022-05-08T14:44:04.335Z||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.
2022-05-08T14:44:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:44:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:44:13.872Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:44:13.872Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:45:04.333Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:45:04.334Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T14:45:04.334Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmHXk3r530yAsVsJ) ...
2022-05-08T14:45:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:45:04.336Z||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.
2022-05-08T14:45:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:45:13.868Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:45:13.869Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:46:04.333Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:46:04.334Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T14:46:04.334Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmHXk3r530yAsVsJ) ...
2022-05-08T14:46:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:46:04.335Z||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.
2022-05-08T14:46:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:46:13.872Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:46:13.872Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:47:04.333Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:47:04.333Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-08T14:47:04.334Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as UmHXk3r530yAsVsJ) ...
2022-05-08T14:47:04.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:47:04.335Z||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.
2022-05-08T14:47:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:47:13.867Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:47:13.867Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:48:04.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:48:04.334Z||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.
2022-05-08T14:48:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:48:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:48:04.335Z||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.
2022-05-08T14:48:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:48:13.871Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:48:13.871Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:49:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:49:04.334Z||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.
2022-05-08T14:49:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:49:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:49:04.335Z||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.
2022-05-08T14:49:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:49:13.873Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:49:13.873Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:50:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:50:04.333Z||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.
2022-05-08T14:50:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:50:04.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:50:04.335Z||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.
2022-05-08T14:50:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:50:13.869Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:50:13.873Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:51:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:51:04.333Z||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.
2022-05-08T14:51:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:51:04.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:51:04.335Z||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.
2022-05-08T14:51:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:51:13.867Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:51:13.869Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:52:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:52:04.333Z||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.
2022-05-08T14:52:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:52:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:52:04.335Z||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.
2022-05-08T14:52:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:52:13.869Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:52:13.869Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:53:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:53:04.333Z||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.
2022-05-08T14:53:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:53:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:53:04.335Z||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.
2022-05-08T14:53:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:53:13.866Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:53:13.867Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:54:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:54:04.333Z||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.
2022-05-08T14:54:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:54:04.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:54:04.335Z||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.
2022-05-08T14:54:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:54:13.867Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:54:13.872Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:55:04.332Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:55:04.333Z||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.
2022-05-08T14:55:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:55:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:55:04.335Z||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.
2022-05-08T14:55:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:55:13.867Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:55:13.867Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:56:04.333Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:56:04.333Z||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.
2022-05-08T14:56:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:56:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:56:04.335Z||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.
2022-05-08T14:56:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:56:13.872Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:56:13.872Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:57:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:57:04.333Z||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.
2022-05-08T14:57:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:57:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:57:04.335Z||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.
2022-05-08T14:57:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:57:13.866Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:57:13.868Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:58:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:58:04.333Z||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.
2022-05-08T14:58:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:58:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:58:04.335Z||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.
2022-05-08T14:58:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:58:13.870Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:58:13.881Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:59:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:59:04.333Z||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.
2022-05-08T14:59:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:59:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T14:59:04.335Z||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.
2022-05-08T14:59:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T14:59:13.870Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T14:59:13.870Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:00:04.332Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:00:04.333Z||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.
2022-05-08T15:00:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:00:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:00:04.335Z||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.
2022-05-08T15:00:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:00:13.867Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:00:13.870Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:01:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:01:04.333Z||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.
2022-05-08T15:01:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:01:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:01:04.335Z||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.
2022-05-08T15:01:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:01:13.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:01:13.870Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:02:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:02:04.333Z||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.
2022-05-08T15:02:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:02:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:02:04.335Z||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.
2022-05-08T15:02:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:02:13.870Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:02:13.870Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:03:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:03:04.334Z||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.
2022-05-08T15:03:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:03:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:03:04.335Z||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.
2022-05-08T15:03:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:03:13.869Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:03:13.869Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:04:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:04:04.333Z||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.
2022-05-08T15:04:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:04:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:04:04.335Z||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.
2022-05-08T15:04:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:04:13.865Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:04:13.873Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:05:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:05:04.333Z||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.
2022-05-08T15:05:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:05:04.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:05:04.336Z||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.
2022-05-08T15:05:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:05:13.870Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:05:13.872Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:06:04.332Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:06:04.333Z||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.
2022-05-08T15:06:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:06:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:06:04.335Z||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.
2022-05-08T15:06:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:06:13.868Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:06:13.868Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:07:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:07:04.333Z||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.
2022-05-08T15:07:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:07:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:07:04.335Z||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.
2022-05-08T15:07:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:07:13.870Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:07:13.871Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:08:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:08:04.333Z||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.
2022-05-08T15:08:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:08:04.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:08:04.335Z||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.
2022-05-08T15:08:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:08:13.867Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:08:13.868Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:09:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:09:04.333Z||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.
2022-05-08T15:09:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:09:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:09:04.335Z||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.
2022-05-08T15:09:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:09:13.867Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:09:13.869Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:10:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:10:04.333Z||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.
2022-05-08T15:10:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:10:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:10:04.335Z||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.
2022-05-08T15:10:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:10:13.872Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:10:13.872Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:11:04.332Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:11:04.333Z||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.
2022-05-08T15:11:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:11:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:11:04.335Z||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.
2022-05-08T15:11:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:11:13.869Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:11:13.870Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:12:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:12:04.333Z||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.
2022-05-08T15:12:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:12:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:12:04.335Z||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.
2022-05-08T15:12:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:12:13.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:12:13.872Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:13:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:13:04.333Z||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.
2022-05-08T15:13:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:13:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:13:04.335Z||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.
2022-05-08T15:13:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:13:13.868Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:13:13.871Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:14:04.332Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:14:04.333Z||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.
2022-05-08T15:14:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:14:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:14:04.335Z||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.
2022-05-08T15:14:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:14:13.868Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:14:13.870Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:15:04.332Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:15:04.333Z||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.
2022-05-08T15:15:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:15:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:15:04.335Z||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.
2022-05-08T15:15:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:15:13.873Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:15:13.873Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:16:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:16:04.333Z||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.
2022-05-08T15:16:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:16:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:16:04.335Z||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.
2022-05-08T15:16:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:16:13.865Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:16:13.866Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:17:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:17:04.333Z||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.
2022-05-08T15:17:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:17:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:17:04.335Z||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.
2022-05-08T15:17:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:17:13.870Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:17:13.872Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:18:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:18:04.334Z||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.
2022-05-08T15:18:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:18:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:18:04.335Z||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.
2022-05-08T15:18:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:18:13.868Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:18:13.869Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:19:04.332Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:19:04.333Z||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.
2022-05-08T15:19:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:19:04.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:19:04.335Z||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.
2022-05-08T15:19:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:19:13.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:19:13.867Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:20:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:20:04.333Z||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.
2022-05-08T15:20:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:20:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:20:04.335Z||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.
2022-05-08T15:20:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:20:13.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:20:13.872Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:21:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:21:04.333Z||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.
2022-05-08T15:21:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:21:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:21:04.335Z||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.
2022-05-08T15:21:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:21:13.866Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:21:13.866Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:22:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:22:04.333Z||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.
2022-05-08T15:22:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:22:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:22:04.335Z||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.
2022-05-08T15:22:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:22:13.870Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:22:13.870Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:23:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:23:04.333Z||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.
2022-05-08T15:23:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:23:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:23:04.335Z||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.
2022-05-08T15:23:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:23:13.869Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:23:13.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:24:04.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:24:04.333Z||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.
2022-05-08T15:24:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:24:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:24:04.335Z||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.
2022-05-08T15:24:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:24:13.869Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:24:13.871Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:25:04.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:25:04.333Z||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.
2022-05-08T15:25:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:25:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:25:04.335Z||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.
2022-05-08T15:25:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:25:13.867Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:25:13.868Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:26:04.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:26:04.333Z||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.
2022-05-08T15:26:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:26:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:26:04.335Z||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.
2022-05-08T15:26:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:26:13.869Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:26:13.870Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:27:04.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:27:04.333Z||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.
2022-05-08T15:27:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:27:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:27:04.335Z||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.
2022-05-08T15:27:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:27:13.869Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:27:13.869Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:28:04.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:28:04.333Z||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.
2022-05-08T15:28:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:28:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:28:04.335Z||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.
2022-05-08T15:28:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:28:13.871Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:28:13.871Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:29:04.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:29:04.333Z||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.
2022-05-08T15:29:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:29:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:29:04.335Z||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.
2022-05-08T15:29:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:29:13.867Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:29:13.869Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:30:04.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:30:04.333Z||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.
2022-05-08T15:30:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:30:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:30:04.335Z||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.
2022-05-08T15:30:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:30:13.870Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:30:13.870Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:31:04.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:31:04.333Z||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.
2022-05-08T15:31:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:31:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:31:04.335Z||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.
2022-05-08T15:31:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:31:13.870Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:31:13.870Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:32:04.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:32:04.333Z||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.
2022-05-08T15:32:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:32:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:32:04.335Z||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.
2022-05-08T15:32:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:32:13.869Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:32:13.870Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:33:04.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:33:04.333Z||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.
2022-05-08T15:33:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:33:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:33:04.335Z||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.
2022-05-08T15:33:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:33:13.868Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:33:13.868Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:34:04.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:34:04.333Z||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.
2022-05-08T15:34:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:34:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:34:04.335Z||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.
2022-05-08T15:34:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:34:13.868Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:34:13.871Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:35:04.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:35:04.334Z||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.
2022-05-08T15:35:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:35:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:35:04.335Z||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.
2022-05-08T15:35:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:35:13.868Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:35:13.869Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:36:04.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:36:04.333Z||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.
2022-05-08T15:36:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:36:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:36:04.335Z||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.
2022-05-08T15:36:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:36:13.871Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:36:13.871Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:37:04.333Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:37:04.333Z||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.
2022-05-08T15:37:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:37:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:37:04.336Z||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.
2022-05-08T15:37:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:37:13.869Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:37:13.872Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:38:04.332Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:38:04.333Z||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.
2022-05-08T15:38:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:38:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:38:04.335Z||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.
2022-05-08T15:38:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:38:13.866Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:38:13.866Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:39:04.332Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:39:04.333Z||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.
2022-05-08T15:39:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:39:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:39:04.335Z||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.
2022-05-08T15:39:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:39:13.870Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:39:13.870Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:40:04.333Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:40:04.333Z||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.
2022-05-08T15:40:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:40:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:40:04.335Z||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.
2022-05-08T15:40:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:40:13.870Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:40:13.870Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:41:04.333Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:41:04.333Z||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.
2022-05-08T15:41:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:41:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:41:04.335Z||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.
2022-05-08T15:41:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:41:13.868Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:41:13.868Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:42:04.333Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:42:04.333Z||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.
2022-05-08T15:42:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:42:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:42:04.335Z||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.
2022-05-08T15:42:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:42:13.867Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:42:13.867Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:43:04.333Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:43:04.333Z||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.
2022-05-08T15:43:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:43:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:43:04.335Z||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.
2022-05-08T15:43:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:43:13.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:43:13.869Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:44:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:44:04.333Z||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.
2022-05-08T15:44:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:44:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:44:04.336Z||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.
2022-05-08T15:44:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:44:13.871Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:44:13.872Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:45:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:45:04.333Z||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.
2022-05-08T15:45:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:45:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:45:04.335Z||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.
2022-05-08T15:45:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:45:13.868Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:45:13.868Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:46:04.332Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:46:04.333Z||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.
2022-05-08T15:46:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:46:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:46:04.335Z||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.
2022-05-08T15:46:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:46:13.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:46:13.867Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:47:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:47:04.333Z||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.
2022-05-08T15:47:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:47:04.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:47:04.336Z||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.
2022-05-08T15:47:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:47:13.866Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:47:13.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:48:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:48:04.333Z||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.
2022-05-08T15:48:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:48:04.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:48:04.336Z||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.
2022-05-08T15:48:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:48:13.868Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:48:13.868Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:49:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:49:04.333Z||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.
2022-05-08T15:49:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:49:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:49:04.335Z||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.
2022-05-08T15:49:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:49:13.869Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:49:13.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:50:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:50:04.333Z||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.
2022-05-08T15:50:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:50:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:50:04.335Z||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.
2022-05-08T15:50:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:50:13.870Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:50:13.870Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:51:04.332Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:51:04.333Z||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.
2022-05-08T15:51:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:51:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:51:04.335Z||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.
2022-05-08T15:51:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:51:13.867Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:51:13.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:52:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:52:04.333Z||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.
2022-05-08T15:52:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:52:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:52:04.335Z||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.
2022-05-08T15:52:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:52:13.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:52:13.870Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:53:04.332Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:53:04.333Z||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.
2022-05-08T15:53:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:53:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:53:04.335Z||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.
2022-05-08T15:53:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:53:13.869Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:53:13.872Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:54:04.332Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:54:04.333Z||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.
2022-05-08T15:54:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:54:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:54:04.335Z||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.
2022-05-08T15:54:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:54:13.868Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:54:13.872Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:55:04.332Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:55:04.333Z||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.
2022-05-08T15:55:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:55:04.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:55:04.335Z||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.
2022-05-08T15:55:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:55:13.866Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:55:13.871Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:56:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:56:04.333Z||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.
2022-05-08T15:56:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:56:04.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:56:04.335Z||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.
2022-05-08T15:56:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:56:13.868Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:56:13.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:57:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:57:04.333Z||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.
2022-05-08T15:57:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:57:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:57:04.335Z||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.
2022-05-08T15:57:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:57:13.868Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:57:13.868Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:58:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:58:04.333Z||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.
2022-05-08T15:58:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:58:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:58:04.335Z||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.
2022-05-08T15:58:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:58:13.868Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:58:13.870Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:59:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:59:04.333Z||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.
2022-05-08T15:59:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:59:04.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T15:59:04.335Z||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.
2022-05-08T15:59:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T15:59:13.866Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T15:59:13.868Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:00:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:00:04.333Z||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.
2022-05-08T16:00:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:00:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:00:04.335Z||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.
2022-05-08T16:00:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:00:13.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:00:13.868Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:01:04.332Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:01:04.333Z||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.
2022-05-08T16:01:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:01:04.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:01:04.335Z||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.
2022-05-08T16:01:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:01:13.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:01:13.868Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:02:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:02:04.333Z||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.
2022-05-08T16:02:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:02:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:02:04.335Z||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.
2022-05-08T16:02:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:02:13.867Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:02:13.871Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:03:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:03:04.333Z||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.
2022-05-08T16:03:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:03:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:03:04.335Z||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.
2022-05-08T16:03:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:03:13.869Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:03:13.869Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:04:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:04:04.333Z||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.
2022-05-08T16:04:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:04:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:04:04.335Z||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.
2022-05-08T16:04:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:04:13.868Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:04:13.870Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:05:04.332Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:05:04.333Z||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.
2022-05-08T16:05:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:05:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:05:04.335Z||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.
2022-05-08T16:05:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:05:13.867Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:05:13.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:06:04.332Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:06:04.333Z||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.
2022-05-08T16:06:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:06:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:06:04.335Z||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.
2022-05-08T16:06:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:06:13.869Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:06:13.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:07:04.332Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:07:04.333Z||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.
2022-05-08T16:07:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:07:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:07:04.335Z||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.
2022-05-08T16:07:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:07:13.868Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:07:13.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:08:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:08:04.333Z||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.
2022-05-08T16:08:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:08:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:08:04.335Z||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.
2022-05-08T16:08:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:08:13.865Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:08:13.868Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:09:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:09:04.334Z||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.
2022-05-08T16:09:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:09:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:09:04.335Z||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.
2022-05-08T16:09:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:09:13.868Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:09:13.870Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:10:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:10:04.334Z||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.
2022-05-08T16:10:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:10:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:10:04.335Z||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.
2022-05-08T16:10:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:10:13.871Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:10:13.883Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:11:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:11:04.333Z||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.
2022-05-08T16:11:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:11:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:11:04.335Z||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.
2022-05-08T16:11:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:11:13.867Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:11:13.868Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:12:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:12:04.333Z||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.
2022-05-08T16:12:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:12:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:12:04.335Z||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.
2022-05-08T16:12:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:12:13.867Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:12:13.868Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:13:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:13:04.333Z||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.
2022-05-08T16:13:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:13:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:13:04.335Z||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.
2022-05-08T16:13:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:13:13.869Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:13:13.869Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:14:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:14:04.333Z||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.
2022-05-08T16:14:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:14:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:14:04.335Z||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.
2022-05-08T16:14:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:14:13.867Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:14:13.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:15:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:15:04.333Z||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.
2022-05-08T16:15:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:15:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:15:04.335Z||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.
2022-05-08T16:15:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:15:13.869Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:15:13.870Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:16:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:16:04.334Z||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.
2022-05-08T16:16:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:16:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:16:04.335Z||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.
2022-05-08T16:16:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:16:13.868Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:16:13.868Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:17:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:17:04.333Z||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.
2022-05-08T16:17:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:17:04.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:17:04.335Z||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.
2022-05-08T16:17:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:17:13.868Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:17:13.870Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:18:04.332Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:18:04.333Z||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.
2022-05-08T16:18:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:18:04.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:18:04.335Z||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.
2022-05-08T16:18:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:18:13.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:18:13.878Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:19:04.333Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:19:04.333Z||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.
2022-05-08T16:19:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:19:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:19:04.335Z||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.
2022-05-08T16:19:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:19:13.870Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:19:13.870Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:20:04.333Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:20:04.333Z||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.
2022-05-08T16:20:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:20:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:20:04.335Z||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.
2022-05-08T16:20:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:20:13.869Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:20:13.870Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:21:04.333Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:21:04.333Z||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.
2022-05-08T16:21:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:21:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:21:04.335Z||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.
2022-05-08T16:21:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:21:13.865Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:21:13.866Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:22:04.332Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:22:04.333Z||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.
2022-05-08T16:22:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:22:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:22:04.335Z||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.
2022-05-08T16:22:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:22:13.866Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:22:13.868Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:23:04.333Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:23:04.333Z||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.
2022-05-08T16:23:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:23:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:23:04.335Z||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.
2022-05-08T16:23:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:23:13.868Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:23:13.868Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:24:04.333Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:24:04.334Z||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.
2022-05-08T16:24:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:24:04.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:24:04.335Z||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.
2022-05-08T16:24:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:24:13.869Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:24:13.871Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:25:04.333Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:25:04.333Z||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.
2022-05-08T16:25:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:25:04.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:25:04.335Z||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.
2022-05-08T16:25:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:25:13.865Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:25:13.869Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:26:04.333Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:26:04.333Z||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.
2022-05-08T16:26:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:26:04.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:26:04.335Z||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.
2022-05-08T16:26:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:26:13.866Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:26:13.866Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:27:04.333Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:27:04.333Z||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.
2022-05-08T16:27:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:27:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:27:04.335Z||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.
2022-05-08T16:27:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:27:13.868Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:27:13.868Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:28:04.332Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:28:04.333Z||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.
2022-05-08T16:28:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:28:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:28:04.336Z||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.
2022-05-08T16:28:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:28:13.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:28:13.868Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:29:04.332Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:29:04.333Z||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.
2022-05-08T16:29:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:29:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:29:04.335Z||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.
2022-05-08T16:29:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:29:13.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:29:13.868Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:30:04.332Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:30:04.333Z||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.
2022-05-08T16:30:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:30:04.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:30:04.335Z||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.
2022-05-08T16:30:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:30:13.871Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:30:13.871Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:31:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:31:04.333Z||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.
2022-05-08T16:31:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:31:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:31:04.335Z||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.
2022-05-08T16:31:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:31:13.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:31:13.867Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:32:04.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:32:04.334Z||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.
2022-05-08T16:32:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:32:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:32:04.335Z||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.
2022-05-08T16:32:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:32:13.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:32:13.867Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:33:04.332Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:33:04.333Z||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.
2022-05-08T16:33:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:33:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:33:04.335Z||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.
2022-05-08T16:33:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:33:13.869Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:33:13.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:34:04.332Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:34:04.333Z||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.
2022-05-08T16:34:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:34:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:34:04.335Z||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.
2022-05-08T16:34:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:34:13.866Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:34:13.866Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:35:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:35:04.333Z||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.
2022-05-08T16:35:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:35:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:35:04.335Z||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.
2022-05-08T16:35:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:35:13.870Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:35:13.872Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:36:04.332Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:36:04.333Z||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.
2022-05-08T16:36:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:36:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:36:04.335Z||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.
2022-05-08T16:36:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:36:13.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:36:13.868Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:37:04.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:37:04.333Z||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.
2022-05-08T16:37:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:37:04.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:37:04.335Z||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.
2022-05-08T16:37:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:37:13.870Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:37:13.870Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:38:04.332Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:38:04.333Z||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.
2022-05-08T16:38:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:38:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:38:04.335Z||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.
2022-05-08T16:38:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:38:13.869Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:38:13.870Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:39:04.332Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:39:04.333Z||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.
2022-05-08T16:39:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:39:04.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:39:04.335Z||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.
2022-05-08T16:39:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:39:13.864Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:39:13.865Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:40:04.332Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:40:04.333Z||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.
2022-05-08T16:40:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:40:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:40:04.335Z||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.
2022-05-08T16:40:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:40:13.869Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:40:13.872Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:41:04.332Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:41:04.333Z||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.
2022-05-08T16:41:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:41:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:41:04.335Z||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.
2022-05-08T16:41:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:41:13.867Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:41:13.867Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:42:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:42:04.333Z||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.
2022-05-08T16:42:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:42:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:42:04.335Z||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.
2022-05-08T16:42:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:42:13.866Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:42:13.870Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:43:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:43:04.333Z||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.
2022-05-08T16:43:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:43:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:43:04.335Z||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.
2022-05-08T16:43:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:43:13.867Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:43:13.868Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:44:04.333Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:44:04.333Z||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.
2022-05-08T16:44:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:44:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:44:04.335Z||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.
2022-05-08T16:44:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:44:13.868Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:44:13.870Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:45:04.332Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:45:04.333Z||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.
2022-05-08T16:45:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:45:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:45:04.335Z||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.
2022-05-08T16:45:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:45:13.866Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:45:13.866Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:46:04.332Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:46:04.333Z||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.
2022-05-08T16:46:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:46:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:46:04.335Z||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.
2022-05-08T16:46:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:46:13.869Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:46:13.870Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:47:04.333Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:47:04.333Z||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.
2022-05-08T16:47:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:47:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:47:04.335Z||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.
2022-05-08T16:47:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:47:13.866Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:47:13.869Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:48:04.333Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:48:04.333Z||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.
2022-05-08T16:48:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:48:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:48:04.335Z||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.
2022-05-08T16:48:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:48:13.868Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:48:13.868Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:49:04.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:49:04.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:49:04.335Z||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.
2022-05-08T16:49:04.335Z||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.
2022-05-08T16:49:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:49:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:49:13.870Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:49:13.873Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:50:04.332Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:50:04.333Z||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.
2022-05-08T16:50:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:50:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:50:04.335Z||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.
2022-05-08T16:50:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:50:13.869Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:50:13.870Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:51:04.332Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:51:04.333Z||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.
2022-05-08T16:51:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:51:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:51:04.335Z||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.
2022-05-08T16:51:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:51:13.867Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:51:13.867Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:52:04.333Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:52:04.334Z||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.
2022-05-08T16:52:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:52:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:52:04.335Z||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.
2022-05-08T16:52:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:52:04.957Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:52:04.958Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:52:04.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"54145ce6-ceb1-43aa-ae1b-396eedcb79e3","serviceName":"vFW 2022-05-08 16-48-59","serviceVersion":"1.0","serviceUUID":"0d384b98-7064-4f80-9547-f6d5afdc7fb0","serviceDescription":"catalog service description","serviceInvariantUUID":"984d3014-6239-4ed6-80e8-c5162f0df239","resources":[{"resourceInstanceName":"vFW 7cec1a02-4531 0","resourceName":"vFW 7cec1a02-4531","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"afec89fe-4933-471f-9a38-a28c6c1c6119","resourceInvariantUUID":"c3648aec-f688-40b5-a86f-7a2e7048dbe7","resourceCustomizationUUID":"71a4c21e-fb87-4794-8ca7-7318b6f36143","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vf-license-model.xml","artifactChecksum":"NmJjZDdmZWM4N2UxZGQ4NDRjZDUxOWVkZDVlYjU5YTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3e87661d-bb70-4e84-8600-f9f68e507071","artifactVersion":"1"},{"artifactName":"vfw7cec1a0245310_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json","artifactChecksum":"ZWFkMzNhNTk4ZTViMTU1YTNiYTJjNzdkOTA3NjkwOGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3fe809a9-0852-4841-a1cf-2a3168949d93","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4ac668d8-bec8-4440-8066-1de227b63a40","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vendor-license-model.xml","artifactChecksum":"NDZhZDFlYmQ0MzExNjUwYTBlZmEzN2NkYTdiMTc2OTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6a59afda-a641-4a60-a530-061c7f910a9f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"38a5f6a9-d6e4-4f88-9adf-4afb67fdcacd","artifactVersion":"2","generatedFromUUID":"4ac668d8-bec8-4440-8066-1de227b63a40"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220508164859-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-template.yml","artifactChecksum":"MDg2NmVjZmFiMjQ5ODkxM2U2MjY2NGExZjMwNzdiZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c07bfdc5-ad8c-4bfb-9726-43f1db1c123d","artifactVersion":"1"},{"artifactName":"service-Vfw20220508164859-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar","artifactChecksum":"NWQ4ZDU0ZjZmMzlmMzE1OTc3OWNmNDM5MzdlZWZlMGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9f827296-ee1d-4264-998f-865a8120bf6a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-08T16:52:04.968Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T16:52:04.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "cds",
"timestamp": 1652028683875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:52:04.972Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-08T16:52:04.980Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T16:52:04.981Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028724333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:52:04.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1652028682226,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:52:04.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652028678581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:52:04.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "policy-id",
"timestamp": 1652028680419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:52:04.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652028685477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:52:04.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "clamp",
"timestamp": 1652028688786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:52:04.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "cds",
"timestamp": 1652028683875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:52:04.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1652028682226,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:52:04.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652028678581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:52:04.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "policy-id",
"timestamp": 1652028680419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:52:04.988Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652028685477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json",
"status": "NOTIFIED"
}
2022-05-08T16:52:04.988Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "clamp",
"timestamp": 1652028688786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json",
"status": "NOTIFIED"
}
2022-05-08T16:52:04.988Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "cds",
"timestamp": 1652028683875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:52:04.988Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1652028682226,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:52:04.988Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652028678581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:52:04.989Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "policy-id",
"timestamp": 1652028680419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-08T16:52:04.989Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652028685477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-08T16:52:04.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "clamp",
"timestamp": 1652028688786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:52:04.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "cds",
"timestamp": 1652028683875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:52:04.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1652028682226,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:52:04.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "policy-id",
"timestamp": 1652028680419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:52:04.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652028678581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:52:04.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652028685477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:52:04.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "cds",
"timestamp": 1652028683875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:52:04.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "clamp",
"timestamp": 1652028688786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:52:04.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1652028682226,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:52:04.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652028678581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:52:04.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "policy-id",
"timestamp": 1652028680419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:52:04.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652028685477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-08T16:52:04.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "clamp",
"timestamp": 1652028688786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:52:04.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "cds",
"timestamp": 1652028683875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:52:04.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1652028682226,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:52:04.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "policy-id",
"timestamp": 1652028680419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:52:04.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652028678581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:52:04.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "aai-ml",
"timestamp": 1652028692838,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:52:04.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652028685477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:52:04.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "clamp",
"timestamp": 1652028688786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:52:04.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "cds",
"timestamp": 1652028683875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T16:52:04.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1652028682226,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:52:04.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "policy-id",
"timestamp": 1652028680419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T16:52:04.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652028678581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T16:52:04.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "aai-ml",
"timestamp": 1652028692838,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:52:04.995Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652028685477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T16:52:04.995Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "clamp",
"timestamp": 1652028688786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T16:52:04.995Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "aai-ml",
"timestamp": 1652028692838,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:52:04.995Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652028695672,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-08T16:52:04.995Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:52:04.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "cds",
"timestamp": 1652028695696,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T16:52:04.996Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:52:04.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652028695708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T16:52:04.996Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:52:04.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "policy-id",
"timestamp": 1652028695684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T16:52:04.996Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:52:04.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "aai-ml",
"timestamp": 1652028692838,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:52:04.996Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:04.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:04.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "cds",
"timestamp": 1652028696712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-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=?
2022-05-08T16:52:05.081Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-08T16:52:05.085Z||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.
2022-05-08T16:52:05.085Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
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=?
2022-05-08T16:52:05.095Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:52:05.096Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-08T16:52:05.132Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 54145ce6-ceb1-43aa-ae1b-396eedcb79e3
2022-05-08T16:52:05.146Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54145ce6-ceb1-43aa-ae1b-396eedcb79e3 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 (?, ?, ?, ?, ?)
2022-05-08T16:52:05.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:05.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "policy-id",
"timestamp": 1652028696693,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-08T16:52:05.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:52:05.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:05.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652028696737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-08T16:52:05.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:52:05.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:05.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "aai-ml",
"timestamp": 1652028692838,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:52:05.166Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:05.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:05.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "policy-id",
"timestamp": 1652028697697,
"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=?
2022-05-08T16:52:05.181Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 54145ce6-ceb1-43aa-ae1b-396eedcb79e3
2022-05-08T16:52:05.181Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54145ce6-ceb1-43aa-ae1b-396eedcb79e3 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 (?, ?, ?, ?, ?)
2022-05-08T16:52:05.191Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:05.191Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652028697787,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-08T16:52:05.191Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:52:05.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:05.192Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "aai-ml",
"timestamp": 1652028692838,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:52:05.192Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:05.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:05.192Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652028699487,
"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=?
2022-05-08T16:52:05.199Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 54145ce6-ceb1-43aa-ae1b-396eedcb79e3
2022-05-08T16:52:05.199Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54145ce6-ceb1-43aa-ae1b-396eedcb79e3 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=?
2022-05-08T16:52:05.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:05.209Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "aai-ml",
"timestamp": 1652028692838,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T16:52:05.209Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-08T16:52:05.209Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:05.209Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652028700491,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json",
"status": "DEPLOY_OK"
}
2022-05-08T16:52:05.209Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:52:05.209Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:05.209Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "aai-ml",
"timestamp": 1652028700627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T16:52:05.210Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:52:05.210Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:05.210Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652028700886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-08T16:52:05.210Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:52:05.210Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:05.210Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652028701891,
"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=?
2022-05-08T16:52:05.216Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 54145ce6-ceb1-43aa-ae1b-396eedcb79e3
2022-05-08T16:52:05.217Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54145ce6-ceb1-43aa-ae1b-396eedcb79e3 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 (?, ?, ?, ?, ?)
2022-05-08T16:52:05.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:05.226Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "clamp",
"timestamp": 1652028712393,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T16:52:05.227Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:52:05.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:05.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "clamp",
"timestamp": 1652028714406,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-08T16:52:05.227Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:52:05.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:05.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "clamp",
"timestamp": 1652028715410,
"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=?
2022-05-08T16:52:05.233Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 54145ce6-ceb1-43aa-ae1b-396eedcb79e3
2022-05-08T16:52:05.233Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54145ce6-ceb1-43aa-ae1b-396eedcb79e3 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 (?, ?, ?, ?, ?)
2022-05-08T16:52:05.242Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:05.242Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "aai-ml",
"timestamp": 1652028716477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-08T16:52:05.242Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:52:05.243Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-08T16:52:05.243Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "aai-ml",
"timestamp": 1652028717482,
"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=?
2022-05-08T16:52:05.248Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 54145ce6-ceb1-43aa-ae1b-396eedcb79e3
2022-05-08T16:52:05.248Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54145ce6-ceb1-43aa-ae1b-396eedcb79e3 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 (?, ?, ?, ?, ?)
2022-05-08T16:52:05.986Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T16:52:05.986Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-08T16:52:05.988Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T16:52:05.989Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028724333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json",
"status": "NOTIFIED"
}
2022-05-08T16:52:06.089Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T16:52:06.090Z||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.
2022-05-08T16:52:06.090Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T16:52:06.100Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:52:06.101Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-08T16:52:06.989Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T16:52:06.990Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-08T16:52:06.992Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T16:52:06.992Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028724333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-08T16:52:07.092Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T16:52:07.093Z||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.
2022-05-08T16:52:07.093Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T16:52:07.104Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:52:07.105Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-08T16:52:07.992Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T16:52:07.993Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-08T16:52:07.995Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T16:52:07.995Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028724333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:52:08.095Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T16:52:08.096Z||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.
2022-05-08T16:52:08.096Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T16:52:08.106Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:52:08.107Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T16:52:08.996Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T16:52:08.997Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-08T16:52:08.999Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T16:52:08.999Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028724333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-08T16:52:09.099Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T16:52:09.100Z||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.
2022-05-08T16:52:09.100Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T16:52:09.109Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:52:09.110Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T16:52:10.000Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T16:52:10.001Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-08T16:52:10.003Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T16:52:10.003Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028724333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:52:10.103Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T16:52:10.104Z||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.
2022-05-08T16:52:10.104Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T16:52:10.113Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:52:10.114Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T16:52:11.004Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T16:52:11.005Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-08T16:52:11.007Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T16:52:11.007Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028724333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T16:52:11.107Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T16:52:11.108Z||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.
2022-05-08T16:52:11.108Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T16:52:11.119Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:52:11.119Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T16:52:12.009Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"serviceName": "vFW 2022-05-08 16-48-59",
"serviceVersion": "1.0",
"serviceUUID": "0d384b98-7064-4f80-9547-f6d5afdc7fb0",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "984d3014-6239-4ed6-80e8-c5162f0df239",
"resources": [
{
"resourceInstanceName": "vFW 7cec1a02-4531 0",
"resourceCustomizationUUID": "71a4c21e-fb87-4794-8ca7-7318b6f36143",
"resourceName": "vFW 7cec1a02-4531",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "afec89fe-4933-471f-9a38-a28c6c1c6119",
"resourceInvariantUUID": "c3648aec-f688-40b5-a86f-7a2e7048dbe7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw7cec1a0245310_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json",
"artifactChecksum": "ZWFkMzNhNTk4ZTViMTU1YTNiYTJjNzdkOTA3NjkwOGY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3fe809a9-0852-4841-a1cf-2a3168949d93",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4ac668d8-bec8-4440-8066-1de227b63a40",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "38a5f6a9-d6e4-4f88-9adf-4afb67fdcacd",
"generatedFromUUID": "4ac668d8-bec8-4440-8066-1de227b63a40"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "38a5f6a9-d6e4-4f88-9adf-4afb67fdcacd",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220508164859-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar",
"artifactChecksum": "NWQ4ZDU0ZjZmMzlmMzE1OTc3OWNmNDM5MzdlZWZlMGM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9f827296-ee1d-4264-998f-865a8120bf6a"
}
],
"workloadContext": "Production"
}
2022-05-08T16:52:12.009Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-08T16:52:12.010Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0d384b98-7064-4f80-9547-f6d5afdc7fb0 ASDC
2022-05-08T16:52:12.083Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:54145ce6-ceb1-43aa-ae1b-396eedcb79e3
ServiceName:vFW 2022-05-08 16-48-59
ServiceVersion:1.0
ServiceUUID:0d384b98-7064-4f80-9547-f6d5afdc7fb0
ServiceInvariantUUID:984d3014-6239-4ed6-80e8-c5162f0df239
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220508164859-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar
ArtifactUUID:9f827296-ee1d-4264-998f-865a8120bf6a
ArtifactChecksum:NWQ4ZDU0ZjZmMzlmMzE1OTc3OWNmNDM5MzdlZWZlMGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7cec1a02-4531 0
ResourceCustomizationUUID:71a4c21e-fb87-4794-8ca7-7318b6f36143
ResourceInvariantUUID:c3648aec-f688-40b5-a86f-7a2e7048dbe7
ResourceName:vFW 7cec1a02-4531
ResourceType:VF
ResourceUUID:afec89fe-4933-471f-9a38-a28c6c1c6119
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7cec1a0245310_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json
ArtifactUUID:3fe809a9-0852-4841-a1cf-2a3168949d93
ArtifactChecksum:ZWFkMzNhNTk4ZTViMTU1YTNiYTJjNzdkOTA3NjkwOGY=
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/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml
ArtifactUUID:4ac668d8-bec8-4440-8066-1de227b63a40
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/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env
ArtifactUUID:38a5f6a9-d6e4-4f88-9adf-4afb67fdcacd
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/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env
ArtifactUUID:38a5f6a9-d6e4-4f88-9adf-4afb67fdcacd
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-08T16:52:12.083Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0d384b98-7064-4f80-9547-f6d5afdc7fb0 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=?
2022-05-08T16:52:12.142Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-08T16:52:12.143Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-08T16:52:12.144Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-08T16:52:12.144Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9f827296-ee1d-4264-998f-865a8120bf6a from URL: /sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar
2022-05-08T16:52:12.144Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-08T16:52:12.146Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar
2022-05-08T16:52:12.239Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-08T16:52:12.257Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar 9f827296-ee1d-4264-998f-865a8120bf6a 99038
2022-05-08T16:52:12.258Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar ASDC sendASDCNotification
2022-05-08T16:52:12.258Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar
2022-05-08T16:52:12.259Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T16:52:12.260Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-08T16:52:12.261Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T16:52:12.261Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028732257,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T16:52:12.361Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T16:52:12.362Z||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.
2022-05-08T16:52:12.362Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T16:52:12.374Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:52:12.374Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-08T16:52:13.262Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-08T16:52:13.265Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-08T16:52:13.265Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 9f827296-ee1d-4264-998f-865a8120bf6a, URL: /sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar to file: /app/ASDC/1/service-Vfw20220508164859-csar.csar
2022-05-08T16:52:13.266Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220508164859-csar.csar
2022-05-08T16:52:13.319Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220508164859-csar.csar
2022-05-08T16:52:13.320Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220508164859-csar.csar
2022-05-08T16:52:13.978Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10604405523088883649/Definitions/service-Vfw20220508164859-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-05-08T16:52:16.368Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-08T16:52:16.372Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-05-08T16:52:16.372Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220508164859-csar.csar
2022-05-08T16:52:16.372Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-08T16:52:16.372Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220508164859-csar.csar
2022-05-08T16:52:16.373Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220508164859-csar.csar
2022-05-08T16:52:16.373Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220508164859-csar.csar
2022-05-08T16:52:16.373Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220508164859-csar.csar
2022-05-08T16:52:16.373Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220508164859-csar.csar
2022-05-08T16:52:16.373Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220508164859-csar.csar
2022-05-08T16:52:16.373Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220508164859-csar.csar
2022-05-08T16:52:16.373Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220508164859-csar.csar
2022-05-08T16:52:16.373Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220508164859-csar.csar
2022-05-08T16:52:16.373Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220508164859-csar.csar
2022-05-08T16:52:16.373Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220508164859-csar.csar
2022-05-08T16:52:16.373Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7cec1a02-4531 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-Vfw20220508164859-csar.csar
2022-05-08T16:52:16.373Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220508164859-csar.csar
2022-05-08T16:52:16.373Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-05-08T16:52:16.378Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:52:16.379Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-08 16-48-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T16:52:16.382Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vFW 7cec1a02-4531 0 is matching search criteria
2022-05-08T16:52:16.382Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-05-08T16:52:16.383Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7cec1a02-4531 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-08T16:52:16.384Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:52:16.384Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-08 16-48-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T16:52:16.384Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vFW 7cec1a02-4531 0 is matching search criteria
2022-05-08T16:52:16.384Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-05-08T16:52:16.385Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7cec1a02-4531 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-08T16:52:16.385Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:52:16.385Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-08 16-48-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T16:52:16.388Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:52:16.388Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vFW 7cec1a02-4531 0 is not matching search criteria
2022-05-08T16:52:16.388Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-08T16:52:16.388Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-08T16:52:16.388Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-08T16:52:16.388Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-08T16:52:16.388Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-08T16:52:16.389Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-08T16:52:16.389Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-08T16:52:16.389Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-08T16:52:16.389Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-08T16:52:16.389Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-08T16:52:16.389Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-08T16:52:16.389Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-08T16:52:16.389Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-08T16:52:16.389Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-08T16:52:16.389Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-08T16:52:16.390Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-08T16:52:16.390Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:52:16.390Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-08 16-48-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-08T16:52:16.391Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:52:16.391Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vFW 7cec1a02-4531 0 is matching search criteria
2022-05-08T16:52:16.391Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7cec1a02-4531 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T16:52:16.391Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:52:16.391Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vFW 7cec1a02-4531 0 is matching search criteria
2022-05-08T16:52:16.391Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7cec1a02-4531 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T16:52:16.391Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:52:16.392Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vFW 7cec1a02-4531 0 is matching search criteria
2022-05-08T16:52:16.392Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7cec1a02-4531 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T16:52:16.392Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:52:16.392Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vFW 7cec1a02-4531 0 is not matching search criteria
2022-05-08T16:52:16.392Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-08T16:52:16.392Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-08T16:52:16.392Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-08T16:52:16.392Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-08T16:52:16.392Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-08T16:52:16.392Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-08T16:52:16.392Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-08T16:52:16.393Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-08T16:52:16.393Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-08T16:52:16.393Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-08T16:52:16.393Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-08T16:52:16.393Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2fa99c07-c689-4438-a42a-f9327c3296d8
2022-05-08T16:52:16.393Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:52:16.393Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vFW 7cec1a02-4531 0 is not matching search criteria
2022-05-08T16:52:16.393Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-08T16:52:16.393Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-08T16:52:16.393Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-08T16:52:16.394Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-08T16:52:16.394Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-08T16:52:16.394Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-08T16:52:16.394Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-08T16:52:16.394Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-08T16:52:16.394Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-08T16:52:16.394Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-08T16:52:16.394Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-08T16:52:16.394Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-08T16:52:16.394Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=51fd0604-b9e2-40ad-b125-59f38df0d93a
2022-05-08T16:52:16.395Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:52:16.395Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vFW 7cec1a02-4531 0 is not matching search criteria
2022-05-08T16:52:16.395Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-08T16:52:16.395Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-08T16:52:16.395Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-08T16:52:16.395Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-08T16:52:16.395Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-08T16:52:16.395Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-08T16:52:16.395Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-08T16:52:16.396Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-08T16:52:16.396Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-08T16:52:16.396Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-08T16:52:16.396Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-08T16:52:16.396Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-08T16:52:16.396Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=950b97ad-766c-4b48-8084-4ee724779015
2022-05-08T16:52:16.396Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:52:16.396Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-08 16-48-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T16:52:16.396Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:52:16.396Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-08 16-48-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T16:52:16.397Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:52:16.397Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-08 16-48-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T16:52:16.397Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:52:16.397Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-08 16-48-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T16:52:16.397Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-05-08 16-48-59
Description:catalog service description
Model UUID:0d384b98-7064-4f80-9547-f6d5afdc7fb0
Model Version:NULL
Model InvariantUuid:984d3014-6239-4ed6-80e8-c5162f0df239
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 7cec1a02-4531
Model UUID:547af1a6-c5a0-4d2f-b9f5-c76b10cd3f85
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c3648aec-f688-40b5-a86f-7a2e7048dbe7
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:71a4c21e-fb87-4794-8ca7-7318b6f36143
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f176bbac-a0fa-4a39-be4f-c17f4fbc10fd
ModelName:Vfw7cec1a024531..base_vfw..module-0
ModelUuid:2ff8764f-228b-429b-84fd-dfa9ce0e176f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:2fa99c07-c689-4438-a42a-f9327c3296d8
ModelInvariantUuid:b3e29d50-5207-4745-8876-5be5d4d8e1d4
ModelName:vFW 7cec1a02-4531-nodes.vfwCvfc
ModelUuid:ef40dddd-2054-4871-91ec-6885fe47171f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:b45cae13-99b5-497d-b2b8-dd41dcd0b521
ModelInvariantUuid:6225fd59-da9a-43a8-b529-35a70b4b8823
ModelName:Vfw7cec1a024531.compute.nodes.heat.vfw
ModelUuid:9b276864-8a69-4b96-afd9-04210478a7a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:51fd0604-b9e2-40ad-b125-59f38df0d93a
ModelInvariantUuid:86767fed-7fb6-440d-bef6-2a391ba03d42
ModelName:vFW 7cec1a02-4531-nodes.vsnCvfc
ModelUuid:0f755c7e-19cb-4238-a408-6600b7d96631
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:3f319bd7-afb0-479a-9c50-8384c0a287dd
ModelInvariantUuid:826882c1-5c35-470d-86ff-632c3d13523c
ModelName:Vfw7cec1a024531.compute.nodes.heat.vsn
ModelUuid:45ce5742-d7bc-4e3d-ac17-214a18c3c351
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:950b97ad-766c-4b48-8084-4ee724779015
ModelInvariantUuid:966aeb6d-6d28-4699-9b45-25025dc961d0
ModelName:vFW 7cec1a02-4531-nodes.vpgCvfc
ModelUuid:9ad82b4d-0357-4cb8-800e-abfc588e8053
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:224ac424-654f-4e0e-8cf4-4bae461a5d59
ModelInvariantUuid:b5a9c2c4-0cec-4dc0-bd4b-004b48985adf
ModelName:Vfw7cec1a024531.compute.nodes.heat.vpg
ModelUuid:5bea0887-ba3e-42db-92f7-58497fedda6b
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=?
2022-05-08T16:52:16.410Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: afec89fe-4933-471f-9a38-a28c6c1c6119
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=?
2022-05-08T16:52:16.515Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||vFW 7cec1a02-4531 0
2022-05-08T16:52:16.522Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: afec89fe-4933-471f-9a38-a28c6c1c6119
2022-05-08T16:52:16.522Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3fe809a9-0852-4841-a1cf-2a3168949d93 from URL: /sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json
2022-05-08T16:52:16.522Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-08T16:52:16.522Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json
2022-05-08T16:52:16.871Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-08T16:52:16.872Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json 3fe809a9-0852-4841-a1cf-2a3168949d93 785
2022-05-08T16:52:16.872Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json ASDC sendASDCNotification
2022-05-08T16:52:16.872Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json
2022-05-08T16:52:16.872Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T16:52:16.873Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-08T16:52:16.875Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T16:52:16.875Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028736872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-08T16:52:16.975Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T16:52:16.978Z||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.
2022-05-08T16:52:16.978Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T16:52:16.989Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:52:16.989Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-08T16:52:17.879Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7cec1a024531..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f176bbac-a0fa-4a39-be4f-c17f4fbc10fd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2ff8764f-228b-429b-84fd-dfa9ce0e176f",
"vfModuleModelCustomizationUUID": "bd4d1ed8-586a-4fe8-a409-bdeee8c02d22",
"isBase": true,
"artifacts": [
"4ac668d8-bec8-4440-8066-1de227b63a40",
"38a5f6a9-d6e4-4f88-9adf-4afb67fdcacd"
],
"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": ""
}
}
]
2022-05-08T16:52:17.896Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7cec1a024531..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2ff8764f-228b-429b-84fd-dfa9ce0e176f
VfModuleModelInvariantUUID:f176bbac-a0fa-4a39-be4f-c17f4fbc10fd
VfModuleModelDescription:NULL
Artifacts UUID List:{
4ac668d8-bec8-4440-8066-1de227b63a40
,
38a5f6a9-d6e4-4f88-9adf-4afb67fdcacd
}
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
}
2022-05-08T16:52:17.899Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7cec1a024531..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f176bbac-a0fa-4a39-be4f-c17f4fbc10fd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2ff8764f-228b-429b-84fd-dfa9ce0e176f",
"vfModuleModelCustomizationUUID": "bd4d1ed8-586a-4fe8-a409-bdeee8c02d22",
"isBase": true,
"artifacts": [
"4ac668d8-bec8-4440-8066-1de227b63a40",
"38a5f6a9-d6e4-4f88-9adf-4afb67fdcacd"
],
"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": ""
}
}
]
2022-05-08T16:52:17.899Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7cec1a024531..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2ff8764f-228b-429b-84fd-dfa9ce0e176f
VfModuleModelInvariantUUID:f176bbac-a0fa-4a39-be4f-c17f4fbc10fd
VfModuleModelDescription:NULL
Artifacts UUID List:{
4ac668d8-bec8-4440-8066-1de227b63a40
,
38a5f6a9-d6e4-4f88-9adf-4afb67fdcacd
}
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
}
2022-05-08T16:52:17.900Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4ac668d8-bec8-4440-8066-1de227b63a40 from URL: /sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml
2022-05-08T16:52:17.900Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-08T16:52:17.900Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml
2022-05-08T16:52:18.291Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-08T16:52:18.292Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml 4ac668d8-bec8-4440-8066-1de227b63a40 20368
2022-05-08T16:52:18.293Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-08T16:52:18.293Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml
2022-05-08T16:52:18.293Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T16:52:18.293Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-08T16:52:18.295Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T16:52:18.295Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028738293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-08T16:52:18.395Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T16:52:18.396Z||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.
2022-05-08T16:52:18.396Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T16:52:18.406Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:52:18.406Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T16:52:19.296Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 38a5f6a9-d6e4-4f88-9adf-4afb67fdcacd from URL: /sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env
2022-05-08T16:52:19.297Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-08T16:52:19.297Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env
2022-05-08T16:52:19.869Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-08T16:52:19.869Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env 38a5f6a9-d6e4-4f88-9adf-4afb67fdcacd 2098
2022-05-08T16:52:19.870Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-08T16:52:19.870Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env
2022-05-08T16:52:19.870Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T16:52:19.870Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-08T16:52:19.872Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T16:52:19.873Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028739869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-08T16:52:19.973Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T16:52:19.973Z||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.
2022-05-08T16:52:19.974Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T16:52:19.983Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:52:19.983Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T16:52:20.874Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 0d384b98-7064-4f80-9547-f6d5afdc7fb0
2022-05-08T16:52:20.875Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7cec1a02-4531 0 afec89fe-4933-471f-9a38-a28c6c1c6119 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=?
2022-05-08T16:52:20.912Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@c3697f8, org.onap.sdc.toscaparser.api.parameters.Input@5e242ae6, org.onap.sdc.toscaparser.api.parameters.Input@6d9c249, org.onap.sdc.toscaparser.api.parameters.Input@32604343, org.onap.sdc.toscaparser.api.parameters.Input@ad18ba0]
2022-05-08T16:52:20.915Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:52:20.915Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-08 16-48-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T16:52:20.915Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-05-08T16:52:20.915Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 71a4c21e-fb87-4794-8ca7-7318b6f36143
2022-05-08T16:52:20.915Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 71a4c21e-fb87-4794-8ca7-7318b6f36143 matches Tosca VF Customization UUID: 71a4c21e-fb87-4794-8ca7-7318b6f36143
2022-05-08T16:52:20.915Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 71a4c21e-fb87-4794-8ca7-7318b6f36143 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=?
2022-05-08T16:52:20.921Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:52:20.921Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-08 16-48-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T16:52:20.922Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 71a4c21e-fb87-4794-8ca7-7318b6f36143: {\"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\"}
2022-05-08T16:52:20.922Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@31c34252
2022-05-08T16:52:20.922Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:52:20.923Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-08 16-48-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-08T16:52:20.923Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bd4d1ed8-586a-4fe8-a409-bdeee8c02d22
2022-05-08T16:52:20.923Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bd4d1ed8-586a-4fe8-a409-bdeee8c02d22
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=?
2022-05-08T16:52:20.928Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:52:20.928Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vFW 7cec1a02-4531 0 is matching search criteria
2022-05-08T16:52:20.929Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7cec1a02-4531 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T16:52:20.929Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:52:20.929Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vFW 7cec1a02-4531 0 is matching search criteria
2022-05-08T16:52:20.929Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7cec1a02-4531 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T16:52:20.930Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:52:20.930Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vFW 7cec1a02-4531 0 is not matching search criteria
2022-05-08T16:52:20.930Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-08T16:52:20.930Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-08T16:52:20.930Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-08T16:52:20.930Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-08T16:52:20.930Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-08T16:52:20.931Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-08T16:52:20.931Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-08T16:52:20.931Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-08T16:52:20.931Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-08T16:52:20.931Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-08T16:52:20.931Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-08T16:52:20.931Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2fa99c07-c689-4438-a42a-f9327c3296d8
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=?
2022-05-08T16:52:20.938Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:52:20.938Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vFW 7cec1a02-4531 0 is matching search criteria
2022-05-08T16:52:20.939Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7cec1a02-4531 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T16:52:20.939Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:52:20.939Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vFW 7cec1a02-4531 0 is not matching search criteria
2022-05-08T16:52:20.939Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-08T16:52:20.939Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-08T16:52:20.939Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-08T16:52:20.940Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-08T16:52:20.940Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-08T16:52:20.940Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-08T16:52:20.940Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-08T16:52:20.940Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-08T16:52:20.940Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-08T16:52:20.940Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-08T16:52:20.940Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-08T16:52:20.940Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-08T16:52:20.941Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=51fd0604-b9e2-40ad-b125-59f38df0d93a
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=?
2022-05-08T16:52:20.943Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:52:20.943Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vFW 7cec1a02-4531 0 is matching search criteria
2022-05-08T16:52:20.943Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7cec1a02-4531 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T16:52:20.945Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:52:20.946Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vFW 7cec1a02-4531 0 is not matching search criteria
2022-05-08T16:52:20.946Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-08T16:52:20.946Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-08T16:52:20.946Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-08T16:52:20.946Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-08T16:52:20.946Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-08T16:52:20.946Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-08T16:52:20.946Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-08T16:52:20.946Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-08T16:52:20.946Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-08T16:52:20.947Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-08T16:52:20.947Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-08T16:52:20.947Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-08T16:52:20.947Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=950b97ad-766c-4b48-8084-4ee724779015
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=?
2022-05-08T16:52:20.949Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:52:20.949Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vFW 7cec1a02-4531 0 is matching search criteria
2022-05-08T16:52:20.949Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7cec1a02-4531 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T16:52:20.949Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:52:20.950Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Node template vFW 7cec1a02-4531 0 is matching search criteria
2022-05-08T16:52:20.950Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7cec1a02-4531 0] matching following query criteria: sdcType=VF, customizationUUID=71a4c21e-fb87-4794-8ca7-7318b6f36143
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=?
2022-05-08T16:52:20.952Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:52:20.952Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-08 16-48-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T16:52:20.952Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 0d384b98-7064-4f80-9547-f6d5afdc7fb0: vFW 7cec1a02-4531
2022-05-08T16:52:20.952Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:52:20.952Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-08 16-48-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T16:52:20.952Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:52:20.952Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-08 16-48-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T16:52:20.952Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:52:20.953Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-08 16-48-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T16:52:20.953Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:52:20.953Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-08 16-48-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T16:52:20.953Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:52:20.953Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-08 16-48-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T16:52:20.953Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-05-08 16-48-59
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 (?, ?, ?, ?, ?)
2022-05-08T16:52:21.276Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7cec1a02-4531 afec89fe-4933-471f-9a38-a28c6c1c6119 1 ASDC deployResourceStructure
2022-05-08T16:52:21.277Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json ASDC sendASDCNotification
2022-05-08T16:52:21.277Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json
2022-05-08T16:52:21.277Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T16:52:21.277Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-08T16:52:21.278Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T16:52:21.279Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028741277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json",
"status": "DEPLOY_OK"
}
2022-05-08T16:52:21.379Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T16:52:21.380Z||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.
2022-05-08T16:52:21.380Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T16:52:21.391Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:52:21.391Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-08T16:52:22.280Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-08T16:52:22.281Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml
2022-05-08T16:52:22.281Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T16:52:22.281Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-08T16:52:22.284Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T16:52:22.284Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028742280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-08T16:52:22.384Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-08T16:52:22.385Z||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.
2022-05-08T16:52:22.385Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T16:52:22.396Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:52:22.396Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T16:52:23.288Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-08T16:52:23.289Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env
2022-05-08T16:52:23.289Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T16:52:23.289Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-08T16:52:23.291Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T16:52:23.291Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028743288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-08T16:52:23.392Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-08T16:52:23.393Z||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.
2022-05-08T16:52:23.393Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T16:52:23.405Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:52:23.406Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-08T16:52:24.292Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar ASDC sendASDCNotification
2022-05-08T16:52:24.292Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar
2022-05-08T16:52:24.293Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T16:52:24.293Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-08T16:52:24.294Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T16:52:24.294Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028744292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-08T16:52:24.395Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-08T16:52:24.395Z||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.
2022-05-08T16:52:24.395Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T16:52:24.405Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:52:24.406Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T16:52:25.296Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54145ce6-ceb1-43aa-ae1b-396eedcb79e3
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=?
2022-05-08T16:52:25.312Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54145ce6-ceb1-43aa-ae1b-396eedcb79e3
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=?
2022-05-08T16:52:25.315Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T16:52:25.316Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-08T16:52:25.316Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-08T16:52:25.316Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-08T16:52:25.316Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-08T16:52:25.316Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-08T16:52:25.316Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-08T16:52:25.316Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-08T16:52:25.316Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-08T16:52:25.316Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-08T16:52:25.316Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-08T16:52:25.322Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-08T16:52:55.323Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54145ce6-ceb1-43aa-ae1b-396eedcb79e3 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=?
2022-05-08T16:52:55.334Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54145ce6-ceb1-43aa-ae1b-396eedcb79e3 and serviceModelVersionId: 0d384b98-7064-4f80-9547-f6d5afdc7fb0
2022-05-08T16:52:55.334Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 984d3014-6239-4ed6-80e8-c5162f0df239
2022-05-08T16:53:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:53:04.336Z||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.
2022-05-08T16:53:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:53:04.455Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:53:04.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T16:53:04.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028724333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:53:04.458Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-08T16:53:06.778Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/984d3014-6239-4ed6-80e8-c5162f0df239/model-vers/model-ver/0d384b98-7064-4f80-9547-f6d5afdc7fb0?depth=0
2022-05-08T16:53:06.867Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-05-08T16:53:07.278Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/984d3014-6239-4ed6-80e8-c5162f0df239/model-vers/model-ver/0d384b98-7064-4f80-9547-f6d5afdc7fb0?depth=0|INFO|500||Invoke
2022-05-08T16:53:07.285Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/984d3014-6239-4ed6-80e8-c5162f0df239/model-vers/model-ver/0d384b98-7064-4f80-9547-f6d5afdc7fb0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/984d3014-6239-4ed6-80e8-c5162f0df239/model-vers/model-ver/0d384b98-7064-4f80-9547-f6d5afdc7fb0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[54145ce6-ceb1-43aa-ae1b-396eedcb79e3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[44f5ba2f-6534-4ae2-9cad-494c630300cc], X-ECOMP-RequestID=[54145ce6-ceb1-43aa-ae1b-396eedcb79e3], X-TransactionId=[], X-ONAP-RequestID=[54145ce6-ceb1-43aa-ae1b-396eedcb79e3], Content-Type=[application/merge-patch+json]}
2022-05-08T16:53:07.395Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/984d3014-6239-4ed6-80e8-c5162f0df239/model-vers/model-ver/0d384b98-7064-4f80-9547-f6d5afdc7fb0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-08T16:53:07.525Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/984d3014-6239-4ed6-80e8-c5162f0df239/model-vers/model-ver/0d384b98-7064-4f80-9547-f6d5afdc7fb0?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/984d3014-6239-4ed6-80e8-c5162f0df239/model-vers/model-ver/0d384b98-7064-4f80-9547-f6d5afdc7fb0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220508-16:53:07:401-28439], vertex-id=[159896], Content-Length=[0], Date=[Sun, 08 May 2022 16:53:07 GMT], Content-Type=[application/json]}
2022-05-08T16:53:07.527Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/984d3014-6239-4ed6-80e8-c5162f0df239/model-vers/model-ver/0d384b98-7064-4f80-9547-f6d5afdc7fb0?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-08T16:53:07.527Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/984d3014-6239-4ed6-80e8-c5162f0df239/model-vers/model-ver/0d384b98-7064-4f80-9547-f6d5afdc7fb0?depth=0|INFO|500||InvokeReturn
2022-05-08T16:53:07.529Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-08T16:53:07.530Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-08T16:53:07.534Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-08T16:53:07.539Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54145ce6-ceb1-43aa-ae1b-396eedcb79e3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-08T16:53:07.540Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-08T16:53:07.540Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-08T16:53:07.542Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T16:53:07.542Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028787539,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-08T16:53:07.642Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T16:53:07.643Z||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.
2022-05-08T16:53:07.644Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T16:53:07.655Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:53:07.655Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-08T16:53:08.559Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:53:08.559Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|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.
2022-05-08T16:53:08.560Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:53:18.088Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:54:04.332Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:54:04.333Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|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.
2022-05-08T16:54:04.333Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:54:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:54:04.335Z||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.
2022-05-08T16:54:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:54:04.360Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:54:04.362Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:54:04.362Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028724333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json",
"status": "NOTIFIED"
}
2022-05-08T16:54:04.364Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:54:04.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:54:04.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028724333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-08T16:54:04.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:54:04.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:54:04.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028724333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:54:04.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:54:04.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:54:04.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028724333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-08T16:54:04.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:54:04.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:54:04.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028724333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:54:04.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:54:04.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:54:04.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028724333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T16:54:04.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:54:04.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:54:04.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028732257,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T16:54:04.367Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:54:04.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:54:04.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028736872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-08T16:54:04.367Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:54:04.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:54:04.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028738293,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-08T16:54:04.368Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:54:04.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:54:04.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028739869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-08T16:54:04.369Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:54:04.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:54:04.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028741277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/vfw7cec1a0245310_modules.json",
"status": "DEPLOY_OK"
}
2022-05-08T16:54:04.369Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:54:04.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:54:04.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028742280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-08T16:54:04.370Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:54:04.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:54:04.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028743288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/resourceInstances/vfw7cec1a0245310/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-08T16:54:04.370Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:54:04.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:54:04.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028744292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220508164859/1.0/artifacts/service-Vfw20220508164859-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-08T16:54:04.371Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:54:04.957Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:54:04.958Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-08T16:54:04.958Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"8a738eaf-75d3-4b84-b01d-ffd6533f4198","serviceName":"basic_onboard_PSphTT","serviceVersion":"1.0","serviceUUID":"cb870215-5271-4e4f-b57a-dff552890002","serviceDescription":"service","serviceInvariantUUID":"0ab32948-98ca-4c0e-9dc0-7473ff806da0","resources":[{"resourceInstanceName":"basic_onboard_PSphTT 0","resourceName":"basic_onboard_PSphTT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7c096c28-a76c-489a-8642-48a58a2ac026","resourceInvariantUUID":"4402856a-d7cd-49b0-a226-f610c97078d7","resourceCustomizationUUID":"8ddf992d-92a8-4fc1-b593-5bddb48e0770","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/vf-license-model.xml","artifactChecksum":"ZmViZDUwYWY3Y2VlZTMwNDAzYTkzYjgxNDZhMDkyODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ff1beee7-664d-4a44-9f7c-d74d673350bd","artifactVersion":"1"},{"artifactName":"basic_onboard_psphtt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json","artifactChecksum":"MjI4YjU3MDY1NzllYTdlZDI0ZmQzNzgyZjUyMzRmYzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"00aba2d1-afc6-4b41-9d1c-c143f09f3499","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7a057ff5-a630-453f-be63-8c6a0807c4c3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3eb5febe-bf6c-4723-844f-8d4ce26b3a8c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"eb1b6c8f-2b3f-4aa5-a20c-33c2268aae62","artifactVersion":"2","generatedFromUUID":"7a057ff5-a630-453f-be63-8c6a0807c4c3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPsphtt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-template.yml","artifactChecksum":"YjlkMDNlZDk3NDFlYjVmNGM2YzYxMjdlNjg3OGZlYjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7cb06233-40aa-4777-9f24-f0e080a870a4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPsphtt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar","artifactChecksum":"YmNmZmU1YWI3NmIwNjA4YWYwYjkwNjBmZmNmMDI1Yzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4309dc78-28e7-4660-a75a-dcb53b56da25","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-08T16:54:04.961Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T16:54:04.961Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-08T16:54:04.964Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T16:54:04.964Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028844332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:54:05.064Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T16:54:05.065Z||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.
2022-05-08T16:54:05.065Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T16:54:05.078Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:54:05.078Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-08T16:54:05.964Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T16:54:05.965Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-08T16:54:05.967Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T16:54:05.967Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028844332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json",
"status": "NOTIFIED"
}
2022-05-08T16:54:06.067Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T16:54:06.068Z||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.
2022-05-08T16:54:06.068Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T16:54:06.079Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:54:06.079Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T16:54:06.967Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T16:54:06.968Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-08T16:54:06.971Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T16:54:06.971Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028844332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-08T16:54:07.071Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T16:54:07.072Z||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.
2022-05-08T16:54:07.072Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T16:54:07.082Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:54:07.083Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T16:54:07.971Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T16:54:07.973Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-08T16:54:07.975Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T16:54:07.975Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028844332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:54:08.076Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-08T16:54:08.078Z||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.
2022-05-08T16:54:08.078Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T16:54:08.089Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:54:08.090Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-08T16:54:08.976Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T16:54:08.977Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-08T16:54:08.978Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T16:54:08.979Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028844332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-08T16:54:09.079Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T16:54:09.080Z||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.
2022-05-08T16:54:09.080Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T16:54:09.089Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:54:09.089Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T16:54:09.979Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T16:54:09.980Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-08T16:54:09.982Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T16:54:09.983Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028844332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:54:10.083Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T16:54:10.084Z||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.
2022-05-08T16:54:10.084Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T16:54:10.093Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:54:10.093Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T16:54:10.983Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T16:54:10.984Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-08T16:54:10.986Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T16:54:10.986Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028844332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T16:54:11.086Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T16:54:11.087Z||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.
2022-05-08T16:54:11.088Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T16:54:11.115Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:54:11.116Z||pool-25-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-05-08T16:54:11.988Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"serviceName": "basic_onboard_PSphTT",
"serviceVersion": "1.0",
"serviceUUID": "cb870215-5271-4e4f-b57a-dff552890002",
"serviceDescription": "service",
"serviceInvariantUUID": "0ab32948-98ca-4c0e-9dc0-7473ff806da0",
"resources": [
{
"resourceInstanceName": "basic_onboard_PSphTT 0",
"resourceCustomizationUUID": "8ddf992d-92a8-4fc1-b593-5bddb48e0770",
"resourceName": "basic_onboard_PSphTT",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7c096c28-a76c-489a-8642-48a58a2ac026",
"resourceInvariantUUID": "4402856a-d7cd-49b0-a226-f610c97078d7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_psphtt0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json",
"artifactChecksum": "MjI4YjU3MDY1NzllYTdlZDI0ZmQzNzgyZjUyMzRmYzM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "00aba2d1-afc6-4b41-9d1c-c143f09f3499",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7a057ff5-a630-453f-be63-8c6a0807c4c3",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "eb1b6c8f-2b3f-4aa5-a20c-33c2268aae62",
"generatedFromUUID": "7a057ff5-a630-453f-be63-8c6a0807c4c3"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "eb1b6c8f-2b3f-4aa5-a20c-33c2268aae62",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardPsphtt-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar",
"artifactChecksum": "YmNmZmU1YWI3NmIwNjA4YWYwYjkwNjBmZmNmMDI1Yzc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4309dc78-28e7-4660-a75a-dcb53b56da25"
}
],
"workloadContext": "Production"
}
2022-05-08T16:54:11.988Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-08T16:54:11.988Z|54145ce6-ceb1-43aa-ae1b-396eedcb79e3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb870215-5271-4e4f-b57a-dff552890002 ASDC
2022-05-08T16:54:11.989Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:8a738eaf-75d3-4b84-b01d-ffd6533f4198
ServiceName:basic_onboard_PSphTT
ServiceVersion:1.0
ServiceUUID:cb870215-5271-4e4f-b57a-dff552890002
ServiceInvariantUUID:0ab32948-98ca-4c0e-9dc0-7473ff806da0
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPsphtt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar
ArtifactUUID:4309dc78-28e7-4660-a75a-dcb53b56da25
ArtifactChecksum:YmNmZmU1YWI3NmIwNjA4YWYwYjkwNjBmZmNmMDI1Yzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_PSphTT 0
ResourceCustomizationUUID:8ddf992d-92a8-4fc1-b593-5bddb48e0770
ResourceInvariantUUID:4402856a-d7cd-49b0-a226-f610c97078d7
ResourceName:basic_onboard_PSphTT
ResourceType:VF
ResourceUUID:7c096c28-a76c-489a-8642-48a58a2ac026
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_psphtt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json
ArtifactUUID:00aba2d1-afc6-4b41-9d1c-c143f09f3499
ArtifactChecksum:MjI4YjU3MDY1NzllYTdlZDI0ZmQzNzgyZjUyMzRmYzM=
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/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:7a057ff5-a630-453f-be63-8c6a0807c4c3
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/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env
ArtifactUUID:eb1b6c8f-2b3f-4aa5-a20c-33c2268aae62
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/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env
ArtifactUUID:eb1b6c8f-2b3f-4aa5-a20c-33c2268aae62
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-08T16:54:11.989Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb870215-5271-4e4f-b57a-dff552890002 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 (?, ?, ?, ?, ?)
2022-05-08T16:54:12.024Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-08T16:54:12.025Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-08T16:54:12.025Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-08T16:54:12.025Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4309dc78-28e7-4660-a75a-dcb53b56da25 from URL: /sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar
2022-05-08T16:54:12.025Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-08T16:54:12.026Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar
2022-05-08T16:54:12.080Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-08T16:54:12.084Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar 4309dc78-28e7-4660-a75a-dcb53b56da25 71579
2022-05-08T16:54:12.084Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar ASDC sendASDCNotification
2022-05-08T16:54:12.085Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar
2022-05-08T16:54:12.085Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T16:54:12.085Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-08T16:54:12.087Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T16:54:12.087Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028852084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T16:54:12.188Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T16:54:12.189Z||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.
2022-05-08T16:54:12.189Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T16:54:12.199Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:54:12.199Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-08T16:54:13.088Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-08T16:54:13.089Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-08T16:54:13.090Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 4309dc78-28e7-4660-a75a-dcb53b56da25, URL: /sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar to file: /app/ASDC/1/service-BasicOnboardPsphtt-csar.csar
2022-05-08T16:54:13.090Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPsphtt-csar.csar
2022-05-08T16:54:13.091Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPsphtt-csar.csar
2022-05-08T16:54:13.091Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPsphtt-csar.csar
2022-05-08T16:54:13.194Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8998351786161045151/Definitions/service-BasicOnboardPsphtt-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
2022-05-08T16:54:14.200Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-08T16:54:14.200Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-05-08T16:54:14.200Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPsphtt-csar.csar
2022-05-08T16:54:14.201Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-08T16:54:14.201Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardPsphtt-csar.csar
2022-05-08T16:54:14.201Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPsphtt-csar.csar
2022-05-08T16:54:14.201Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPsphtt-csar.csar
2022-05-08T16:54:14.201Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPsphtt-csar.csar
2022-05-08T16:54:14.201Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardPsphtt-csar.csar
2022-05-08T16:54:14.201Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPsphtt-csar.csar
2022-05-08T16:54:14.201Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPsphtt-csar.csar
2022-05-08T16:54:14.201Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_PSphTT 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-BasicOnboardPsphtt-csar.csar
2022-05-08T16:54:14.201Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardPsphtt-csar.csar
2022-05-08T16:54:14.201Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-05-08T16:54:14.201Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:54:14.201Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_PSphTT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T16:54:14.201Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_PSphTT 0 is matching search criteria
2022-05-08T16:54:14.202Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-05-08T16:54:14.202Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_PSphTT 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-08T16:54:14.202Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:54:14.202Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_PSphTT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T16:54:14.202Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_PSphTT 0 is matching search criteria
2022-05-08T16:54:14.202Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-05-08T16:54:14.202Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_PSphTT 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-08T16:54:14.202Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:54:14.202Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_PSphTT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T16:54:14.203Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:54:14.203Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_PSphTT 0 is not matching search criteria
2022-05-08T16:54:14.203Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-08T16:54:14.203Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-08T16:54:14.203Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-08T16:54:14.203Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-08T16:54:14.203Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-08T16:54:14.203Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:54:14.203Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_PSphTT is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-08T16:54:14.203Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:54:14.203Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_PSphTT 0 is matching search criteria
2022-05-08T16:54:14.203Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_PSphTT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T16:54:14.204Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:54:14.204Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_PSphTT 0 is matching search criteria
2022-05-08T16:54:14.204Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_PSphTT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T16:54:14.204Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:54:14.204Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_PSphTT 0 is matching search criteria
2022-05-08T16:54:14.204Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_PSphTT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T16:54:14.204Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:54:14.204Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_PSphTT 0 is not matching search criteria
2022-05-08T16:54:14.204Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-08T16:54:14.205Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-08T16:54:14.205Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2ddd1240-c1aa-40de-96a2-6c496d363996
2022-05-08T16:54:14.205Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:54:14.205Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_PSphTT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T16:54:14.205Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:54:14.205Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_PSphTT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T16:54:14.205Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:54:14.205Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_PSphTT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T16:54:14.205Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:54:14.205Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_PSphTT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T16:54:14.206Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_PSphTT
Description:service
Model UUID:cb870215-5271-4e4f-b57a-dff552890002
Model Version:NULL
Model InvariantUuid:0ab32948-98ca-4c0e-9dc0-7473ff806da0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_PSphTT
Model UUID:78fd5d90-316a-436b-a014-c15df787b76f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4402856a-d7cd-49b0-a226-f610c97078d7
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8ddf992d-92a8-4fc1-b593-5bddb48e0770
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:ab823c7c-d1ec-4930-ab2a-2c6c27381545
ModelName:BasicOnboardPsphtt..base_ubuntu18..module-0
ModelUuid:f0c7c571-e9c8-4dba-8c20-55eb89a07a12
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:2ddd1240-c1aa-40de-96a2-6c496d363996
ModelInvariantUuid:cdecd806-f587-403e-99c1-f0a5c626e84c
ModelName:basic_onboard_PSphTT-nodes.ubuntu18Cvfc
ModelUuid:50ba0ec0-3d1d-485e-aee1-efac71552937
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:93e80a5e-28b6-45c4-a90c-e00a080aa4b6
ModelInvariantUuid:39389764-bf78-4453-9d40-a1531d79a3a9
ModelName:BasicOnboardPsphtt.compute.nodes.heat.ubuntu18
ModelUuid:70437b4b-9789-41e8-94ed-324f759c9a22
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=?
2022-05-08T16:54:14.214Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 7c096c28-a76c-489a-8642-48a58a2ac026
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=?
2022-05-08T16:54:14.217Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||basic_onboard_PSphTT 0
2022-05-08T16:54:14.218Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7c096c28-a76c-489a-8642-48a58a2ac026
2022-05-08T16:54:14.218Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 00aba2d1-afc6-4b41-9d1c-c143f09f3499 from URL: /sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json
2022-05-08T16:54:14.218Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-08T16:54:14.218Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json
2022-05-08T16:54:14.468Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-08T16:54:14.469Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json 00aba2d1-afc6-4b41-9d1c-c143f09f3499 798
2022-05-08T16:54:14.469Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json ASDC sendASDCNotification
2022-05-08T16:54:14.469Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json
2022-05-08T16:54:14.469Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T16:54:14.470Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-08T16:54:14.472Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T16:54:14.472Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028854469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-08T16:54:14.572Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T16:54:14.573Z||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.
2022-05-08T16:54:14.573Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T16:54:14.583Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:54:14.583Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T16:54:15.473Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPsphtt..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "ab823c7c-d1ec-4930-ab2a-2c6c27381545",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f0c7c571-e9c8-4dba-8c20-55eb89a07a12",
"vfModuleModelCustomizationUUID": "4a29d5d2-af77-4998-9805-fe0dacf70034",
"isBase": true,
"artifacts": [
"7a057ff5-a630-453f-be63-8c6a0807c4c3",
"eb1b6c8f-2b3f-4aa5-a20c-33c2268aae62"
],
"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": ""
}
}
]
2022-05-08T16:54:15.476Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPsphtt..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f0c7c571-e9c8-4dba-8c20-55eb89a07a12
VfModuleModelInvariantUUID:ab823c7c-d1ec-4930-ab2a-2c6c27381545
VfModuleModelDescription:NULL
Artifacts UUID List:{
7a057ff5-a630-453f-be63-8c6a0807c4c3
,
eb1b6c8f-2b3f-4aa5-a20c-33c2268aae62
}
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
}
2022-05-08T16:54:15.479Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPsphtt..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "ab823c7c-d1ec-4930-ab2a-2c6c27381545",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f0c7c571-e9c8-4dba-8c20-55eb89a07a12",
"vfModuleModelCustomizationUUID": "4a29d5d2-af77-4998-9805-fe0dacf70034",
"isBase": true,
"artifacts": [
"7a057ff5-a630-453f-be63-8c6a0807c4c3",
"eb1b6c8f-2b3f-4aa5-a20c-33c2268aae62"
],
"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": ""
}
}
]
2022-05-08T16:54:15.480Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPsphtt..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f0c7c571-e9c8-4dba-8c20-55eb89a07a12
VfModuleModelInvariantUUID:ab823c7c-d1ec-4930-ab2a-2c6c27381545
VfModuleModelDescription:NULL
Artifacts UUID List:{
7a057ff5-a630-453f-be63-8c6a0807c4c3
,
eb1b6c8f-2b3f-4aa5-a20c-33c2268aae62
}
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
}
2022-05-08T16:54:15.480Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7a057ff5-a630-453f-be63-8c6a0807c4c3 from URL: /sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml
2022-05-08T16:54:15.480Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-08T16:54:15.480Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml
2022-05-08T16:54:15.771Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-08T16:54:15.772Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml 7a057ff5-a630-453f-be63-8c6a0807c4c3 5033
2022-05-08T16:54:15.772Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-08T16:54:15.772Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml
2022-05-08T16:54:15.773Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T16:54:15.773Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-08T16:54:15.775Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T16:54:15.775Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028855772,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-08T16:54:15.875Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-08T16:54:15.876Z||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.
2022-05-08T16:54:15.876Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T16:54:15.886Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:54:15.886Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T16:54:16.776Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: eb1b6c8f-2b3f-4aa5-a20c-33c2268aae62 from URL: /sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env
2022-05-08T16:54:16.777Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-08T16:54:16.777Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env
2022-05-08T16:54:17.194Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-08T16:54:17.195Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env eb1b6c8f-2b3f-4aa5-a20c-33c2268aae62 909
2022-05-08T16:54:17.195Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-08T16:54:17.195Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env
2022-05-08T16:54:17.195Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T16:54:17.195Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-08T16:54:17.198Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T16:54:17.198Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028857195,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-08T16:54:17.298Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T16:54:17.299Z||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.
2022-05-08T16:54:17.299Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T16:54:17.311Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:54:17.311Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-08T16:54:18.198Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: cb870215-5271-4e4f-b57a-dff552890002
2022-05-08T16:54:18.199Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_PSphTT 0 7c096c28-a76c-489a-8642-48a58a2ac026 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=?
2022-05-08T16:54:18.216Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@65ef2374, org.onap.sdc.toscaparser.api.parameters.Input@829fa52, org.onap.sdc.toscaparser.api.parameters.Input@5fed684b, org.onap.sdc.toscaparser.api.parameters.Input@2679063e, org.onap.sdc.toscaparser.api.parameters.Input@3a917506]
2022-05-08T16:54:18.217Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:54:18.218Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_PSphTT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T16:54:18.218Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-05-08T16:54:18.218Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 8ddf992d-92a8-4fc1-b593-5bddb48e0770
2022-05-08T16:54:18.218Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8ddf992d-92a8-4fc1-b593-5bddb48e0770 matches Tosca VF Customization UUID: 8ddf992d-92a8-4fc1-b593-5bddb48e0770
2022-05-08T16:54:18.218Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 8ddf992d-92a8-4fc1-b593-5bddb48e0770 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=?
2022-05-08T16:54:18.221Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:54:18.221Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_PSphTT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T16:54:18.222Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 8ddf992d-92a8-4fc1-b593-5bddb48e0770: {\"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\"}
2022-05-08T16:54:18.222Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2790d45c
2022-05-08T16:54:18.222Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:54:18.222Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_PSphTT is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-08T16:54:18.222Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4a29d5d2-af77-4998-9805-fe0dacf70034
2022-05-08T16:54:18.222Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4a29d5d2-af77-4998-9805-fe0dacf70034
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=?
2022-05-08T16:54:18.224Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:54:18.225Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_PSphTT 0 is matching search criteria
2022-05-08T16:54:18.225Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_PSphTT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T16:54:18.225Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:54:18.226Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_PSphTT 0 is matching search criteria
2022-05-08T16:54:18.226Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_PSphTT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T16:54:18.226Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:54:18.226Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_PSphTT 0 is not matching search criteria
2022-05-08T16:54:18.227Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-08T16:54:18.227Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-08T16:54:18.227Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2ddd1240-c1aa-40de-96a2-6c496d363996
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=?
2022-05-08T16:54:18.229Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:54:18.230Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_PSphTT 0 is matching search criteria
2022-05-08T16:54:18.230Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_PSphTT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T16:54:18.230Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:54:18.231Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_PSphTT 0 is matching search criteria
2022-05-08T16:54:18.231Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_PSphTT 0] matching following query criteria: sdcType=VF, customizationUUID=8ddf992d-92a8-4fc1-b593-5bddb48e0770
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=?
2022-05-08T16:54:18.233Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:54:18.233Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_PSphTT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T16:54:18.233Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid cb870215-5271-4e4f-b57a-dff552890002: basic_onboard_PSphTT
2022-05-08T16:54:18.234Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:54:18.234Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_PSphTT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T16:54:18.234Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:54:18.234Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_PSphTT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T16:54:18.234Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:54:18.235Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_PSphTT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T16:54:18.235Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:54:18.235Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_PSphTT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T16:54:18.235Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T16:54:18.235Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_PSphTT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T16:54:18.235Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_PSphTT
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 (?, ?, ?, ?, ?)
2022-05-08T16:54:18.320Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_PSphTT 7c096c28-a76c-489a-8642-48a58a2ac026 1 ASDC deployResourceStructure
2022-05-08T16:54:18.320Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json ASDC sendASDCNotification
2022-05-08T16:54:18.321Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json
2022-05-08T16:54:18.321Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T16:54:18.321Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-08T16:54:18.323Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T16:54:18.323Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028858320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-08T16:54:18.423Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T16:54:18.424Z||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.
2022-05-08T16:54:18.424Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T16:54:18.435Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:54:18.435Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-08T16:54:19.324Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-08T16:54:19.324Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml
2022-05-08T16:54:19.325Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T16:54:19.325Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-08T16:54:19.327Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T16:54:19.327Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028859324,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-08T16:54:19.429Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-08T16:54:19.430Z||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.
2022-05-08T16:54:19.430Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T16:54:19.440Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:54:19.440Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-08T16:54:20.328Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-08T16:54:20.329Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env
2022-05-08T16:54:20.329Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T16:54:20.329Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-08T16:54:20.332Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T16:54:20.332Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028860328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-08T16:54:20.432Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T16:54:20.433Z||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.
2022-05-08T16:54:20.433Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T16:54:20.443Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:54:20.443Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T16:54:21.335Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar ASDC sendASDCNotification
2022-05-08T16:54:21.335Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar
2022-05-08T16:54:21.336Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T16:54:21.336Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-08T16:54:21.338Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T16:54:21.338Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028861335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-08T16:54:21.438Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T16:54:21.439Z||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.
2022-05-08T16:54:21.439Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T16:54:21.450Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:54:21.451Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-08T16:54:22.338Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a738eaf-75d3-4b84-b01d-ffd6533f4198
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=?
2022-05-08T16:54:22.348Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a738eaf-75d3-4b84-b01d-ffd6533f4198
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=?
2022-05-08T16:54:22.351Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T16:54:22.351Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-08T16:54:22.351Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-08T16:54:52.351Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a738eaf-75d3-4b84-b01d-ffd6533f4198
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=?
2022-05-08T16:54:52.362Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a738eaf-75d3-4b84-b01d-ffd6533f4198
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=?
2022-05-08T16:54:52.365Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T16:54:52.365Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-08T16:54:52.365Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-08T16:55:04.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:55:04.335Z||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.
2022-05-08T16:55:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:55:04.360Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:55:04.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.363Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "54145ce6-ceb1-43aa-ae1b-396eedcb79e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028787539,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-08T16:55:04.365Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:55:04.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "clamp",
"timestamp": 1652028808787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:55:04.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "aai-ml",
"timestamp": 1652028812838,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:55:04.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "clamp",
"timestamp": 1652028808787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json",
"status": "NOTIFIED"
}
2022-05-08T16:55:04.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "aai-ml",
"timestamp": 1652028812838,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:55:04.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "clamp",
"timestamp": 1652028808787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:55:04.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "aai-ml",
"timestamp": 1652028812838,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:55:04.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "cds",
"timestamp": 1652028818875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:55:04.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "clamp",
"timestamp": 1652028808787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:55:04.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "aai-ml",
"timestamp": 1652028812838,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:55:04.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "cds",
"timestamp": 1652028818875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:55:04.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "policy-id",
"timestamp": 1652028820419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:55:04.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "clamp",
"timestamp": 1652028808787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:55:04.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "aai-ml",
"timestamp": 1652028812838,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:55:04.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "cds",
"timestamp": 1652028818875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:55:04.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "policy-id",
"timestamp": 1652028820419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:55:04.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "clamp",
"timestamp": 1652028808787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:55:04.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "aai-ml",
"timestamp": 1652028812838,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:55:04.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "cds",
"timestamp": 1652028818875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:55:04.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "ves-openapi-manager",
"timestamp": 1652028822226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:55:04.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "policy-id",
"timestamp": 1652028820419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-08T16:55:04.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "clamp",
"timestamp": 1652028808787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T16:55:04.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "aai-ml",
"timestamp": 1652028812838,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T16:55:04.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "cds",
"timestamp": 1652028818875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:55:04.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "ves-openapi-manager",
"timestamp": 1652028822226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:55:04.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "policy-id",
"timestamp": 1652028820419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:55:04.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "cds",
"timestamp": 1652028818875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:55:04.371Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "ves-openapi-manager",
"timestamp": 1652028822226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:55:04.371Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "aai-ml",
"timestamp": 1652028824880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T16:55:04.371Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:55:04.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "policy-id",
"timestamp": 1652028820419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:55:04.371Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "cds",
"timestamp": 1652028818875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T16:55:04.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "ves-openapi-manager",
"timestamp": 1652028822226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:55:04.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "policy-id",
"timestamp": 1652028820419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:55:04.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652028825477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:55:04.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "ves-openapi-manager",
"timestamp": 1652028822226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:55:04.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "cds",
"timestamp": 1652028827076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T16:55:04.373Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:55:04.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "policy-id",
"timestamp": 1652028820419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T16:55:04.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652028825477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json",
"status": "NOTIFIED"
}
2022-05-08T16:55:04.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "ves-openapi-manager",
"timestamp": 1652028822226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:55:04.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "cds",
"timestamp": 1652028828081,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-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=?
2022-05-08T16:55:04.383Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8a738eaf-75d3-4b84-b01d-ffd6533f4198
2022-05-08T16:55:04.383Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a738eaf-75d3-4b84-b01d-ffd6533f4198 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 (?, ?, ?, ?, ?)
2022-05-08T16:55:04.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652028825477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-08T16:55:04.394Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "policy-id",
"timestamp": 1652028828382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T16:55:04.394Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:55:04.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "ves-openapi-manager",
"timestamp": 1652028822226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:55:04.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652028825477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:55:04.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652028828581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:55:04.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "policy-id",
"timestamp": 1652028829386,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-08T16:55:04.395Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:55:04.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652028825477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-08T16:55:04.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652028828581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:55:04.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "policy-id",
"timestamp": 1652028830389,
"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=?
2022-05-08T16:55:04.402Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8a738eaf-75d3-4b84-b01d-ffd6533f4198
2022-05-08T16:55:04.402Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a738eaf-75d3-4b84-b01d-ffd6533f4198 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 (?, ?, ?, ?, ?)
2022-05-08T16:55:04.413Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.413Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652028825477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:55:04.413Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.414Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.414Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652028828581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:55:04.414Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.414Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.414Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652028825477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T16:55:04.414Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.414Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.414Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652028828581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:55:04.415Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.415Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652028828581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:55:04.415Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.415Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652028833389,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-08T16:55:04.415Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:55:04.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.415Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "clamp",
"timestamp": 1652028833405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T16:55:04.415Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:55:04.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "aai-ml",
"timestamp": 1652028833497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-08T16:55:04.416Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:55:04.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652028828581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:55:04.416Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "aai-ml",
"timestamp": 1652028834501,
"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=?
2022-05-08T16:55:04.425Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8a738eaf-75d3-4b84-b01d-ffd6533f4198
2022-05-08T16:55:04.425Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a738eaf-75d3-4b84-b01d-ffd6533f4198 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 (?, ?, ?, ?, ?)
2022-05-08T16:55:04.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652028834662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-08T16:55:04.436Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:55:04.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652028828581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T16:55:04.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-08T16:55:04.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "clamp",
"timestamp": 1652028835414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-08T16:55:04.438Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:55:04.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652028835966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-08T16:55:04.438Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:55:04.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652028836379,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T16:55:04.438Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:55:04.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "clamp",
"timestamp": 1652028836416,
"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=?
2022-05-08T16:55:04.445Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8a738eaf-75d3-4b84-b01d-ffd6533f4198
2022-05-08T16:55:04.445Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a738eaf-75d3-4b84-b01d-ffd6533f4198 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 (?, ?, ?, ?, ?)
2022-05-08T16:55:04.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652028836990,
"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=?
2022-05-08T16:55:04.462Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8a738eaf-75d3-4b84-b01d-ffd6533f4198
2022-05-08T16:55:04.462Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a738eaf-75d3-4b84-b01d-ffd6533f4198 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=?
2022-05-08T16:55:04.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.471Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652028837995,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-08T16:55:04.471Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:55:04.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.471Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652028838624,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-08T16:55:04.471Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:55:04.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-08T16:55:04.471Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652028839628,
"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=?
2022-05-08T16:55:04.477Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8a738eaf-75d3-4b84-b01d-ffd6533f4198
2022-05-08T16:55:04.477Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a738eaf-75d3-4b84-b01d-ffd6533f4198 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 (?, ?, ?, ?, ?)
2022-05-08T16:55:22.365Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a738eaf-75d3-4b84-b01d-ffd6533f4198
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=?
2022-05-08T16:55:22.378Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a738eaf-75d3-4b84-b01d-ffd6533f4198
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=?
2022-05-08T16:55:22.381Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T16:55:22.381Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-08T16:55:22.381Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-08T16:55:22.381Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-08T16:55:22.381Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-08T16:55:22.381Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-08T16:55:22.381Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-08T16:55:22.381Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-08T16:55:22.381Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-08T16:55:22.381Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-08T16:55:22.381Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-08T16:55:22.387Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-08T16:55:52.387Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8a738eaf-75d3-4b84-b01d-ffd6533f4198 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=?
2022-05-08T16:55:52.393Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8a738eaf-75d3-4b84-b01d-ffd6533f4198 and serviceModelVersionId: cb870215-5271-4e4f-b57a-dff552890002
2022-05-08T16:55:52.393Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0ab32948-98ca-4c0e-9dc0-7473ff806da0
2022-05-08T16:55:52.394Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0ab32948-98ca-4c0e-9dc0-7473ff806da0/model-vers/model-ver/cb870215-5271-4e4f-b57a-dff552890002?depth=0
2022-05-08T16:55:52.399Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-05-08T16:55:52.435Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab32948-98ca-4c0e-9dc0-7473ff806da0/model-vers/model-ver/cb870215-5271-4e4f-b57a-dff552890002?depth=0|INFO|500||Invoke
2022-05-08T16:55:52.435Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab32948-98ca-4c0e-9dc0-7473ff806da0/model-vers/model-ver/cb870215-5271-4e4f-b57a-dff552890002?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab32948-98ca-4c0e-9dc0-7473ff806da0/model-vers/model-ver/cb870215-5271-4e4f-b57a-dff552890002?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8a738eaf-75d3-4b84-b01d-ffd6533f4198], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[aa8fd483-124f-46de-8005-ab6a1070bfd9], X-ECOMP-RequestID=[8a738eaf-75d3-4b84-b01d-ffd6533f4198], X-TransactionId=[], X-ONAP-RequestID=[8a738eaf-75d3-4b84-b01d-ffd6533f4198], Content-Type=[application/merge-patch+json]}
2022-05-08T16:55:52.465Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab32948-98ca-4c0e-9dc0-7473ff806da0/model-vers/model-ver/cb870215-5271-4e4f-b57a-dff552890002?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-08T16:55:53.374Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab32948-98ca-4c0e-9dc0-7473ff806da0/model-vers/model-ver/cb870215-5271-4e4f-b57a-dff552890002?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/0ab32948-98ca-4c0e-9dc0-7473ff806da0/model-vers/model-ver/cb870215-5271-4e4f-b57a-dff552890002?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220508-16:55:52:470-66289], vertex-id=[159984], Content-Length=[0], Date=[Sun, 08 May 2022 16:55:52 GMT], Content-Type=[application/json]}
2022-05-08T16:55:53.374Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab32948-98ca-4c0e-9dc0-7473ff806da0/model-vers/model-ver/cb870215-5271-4e4f-b57a-dff552890002?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-08T16:55:53.375Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab32948-98ca-4c0e-9dc0-7473ff806da0/model-vers/model-ver/cb870215-5271-4e4f-b57a-dff552890002?depth=0|INFO|500||InvokeReturn
2022-05-08T16:55:53.375Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-08T16:55:53.375Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-08T16:55:53.381Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-08T16:55:53.382Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8a738eaf-75d3-4b84-b01d-ffd6533f4198 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-08T16:55:53.382Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-08T16:55:53.382Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-08T16:55:53.384Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T16:55:53.384Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028953382,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-08T16:55:53.484Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T16:55:53.485Z||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.
2022-05-08T16:55:53.485Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T16:55:53.500Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:55:53.501Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-08T16:55:54.397Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:55:54.398Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|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.
2022-05-08T16:55:54.398Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:56:03.930Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:56:04.333Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:56:04.333Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|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.
2022-05-08T16:56:04.333Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:56:04.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:56:04.335Z||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.
2022-05-08T16:56:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:56:04.352Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:56:04.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T16:56:04.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028844332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:56:04.353Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T16:56:04.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T16:56:04.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028844332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json",
"status": "NOTIFIED"
}
2022-05-08T16:56:04.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T16:56:04.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T16:56:04.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028844332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-08T16:56:04.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T16:56:04.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T16:56:04.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028844332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:56:04.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T16:56:04.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T16:56:04.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028844332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-08T16:56:04.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T16:56:04.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T16:56:04.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028844332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T16:56:04.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T16:56:04.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T16:56:04.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028844332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T16:56:04.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-08T16:56:04.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T16:56:04.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028852084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T16:56:04.355Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:56:04.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T16:56:04.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028854469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-08T16:56:04.355Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:56:04.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T16:56:04.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028855772,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-08T16:56:04.356Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:56:04.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T16:56:04.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028857195,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-08T16:56:04.356Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:56:04.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T16:56:04.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028858320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/basic_onboard_psphtt0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-08T16:56:04.356Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:56:04.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T16:56:04.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028859324,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-08T16:56:04.356Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:56:04.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T16:56:04.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028860328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/resourceInstances/basic_onboard_psphtt0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-08T16:56:04.356Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:56:04.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-08T16:56:04.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028861335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPsphtt/1.0/artifacts/service-BasicOnboardPsphtt-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-08T16:56:04.357Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:56:13.864Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:57:04.332Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:57:04.333Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|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.
2022-05-08T16:57:04.333Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:57:04.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:57:04.335Z||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.
2022-05-08T16:57:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:57:04.853Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:57:04.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-08T16:57:04.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a738eaf-75d3-4b84-b01d-ffd6533f4198",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652028953382,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-08T16:57:04.854Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T16:57:13.870Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:58:04.333Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:58:04.333Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|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.
2022-05-08T16:58:04.333Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:58:04.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:58:04.335Z||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.
2022-05-08T16:58:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:58:13.866Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:58:13.867Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:59:04.333Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:59:04.333Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|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.
2022-05-08T16:59:04.334Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:59:04.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T16:59:04.335Z||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.
2022-05-08T16:59:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T16:59:13.874Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T16:59:13.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T17:00:04.333Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T17:00:04.333Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|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.
2022-05-08T17:00:04.334Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|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 UmHXk3r530yAsVsJ) ...
2022-05-08T17:00:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T17:00:04.335Z||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.
2022-05-08T17:00:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T17:00:13.871Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T17:00:13.871Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T17:01:04.333Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T17:01:04.334Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|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.
2022-05-08T17:01:04.334Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|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 UmHXk3r530yAsVsJ) ...
2022-05-08T17:01:04.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T17:01:04.335Z||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.
2022-05-08T17:01:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T17:01:13.872Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T17:01:13.872Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T17:02:04.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T17:02:04.334Z||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.
2022-05-08T17:02:04.334Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T17:02:04.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T17:02:04.336Z||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.
2022-05-08T17:02:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T17:02:13.870Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T17:02:13.870Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T17:03:04.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T17:03:04.333Z||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.
2022-05-08T17:03:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T17:03:04.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T17:03:04.336Z||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.
2022-05-08T17:03:04.336Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T17:03:13.869Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T17:03:13.869Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T17:04:04.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T17:04:04.333Z||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.
2022-05-08T17:04:04.333Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T17:04:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T17:04:04.335Z||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.
2022-05-08T17:04:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T17:04:04.958Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T17:04:04.958Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T17:04:04.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-08T17:04:04.960Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"3b15f8dd-1b2a-4f20-9ae8-52202fa01161","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2967d830-4c01-4cbb-839b-aa14f26a93f4","serviceDescription":"service","serviceInvariantUUID":"e722215d-7149-49fc-98b4-a9c00c38e8a4","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"2d0d4fc4-2175-4aa5-976a-5363736bf53d","resourceInvariantUUID":"596a18e7-149b-4e44-8d46-79200e200d15","resourceCustomizationUUID":"867df13c-d170-4af1-a06f-d56816a4f494","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"YTFlNDE1YTNkMDgwOTY4ZWNjNDczMmE4NmRkNzBkMzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7f999c9d-e5c5-4029-9cfd-1037754959ba","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2UzMWE3MDQ0MTM4ODQ5YmFmYjM4MjJhNTRhY2VlZmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7d1ffc3d-2f35-4d2d-9d11-22b1d481e38b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-08T17:04:04.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T17:04:04.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161",
"consumerID": "clamp",
"timestamp": 1652029408786,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:04:04.961Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-08T17:04:04.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T17:04:04.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161",
"consumerID": "aai-ml",
"timestamp": 1652029412838,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:04:04.961Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-08T17:04:04.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T17:04:04.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161",
"consumerID": "clamp",
"timestamp": 1652029408786,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T17:04:04.962Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-08T17:04:04.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T17:04:04.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161",
"consumerID": "aai-ml",
"timestamp": 1652029412838,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T17:04:04.962Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-08T17:04:04.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T17:04:04.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161",
"consumerID": "aai-ml",
"timestamp": 1652029417962,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T17:04:04.962Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T17:04:04.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T17:04:04.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161",
"consumerID": "clamp",
"timestamp": 1652029419505,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T17:04:04.962Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T17:04:04.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T17:04:04.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161",
"consumerID": "cds",
"timestamp": 1652029418875,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:04:04.963Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-08T17:04:04.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T17:04:04.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161",
"consumerID": "cds",
"timestamp": 1652029418875,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T17:04:04.963Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-08T17:04:04.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T17:04:04.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161",
"consumerID": "aai-ml",
"timestamp": 1652029420969,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-08T17:04:04.963Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T17:04:04.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T17:04:04.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161",
"consumerID": "policy-id",
"timestamp": 1652029420419,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:04:04.963Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-08T17:04:04.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T17:04:04.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161",
"consumerID": "clamp",
"timestamp": 1652029421515,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-08T17:04:04.964Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T17:04:04.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T17:04:04.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161",
"consumerID": "cds",
"timestamp": 1652029421565,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T17:04:04.964Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T17:04:04.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T17:04:04.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161",
"consumerID": "aai-ml",
"timestamp": 1652029421972,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
2022-05-08T17:04:04.965Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T17:04:04.965Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-08T17:04:04.967Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T17:04:04.967Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652029444333,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-08T17:04:04.986Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3b15f8dd-1b2a-4f20-9ae8-52202fa01161
2022-05-08T17:04:04.986Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b15f8dd-1b2a-4f20-9ae8-52202fa01161 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 (?, ?, ?, ?, ?)
2022-05-08T17:04:04.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T17:04:04.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161",
"consumerID": "policy-id",
"timestamp": 1652029420419,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T17:04:04.997Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-08T17:04:04.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T17:04:04.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161",
"consumerID": "clamp",
"timestamp": 1652029422519,
"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=?
2022-05-08T17:04:05.004Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3b15f8dd-1b2a-4f20-9ae8-52202fa01161
2022-05-08T17:04:05.004Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b15f8dd-1b2a-4f20-9ae8-52202fa01161 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 (?, ?, ?, ?, ?)
2022-05-08T17:04:05.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T17:04:05.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161",
"consumerID": "cds",
"timestamp": 1652029422569,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-08T17:04:05.022Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3b15f8dd-1b2a-4f20-9ae8-52202fa01161
2022-05-08T17:04:05.022Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b15f8dd-1b2a-4f20-9ae8-52202fa01161 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 (?, ?, ?, ?, ?)
2022-05-08T17:04:05.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T17:04:05.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161",
"consumerID": "ves-openapi-manager",
"timestamp": 1652029422225,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:04:05.033Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-08T17:04:05.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T17:04:05.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161",
"consumerID": "policy-id",
"timestamp": 1652029423100,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T17:04:05.033Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T17:04:05.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T17:04:05.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161",
"consumerID": "ves-openapi-manager",
"timestamp": 1652029422225,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:04:05.033Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-08T17:04:05.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T17:04:05.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161",
"consumerID": "policy-id",
"timestamp": 1652029424103,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-08T17:04:05.034Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T17:04:05.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T17:04:05.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161",
"consumerID": "policy-id",
"timestamp": 1652029425106,
"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=?
2022-05-08T17:04:05.040Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3b15f8dd-1b2a-4f20-9ae8-52202fa01161
2022-05-08T17:04:05.040Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b15f8dd-1b2a-4f20-9ae8-52202fa01161 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 (?, ?, ?, ?, ?)
2022-05-08T17:04:05.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T17:04:05.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652029425477,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:04:05.050Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-08T17:04:05.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T17:04:05.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652029425477,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T17:04:05.050Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-08T17:04:05.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T17:04:05.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652029428580,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:04:05.051Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-08T17:04:05.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T17:04:05.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652029428580,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T17:04:05.051Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-08T17:04:05.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T17:04:05.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652029431375,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T17:04:05.051Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T17:04:05.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T17:04:05.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652029432942,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-08T17:04:05.051Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T17:04:05.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T17:04:05.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652029433946,
"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=?
2022-05-08T17:04:05.056Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3b15f8dd-1b2a-4f20-9ae8-52202fa01161
2022-05-08T17:04:05.057Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b15f8dd-1b2a-4f20-9ae8-52202fa01161 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 (?, ?, ?, ?, ?)
2022-05-08T17:04:05.068Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T17:04:05.068Z||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.
2022-05-08T17:04:05.068Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T17:04:05.077Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T17:04:05.077Z||pool-35-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T17:04:05.968Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T17:04:05.969Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-08T17:04:05.970Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T17:04:05.970Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652029444333,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T17:04:06.071Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-08T17:04:06.071Z||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.
2022-05-08T17:04:06.071Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T17:04:06.083Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T17:04:06.083Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-08T17:04:06.971Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "2967d830-4c01-4cbb-839b-aa14f26a93f4",
"serviceDescription": "service",
"serviceInvariantUUID": "e722215d-7149-49fc-98b4-a9c00c38e8a4",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "867df13c-d170-4af1-a06f-d56816a4f494",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "2d0d4fc4-2175-4aa5-976a-5363736bf53d",
"resourceInvariantUUID": "596a18e7-149b-4e44-8d46-79200e200d15",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "M2UzMWE3MDQ0MTM4ODQ5YmFmYjM4MjJhNTRhY2VlZmE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7d1ffc3d-2f35-4d2d-9d11-22b1d481e38b"
}
],
"workloadContext": "Production"
}
2022-05-08T17:04:06.972Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-08T17:04:06.972Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2967d830-4c01-4cbb-839b-aa14f26a93f4 ASDC
2022-05-08T17:04:06.972Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:3b15f8dd-1b2a-4f20-9ae8-52202fa01161
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2967d830-4c01-4cbb-839b-aa14f26a93f4
ServiceInvariantUUID:e722215d-7149-49fc-98b4-a9c00c38e8a4
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:7d1ffc3d-2f35-4d2d-9d11-22b1d481e38b
ArtifactChecksum:M2UzMWE3MDQ0MTM4ODQ5YmFmYjM4MjJhNTRhY2VlZmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:867df13c-d170-4af1-a06f-d56816a4f494
ResourceInvariantUUID:596a18e7-149b-4e44-8d46-79200e200d15
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:2d0d4fc4-2175-4aa5-976a-5363736bf53d
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-05-08T17:04:06.972Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2967d830-4c01-4cbb-839b-aa14f26a93f4 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=?
2022-05-08T17:04:07.001Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-08T17:04:07.002Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-08T17:04:07.003Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-08T17:04:07.003Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7d1ffc3d-2f35-4d2d-9d11-22b1d481e38b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-08T17:04:07.003Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-08T17:04:07.004Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-08T17:04:07.063Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-08T17:04:07.068Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 7d1ffc3d-2f35-4d2d-9d11-22b1d481e38b 52507
2022-05-08T17:04:07.069Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-08T17:04:07.069Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-08T17:04:07.069Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T17:04:07.070Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-08T17:04:07.073Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T17:04:07.073Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652029447069,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T17:04:07.173Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T17:04:07.174Z||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.
2022-05-08T17:04:07.174Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T17:04:07.184Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T17:04:07.184Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T17:04:08.073Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-08T17:04:08.075Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-08T17:04:08.075Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 7d1ffc3d-2f35-4d2d-9d11-22b1d481e38b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-08T17:04:08.075Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-05-08T17:04:08.075Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-08T17:04:08.076Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-08T17:04:08.195Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7741744763691041284/Definitions/service-BasicNetwork-template.yml
2022-05-08T17:04:08.560Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-08T17:04:08.561Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-08T17:04:08.561Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-08T17:04:08.561Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-05-08T17:04:08.561Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-08T17:04:08.561Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-08T17:04:08.561Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-08T17:04:08.561Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-08T17:04:08.561Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-08T17:04:08.561Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-08T17:04:08.561Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-08T17:04:08.561Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-08T17:04:08.562Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-08T17:04:08.562Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T17:04:08.562Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T17:04:08.562Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-08T17:04:08.562Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-08T17:04:08.562Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-08T17:04:08.562Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T17:04:08.562Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T17:04:08.563Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-08T17:04:08.563Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-08T17:04:08.563Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-08T17:04:08.563Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T17:04:08.563Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T17:04:08.563Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T17:04:08.563Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T17:04:08.563Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T17:04:08.563Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T17:04:08.564Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T17:04:08.564Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T17:04:08.564Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T17:04:08.564Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T17:04:08.564Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:2967d830-4c01-4cbb-839b-aa14f26a93f4
Model Version:NULL
Model InvariantUuid:e722215d-7149-49fc-98b4-a9c00c38e8a4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:596a18e7-149b-4e44-8d46-79200e200d15
Model UUID:5c1bbd7d-acb3-4d09-917d-28c51e302e5d
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:867df13c-d170-4af1-a06f-d56816a4f494
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-08T17:04:08.574Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 2d0d4fc4-2175-4aa5-976a-5363736bf53d
2022-05-08T17:04:08.574Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||No resources found for Service: 2967d830-4c01-4cbb-839b-aa14f26a93f4
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=?
2022-05-08T17:04:08.579Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||
2022-05-08T17:04:08.579Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-05-08T17:04:08.580Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 2967d830-4c01-4cbb-839b-aa14f26a93f4
2022-05-08T17:04:08.580Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 2967d830-4c01-4cbb-839b-aa14f26a93f4
2022-05-08T17:04:08.581Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-05-08T17:04:08.581Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-08T17:04:08.587Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1467e13, org.onap.sdc.toscaparser.api.parameters.Input@744f0234, org.onap.sdc.toscaparser.api.parameters.Input@78f12165, org.onap.sdc.toscaparser.api.parameters.Input@5c1c9034, org.onap.sdc.toscaparser.api.parameters.Input@6e18db42]
2022-05-08T17:04:08.588Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T17:04:08.589Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T17:04:08.589Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T17:04:08.589Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T17:04:08.589Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 2967d830-4c01-4cbb-839b-aa14f26a93f4: Generic NeutronNet
2022-05-08T17:04:08.589Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T17:04:08.589Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T17:04:08.589Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T17:04:08.589Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-05-08T17:04:08.630Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T17:04:08.631Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T17:04:08.631Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T17:04:08.631Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T17:04:08.631Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T17:04:08.631Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T17:04:08.632Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-05-08T17:04:08.723Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-05-08T17:04:08.723Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-08T17:04:08.723Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-08T17:04:08.724Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-08T17:04:08.724Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-08T17:04:08.726Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T17:04:08.727Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652029448723,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-08T17:04:08.827Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T17:04:08.828Z||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.
2022-05-08T17:04:08.828Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T17:04:08.839Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T17:04:08.839Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-08T17:04:09.727Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b15f8dd-1b2a-4f20-9ae8-52202fa01161
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=?
2022-05-08T17:04:09.744Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b15f8dd-1b2a-4f20-9ae8-52202fa01161
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=?
2022-05-08T17:04:09.747Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-08T17:04:09.748Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-08T17:04:09.748Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-08T17:04:09.748Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-08T17:04:09.748Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-08T17:04:09.748Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-08T17:04:09.748Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-08T17:04:09.748Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-08T17:04:09.748Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-08T17:04:09.749Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-08T17:04:09.749Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-08T17:04:09.754Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-08T17:04:39.755Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3b15f8dd-1b2a-4f20-9ae8-52202fa01161 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=?
2022-05-08T17:04:39.763Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3b15f8dd-1b2a-4f20-9ae8-52202fa01161 and serviceModelVersionId: 2967d830-4c01-4cbb-839b-aa14f26a93f4
2022-05-08T17:04:39.763Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e722215d-7149-49fc-98b4-a9c00c38e8a4
2022-05-08T17:04:39.764Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e722215d-7149-49fc-98b4-a9c00c38e8a4/model-vers/model-ver/2967d830-4c01-4cbb-839b-aa14f26a93f4?depth=0
2022-05-08T17:04:39.768Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-05-08T17:04:39.801Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e722215d-7149-49fc-98b4-a9c00c38e8a4/model-vers/model-ver/2967d830-4c01-4cbb-839b-aa14f26a93f4?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]}
2022-05-08T17:04:39.801Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e722215d-7149-49fc-98b4-a9c00c38e8a4/model-vers/model-ver/2967d830-4c01-4cbb-839b-aa14f26a93f4?depth=0|INFO|500||Invoke
2022-05-08T17:04:39.827Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e722215d-7149-49fc-98b4-a9c00c38e8a4/model-vers/model-ver/2967d830-4c01-4cbb-839b-aa14f26a93f4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-08T17:04:39.933Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e722215d-7149-49fc-98b4-a9c00c38e8a4/model-vers/model-ver/2967d830-4c01-4cbb-839b-aa14f26a93f4?depth=0|INFO|500||InvokeReturn
2022-05-08T17:04:39.934Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e722215d-7149-49fc-98b4-a9c00c38e8a4/model-vers/model-ver/2967d830-4c01-4cbb-839b-aa14f26a93f4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220508-17:04:39:832-37360], vertex-id=[172184], Content-Length=[0], Date=[Sun, 08 May 2022 17:04:39 GMT], Content-Type=[application/json]}
2022-05-08T17:04:39.934Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-05-08T17:04:39.935Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-08T17:04:39.935Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||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=?
2022-05-08T17:04:39.942Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-08T17:04:39.943Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3b15f8dd-1b2a-4f20-9ae8-52202fa01161 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-08T17:04:39.943Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-08T17:04:39.943Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-08T17:04:39.946Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T17:04:39.946Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652029479943,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-08T17:04:40.046Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T17:04:40.047Z||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.
2022-05-08T17:04:40.047Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T17:04:40.060Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T17:04:40.061Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 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=?
2022-05-08T17:05:04.333Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T17:05:04.334Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|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.
2022-05-08T17:05:04.334Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|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 UmHXk3r530yAsVsJ) ...
2022-05-08T17:05:04.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T17:05:04.335Z||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.
2022-05-08T17:05:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T17:05:04.449Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T17:05:04.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T17:05:04.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652029444333,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:05:04.451Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-08T17:05:13.871Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T17:06:04.332Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T17:06:04.333Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|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.
2022-05-08T17:06:04.334Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|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 UmHXk3r530yAsVsJ) ...
2022-05-08T17:06:04.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T17:06:04.335Z||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.
2022-05-08T17:06:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T17:06:04.850Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T17:06:04.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T17:06:04.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652029444333,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T17:06:04.851Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-08T17:06:04.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T17:06:04.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652029447069,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T17:06:04.852Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T17:06:04.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T17:06:04.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652029448723,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-08T17:06:04.852Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T17:06:04.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-08T17:06:04.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b15f8dd-1b2a-4f20-9ae8-52202fa01161",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652029479943,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-08T17:06:04.852Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T17:06:13.867Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T17:07:04.333Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T17:07:04.333Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|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.
2022-05-08T17:07:04.333Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|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 UmHXk3r530yAsVsJ) ...
2022-05-08T17:07:04.335Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T17:07:04.335Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|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.
2022-05-08T17:07:04.335Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|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 UmHXk3r530yAsVsJ) ...
2022-05-08T17:07:13.868Z|8a738eaf-75d3-4b84-b01d-ffd6533f4198|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T17:07:13.869Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T17:08:04.333Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T17:08:04.334Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|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.
2022-05-08T17:08:04.334Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|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 UmHXk3r530yAsVsJ) ...
2022-05-08T17:08:04.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-08T17:08:04.335Z||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.
2022-05-08T17:08:04.335Z||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 UmHXk3r530yAsVsJ) ...
2022-05-08T17:08:04.956Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T17:08:04.957Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.957Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"0fc69adf-4a58-44b7-b0d8-4f0795390884","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"dca2e61a-796d-4997-871d-7c26d4fa5db0","serviceDescription":"service","serviceInvariantUUID":"c125b2ce-9435-4008-b60a-26998fb4fbd2","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"eba47b43-705d-4d35-af92-f48273843ef2","resourceInvariantUUID":"289edc48-f90a-406f-a88c-bb9069bfa7ee","resourceCustomizationUUID":"0d992dc6-c8eb-4d67-ae66-3b4e350aadfd","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":"MTIxZWJkYTlkOWM4YTYwYzU2ZTliNTMwMzY5Y2Y2Y2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"890ee7dc-6058-4039-a1d5-afa5afdd93b4","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":"NzdlOTJjZDM4OTEwOTQwNTBkN2Q5ODBmMmJmZDc4YTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ce061568-adb8-4171-88b6-b1e25c92cacf","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":"3f1b77c7-464d-45c4-a312-864c3a9c6661","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":"9a7506b5-52bb-4b4e-83ba-91599923f3d5","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":"58067162-e890-4ea4-b48f-342649957a01","artifactVersion":"2","generatedFromUUID":"3f1b77c7-464d-45c4-a312-864c3a9c6661"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NzEzMWMyMDAyMmExNDRiYTk5ZmE4NzMyNDE0OWJlZWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4ef2af5c-dab8-42a9-ae57-cf92a73421d8","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MjI0OTExMjAyNjBiYjFiN2NmZDk3OTk0ZTE0NWQ5MGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f16a9a20-a59c-49cc-b458-730f28d5ba38","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-08T17:08:04.960Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T17:08:04.960Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T17:08:04.961Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-08T17:08:04.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652029638582,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:08:04.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:04.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "ves-openapi-manager",
"timestamp": 1652029642226,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:08:04.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:04.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "policy-id",
"timestamp": 1652029640419,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:08:04.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:04.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "cds",
"timestamp": 1652029643875,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:08:04.963Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T17:08:04.963Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652029684333,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:08:04.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:04.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "ves-openapi-manager",
"timestamp": 1652029642226,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:08:04.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:04.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652029638582,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:08:04.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:04.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "policy-id",
"timestamp": 1652029640419,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:08:04.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:04.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "cds",
"timestamp": 1652029643875,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:08:04.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:04.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652029638582,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:08:04.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:04.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "ves-openapi-manager",
"timestamp": 1652029642226,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:08:04.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:04.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "policy-id",
"timestamp": 1652029640419,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-05-08T17:08:04.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:04.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652029645477,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:08:04.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:04.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "cds",
"timestamp": 1652029643875,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:08:04.965Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:04.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652029638582,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:08:04.965Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:04.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "ves-openapi-manager",
"timestamp": 1652029642226,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:08:04.965Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:04.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "policy-id",
"timestamp": 1652029640419,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:08:04.965Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:04.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652029645477,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-05-08T17:08:04.966Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:04.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "cds",
"timestamp": 1652029643875,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:08:04.966Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:04.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "ves-openapi-manager",
"timestamp": 1652029642226,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:08:04.966Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:04.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652029638582,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:08:04.966Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:04.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "policy-id",
"timestamp": 1652029640419,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:08:04.966Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:04.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652029645477,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-05-08T17:08:04.967Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:04.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "cds",
"timestamp": 1652029643875,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:08:04.967Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:04.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "ves-openapi-manager",
"timestamp": 1652029642226,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:08:04.967Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:04.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652029638582,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:08:04.967Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:04.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "policy-id",
"timestamp": 1652029640419,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:08:04.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:04.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652029645477,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:08:04.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:04.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "clamp",
"timestamp": 1652029648787,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:08:04.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:04.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "cds",
"timestamp": 1652029643875,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:08:04.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:04.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "ves-openapi-manager",
"timestamp": 1652029642226,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:08:04.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:04.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652029638582,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T17:08:04.969Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:04.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "policy-id",
"timestamp": 1652029640419,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T17:08:04.969Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:04.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652029645477,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-05-08T17:08:04.969Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:04.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "clamp",
"timestamp": 1652029648787,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-05-08T17:08:04.969Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:04.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "cds",
"timestamp": 1652029643875,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T17:08:04.970Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:04.970Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.970Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652029650691,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T17:08:04.970Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T17:08:04.970Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.970Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "policy-id",
"timestamp": 1652029650691,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T17:08:04.970Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T17:08:04.970Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.970Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652029645477,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:08:04.970Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:04.970Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.970Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "clamp",
"timestamp": 1652029648787,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:08:04.970Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:04.970Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.971Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "cds",
"timestamp": 1652029651579,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T17:08:04.971Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T17:08:04.971Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.971Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "policy-id",
"timestamp": 1652029651695,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-08T17:08:04.971Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T17:08:04.971Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.971Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652029645477,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T17:08:04.971Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:04.971Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.971Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "clamp",
"timestamp": 1652029648787,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:08:04.971Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:04.971Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:04.971Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "cds",
"timestamp": 1652029652583,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-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 (?, ?, ?, ?, ?)
2022-05-08T17:08:04.992Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0fc69adf-4a58-44b7-b0d8-4f0795390884
2022-05-08T17:08:04.992Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fc69adf-4a58-44b7-b0d8-4f0795390884 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 (?, ?, ?, ?, ?)
2022-05-08T17:08:05.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:05.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "policy-id",
"timestamp": 1652029652698,
"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=?
2022-05-08T17:08:05.008Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0fc69adf-4a58-44b7-b0d8-4f0795390884
2022-05-08T17:08:05.009Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fc69adf-4a58-44b7-b0d8-4f0795390884 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 (?, ?, ?, ?, ?)
2022-05-08T17:08:05.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:05.019Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652029653055,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-08T17:08:05.019Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T17:08:05.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:05.020Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652029653184,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-08T17:08:05.020Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T17:08:05.020Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:05.020Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "clamp",
"timestamp": 1652029648787,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:08:05.020Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:05.020Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:05.020Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "aai-ml",
"timestamp": 1652029652838,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:08:05.020Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:05.020Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:05.020Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652029654058,
"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=?
2022-05-08T17:08:05.025Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0fc69adf-4a58-44b7-b0d8-4f0795390884
2022-05-08T17:08:05.025Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fc69adf-4a58-44b7-b0d8-4f0795390884 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 (?, ?, ?, ?, ?)
2022-05-08T17:08:05.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:05.034Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652029654233,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-08T17:08:05.034Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T17:08:05.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:05.034Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "clamp",
"timestamp": 1652029648787,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:08:05.034Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:05.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:05.034Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "aai-ml",
"timestamp": 1652029652838,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:08:05.034Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:05.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:05.035Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652029655278,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-05-08T17:08:05.035Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T17:08:05.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:05.035Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "clamp",
"timestamp": 1652029648787,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T17:08:05.035Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:05.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:05.035Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "aai-ml",
"timestamp": 1652029652838,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:08:05.035Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:05.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:05.035Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652029656302,
"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=?
2022-05-08T17:08:05.040Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0fc69adf-4a58-44b7-b0d8-4f0795390884
2022-05-08T17:08:05.040Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fc69adf-4a58-44b7-b0d8-4f0795390884 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=?
2022-05-08T17:08:05.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:05.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "aai-ml",
"timestamp": 1652029652838,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:08:05.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:05.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:05.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652029657305,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-08T17:08:05.048Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T17:08:05.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:05.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "aai-ml",
"timestamp": 1652029652838,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:08:05.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:05.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:05.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "aai-ml",
"timestamp": 1652029652838,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:08:05.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:05.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:05.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "aai-ml",
"timestamp": 1652029652838,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T17:08:05.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-05-08T17:08:05.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:05.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "aai-ml",
"timestamp": 1652029660547,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T17:08:05.048Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T17:08:05.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:05.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "clamp",
"timestamp": 1652029661547,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T17:08:05.049Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T17:08:05.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:05.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "clamp",
"timestamp": 1652029663557,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-08T17:08:05.049Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T17:08:05.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:05.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "clamp",
"timestamp": 1652029664560,
"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=?
2022-05-08T17:08:05.054Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0fc69adf-4a58-44b7-b0d8-4f0795390884
2022-05-08T17:08:05.054Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fc69adf-4a58-44b7-b0d8-4f0795390884 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 (?, ?, ?, ?, ?)
2022-05-08T17:08:05.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:05.063Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "aai-ml",
"timestamp": 1652029671294,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-08T17:08:05.063Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T17:08:05.063Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-08T17:08:05.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-08T17:08:05.063Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "aai-ml",
"timestamp": 1652029672299,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
2022-05-08T17:08:05.064Z||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.
2022-05-08T17:08:05.064Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
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=?
2022-05-08T17:08:05.068Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0fc69adf-4a58-44b7-b0d8-4f0795390884
2022-05-08T17:08:05.068Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0fc69adf-4a58-44b7-b0d8-4f0795390884 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 (?, ?, ?, ?, ?)
2022-05-08T17:08:05.073Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T17:08:05.073Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-08T17:08:05.963Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T17:08:05.964Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-08T17:08:05.966Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T17:08:05.967Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652029684333,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-05-08T17:08:06.067Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T17:08:06.067Z||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.
2022-05-08T17:08:06.068Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T17:08:06.077Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T17:08:06.078Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T17:08:06.967Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T17:08:06.968Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-08T17:08:06.971Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T17:08:06.971Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652029684333,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-05-08T17:08:07.071Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T17:08:07.072Z||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.
2022-05-08T17:08:07.072Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T17:08:07.081Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T17:08:07.082Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T17:08:07.971Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T17:08:07.972Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-08T17:08:07.975Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T17:08:07.975Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652029684333,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:08:08.075Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T17:08:08.076Z||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.
2022-05-08T17:08:08.076Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T17:08:08.086Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T17:08:08.086Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T17:08:08.975Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T17:08:08.976Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-08T17:08:08.978Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T17:08:08.978Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652029684333,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-05-08T17:08:09.079Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-08T17:08:09.079Z||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.
2022-05-08T17:08:09.080Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T17:08:09.095Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T17:08:09.096Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-08T17:08:09.979Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T17:08:09.980Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-08T17:08:09.982Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T17:08:09.983Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652029684333,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-08T17:08:10.082Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-08T17:08:10.083Z||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.
2022-05-08T17:08:10.083Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T17:08:10.096Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T17:08:10.097Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-08T17:08:10.983Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-08T17:08:10.984Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-08T17:08:10.986Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T17:08:10.987Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652029684333,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-05-08T17:08:11.087Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T17:08:11.087Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-08T17:08:11.087Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T17:08:11.096Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T17:08:11.096Z||pool-46-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-08T17:08:11.988Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "dca2e61a-796d-4997-871d-7c26d4fa5db0",
"serviceDescription": "service",
"serviceInvariantUUID": "c125b2ce-9435-4008-b60a-26998fb4fbd2",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "0d992dc6-c8eb-4d67-ae66-3b4e350aadfd",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "eba47b43-705d-4d35-af92-f48273843ef2",
"resourceInvariantUUID": "289edc48-f90a-406f-a88c-bb9069bfa7ee",
"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": "NzdlOTJjZDM4OTEwOTQwNTBkN2Q5ODBmMmJmZDc4YTM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ce061568-adb8-4171-88b6-b1e25c92cacf",
"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": "3f1b77c7-464d-45c4-a312-864c3a9c6661",
"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": "58067162-e890-4ea4-b48f-342649957a01",
"generatedFromUUID": "3f1b77c7-464d-45c4-a312-864c3a9c6661"
},
"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": "58067162-e890-4ea4-b48f-342649957a01",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "MjI0OTExMjAyNjBiYjFiN2NmZDk3OTk0ZTE0NWQ5MGQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f16a9a20-a59c-49cc-b458-730f28d5ba38"
}
],
"workloadContext": "Production"
}
2022-05-08T17:08:11.989Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-08T17:08:11.989Z|3b15f8dd-1b2a-4f20-9ae8-52202fa01161|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dca2e61a-796d-4997-871d-7c26d4fa5db0 ASDC
2022-05-08T17:08:11.989Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:0fc69adf-4a58-44b7-b0d8-4f0795390884
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:dca2e61a-796d-4997-871d-7c26d4fa5db0
ServiceInvariantUUID:c125b2ce-9435-4008-b60a-26998fb4fbd2
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:f16a9a20-a59c-49cc-b458-730f28d5ba38
ArtifactChecksum:MjI0OTExMjAyNjBiYjFiN2NmZDk3OTk0ZTE0NWQ5MGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:0d992dc6-c8eb-4d67-ae66-3b4e350aadfd
ResourceInvariantUUID:289edc48-f90a-406f-a88c-bb9069bfa7ee
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:eba47b43-705d-4d35-af92-f48273843ef2
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:ce061568-adb8-4171-88b6-b1e25c92cacf
ArtifactChecksum:NzdlOTJjZDM4OTEwOTQwNTBkN2Q5ODBmMmJmZDc4YTM=
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:3f1b77c7-464d-45c4-a312-864c3a9c6661
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:58067162-e890-4ea4-b48f-342649957a01
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:58067162-e890-4ea4-b48f-342649957a01
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-08T17:08:11.989Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dca2e61a-796d-4997-871d-7c26d4fa5db0 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=?
2022-05-08T17:08:12.022Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-08T17:08:12.023Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-08T17:08:12.023Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-08T17:08:12.023Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f16a9a20-a59c-49cc-b458-730f28d5ba38 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-08T17:08:12.023Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-08T17:08:12.023Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-08T17:08:12.074Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-08T17:08:12.080Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar f16a9a20-a59c-49cc-b458-730f28d5ba38 71070
2022-05-08T17:08:12.080Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-05-08T17:08:12.080Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-08T17:08:12.080Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-08T17:08:12.081Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-08T17:08:12.083Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-08T17:08:12.083Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0fc69adf-4a58-44b7-b0d8-4f0795390884",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652029692080,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-08T17:08:12.184Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-08T17:08:12.185Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-08T17:08:12.185Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UmHXk3r530yAsVsJ) ...
2022-05-08T17:08:12.195Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-08T17:08:12.195Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-08T17:08:13.084Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-08T17:08:13.085Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-08T17:08:13.086Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: f16a9a20-a59c-49cc-b458-730f28d5ba38, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-08T17:08:13.086Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-05-08T17:08:13.086Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-08T17:08:13.086Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-05-08T17:08:13.259Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3992090911328643823/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
2022-05-08T17:08:14.097Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-08T17:08:14.097Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-08T17:08:14.097Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-08T17:08:14.097Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-08T17:08:14.097Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-08T17:08:14.097Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-08T17:08:14.097Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-08T17:08:14.097Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-08T17:08:14.097Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-08T17:08:14.097Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-08T17:08:14.097Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-08T17:08:14.097Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-08T17:08:14.097Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-08T17:08:14.097Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-08T17:08:14.097Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T17:08:14.098Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T17:08:14.098Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-08T17:08:14.098Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-08T17:08:14.098Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-08T17:08:14.098Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T17:08:14.098Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T17:08:14.098Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-08T17:08:14.098Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-08T17:08:14.098Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-08T17:08:14.098Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T17:08:14.098Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-08T17:08:14.098Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T17:08:14.099Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-08T17:08:14.099Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-05-08T17:08:14.099Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-05-08T17:08:14.099Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-05-08T17:08:14.099Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-08T17:08:14.099Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-08T17:08:14.099Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T17:08:14.099Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-08T17:08:14.099Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T17:08:14.099Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-08T17:08:14.099Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T17:08:14.099Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T17:08:14.099Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-08T17:08:14.099Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T17:08:14.100Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-08T17:08:14.100Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-08T17:08:14.100Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-08T17:08:14.100Z|0fc69adf-4a58-44b7-b0d8-4f0795390884|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery