By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-09-27T01:19:13.874Z||main|||||INFO|500||The following profiles are active: basic
2021-09-27T01:19:24.352Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-27T01:19:24.353Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-27T01:19:24.447Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-27T01:19:26.885Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-27T01:19:27.050Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-27T01:19:27.499Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-27T01:19:27.508Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-27T01:19:27.591Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-27T01:19:27.729Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-27T01:19:28.164Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-27T01:19:29.240Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-27T01:19:31.311Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-27T01:19:31.364Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-27T01:19:31.881Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-27T01:19:32.179Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-09-27T01:19:33.462Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-27T01:19:34.644Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-09-27T01:19:34.666Z||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$$c19ac7e9.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-09-27T01:19:34.667Z||main|||||WARN|500||The sdc end point is not alive
2021-09-27T01:19:37.543Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-09-27T01:19:40.425Z||main|||||WARN|500||---
2021-09-27T01:19:40.426Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-27T01:19:40.426Z||main|||||WARN|500||---
2021-09-27T01:19:40.820Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-27T01:19:45.387Z||main|||||INFO|500||Started Application in 36.281 seconds (JVM running for 37.536)
2021-09-27T01:19:45.400Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-27T01:19:45.401Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-27T01:19:45.411Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-27T01:19:45.480Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-27T01:19:45.518Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d528ccfa-1fc2-416c-9f47-85e0c6542682 url= /sdc/v1/artifactTypes
2021-09-27T01:19:45.519Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-27T01:19:45.795Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-27T01:19:45.812Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-09-27T01:19:45.834Z||scheduling-1|||||DEBUG|500||create keys
2021-09-27T01:19:45.845Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-27T01:19:45.868Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:19:45.924Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= fa03d263-be4e-4daa-a55f-186d8926818a url= /sdc/v1/registerForDistribution
2021-09-27T01:19:46.003Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= fa03d263-be4e-4daa-a55f-186d8926818a url= /sdc/v1/registerForDistribution
2021-09-27T01:19:46.004Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-27T01:19:46.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:19:46.016Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:19:46.020Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-27T01:19:46.021Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:19:46.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:19:46.021Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:19:46.021Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:19:56.244Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:19:56.245Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:20:46.013Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:20:46.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:20:46.016Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:20:46.016Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:20:46.016Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:20:46.016Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:20:55.572Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:20:55.572Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:21:46.013Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:21:46.014Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:21:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:21:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:21:46.015Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:21:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:21:55.569Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:21:55.569Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:22:46.012Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:22:46.013Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:22:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:22:46.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:22:46.016Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:22:46.017Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:22:55.570Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:22:55.570Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:23:46.013Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:23:46.014Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:23:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:23:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:23:46.015Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:23:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:23:55.571Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:23:55.572Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:24:46.012Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:24:46.013Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:24:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:24:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:24:46.015Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:24:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:24:55.567Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:24:55.567Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:25:46.012Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:25:46.013Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:25:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:25:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:25:46.015Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:25:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:25:55.565Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:25:55.575Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:26:46.012Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:26:46.014Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:26:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:26:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:26:46.016Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:26:46.016Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:26:55.569Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:26:55.569Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:27:46.012Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:27:46.014Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:27:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:27:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:27:46.014Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:27:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:27:55.560Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:27:55.560Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:28:46.012Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:28:46.013Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:28:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:28:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:28:46.015Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:28:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:28:55.558Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:28:55.566Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:29:23.480Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-27T01:29:46.012Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:29:46.014Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:29:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:29:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:29:46.014Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:29:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:29:55.565Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:29:55.571Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:30:46.012Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:30:46.013Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:30:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:30:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:30:46.015Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:30:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:30:55.566Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:30:55.566Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:31:46.013Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:31:46.014Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:31:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:31:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:31:46.015Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:31:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:31:55.565Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:31:55.570Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:32:46.012Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:32:46.013Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:32:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:32:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:32:46.015Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:32:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:32:55.562Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:32:55.562Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:33:46.012Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:33:46.013Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:33:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:33:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:33:46.015Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:33:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:33:55.568Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:33:55.572Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:34:46.013Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:34:46.014Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:34:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:34:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:34:46.015Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:34:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:34:55.566Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:34:55.565Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:35:46.013Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:35:46.014Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:35:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:35:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:35:46.014Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:35:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:35:55.565Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:35:55.565Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:36:46.013Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:36:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:36:46.014Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:36:46.014Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:36:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:36:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:36:55.560Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:36:55.564Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:37:46.012Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:37:46.013Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:37:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:37:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:37:46.014Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:37:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:37:55.560Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:37:55.563Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:38:46.012Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:38:46.014Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:38:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:38:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:38:46.015Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:38:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:38:55.565Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:38:55.568Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:39:46.012Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:39:46.013Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:39:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:39:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:39:46.015Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:39:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:39:55.561Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:39:55.564Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:40:46.012Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:40:46.013Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:40:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:40:46.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:40:46.015Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:40:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:40:55.582Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:40:55.583Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:41:46.012Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:41:46.013Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:41:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:41:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:41:46.015Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:41:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:41:55.560Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:41:55.560Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:42:46.012Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:42:46.013Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:42:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:42:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:42:46.014Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:42:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:42:55.561Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:42:55.561Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:43:46.013Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:43:46.013Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:43:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:43:46.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:43:46.015Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:43:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:43:55.562Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:43:55.565Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:44:46.012Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:44:46.013Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:44:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:44:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:44:46.015Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:44:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:44:55.562Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:44:55.561Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:45:46.012Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:45:46.013Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:45:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:45:46.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:45:46.014Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:45:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:45:55.565Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:45:55.566Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:46:46.012Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:46:46.014Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:46:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:46:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:46:46.015Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:46:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:46:55.565Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:46:55.565Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:47:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:47:46.014Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:47:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:47:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:47:46.015Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:47:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:47:55.559Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:47:55.560Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:48:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:48:46.013Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:48:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:48:46.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:48:46.015Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:48:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:48:55.563Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:48:55.565Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:49:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:49:46.014Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:49:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:49:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:49:46.015Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:49:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:49:55.562Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:49:55.566Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:50:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:50:46.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:50:46.014Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:50:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:50:46.013Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:50:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:50:55.563Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:50:55.565Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:51:46.013Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:51:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:51:46.014Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:51:46.014Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:51:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:51:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:51:55.569Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:51:55.571Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:52:46.013Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:52:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:52:46.016Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:52:46.016Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:52:46.016Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:52:46.016Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:52:55.563Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:52:55.563Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:53:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:53:46.013Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:53:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:53:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:53:46.014Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:53:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:53:55.561Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:53:55.561Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:54:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:54:46.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:54:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:54:46.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:54:46.016Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:54:46.016Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:54:55.559Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:54:55.561Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:55:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:55:46.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:55:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:55:46.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:55:46.014Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:55:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:55:55.562Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:55:55.562Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:56:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:56:46.014Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:56:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:56:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:56:46.015Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:56:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:56:55.564Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:56:55.565Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:57:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:57:46.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:57:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:57:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:57:46.015Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:57:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:57:55.559Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:57:55.563Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:58:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:58:46.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:58:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:58:46.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:58:46.014Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:58:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:58:55.569Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:58:55.573Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:59:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:59:46.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:59:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:59:46.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T01:59:46.014Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T01:59:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T01:59:55.566Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T01:59:55.568Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:00:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:00:46.014Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:00:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:00:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:00:46.014Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:00:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:00:55.561Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:00:55.561Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:01:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:01:46.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:01:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:01:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:01:46.014Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:01:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:01:55.557Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:01:55.559Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:02:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:02:46.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:02:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:02:46.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:02:46.015Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:02:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:02:55.562Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:02:55.565Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:03:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:03:46.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:03:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:03:46.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:03:46.014Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:03:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:03:55.560Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:03:55.562Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:04:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:04:46.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:04:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:04:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:04:46.014Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:04:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:04:55.561Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:04:55.562Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:05:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:05:46.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:05:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:05:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:05:46.014Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:05:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:05:55.556Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:05:55.558Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:06:46.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:06:46.013Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:06:46.016Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:06:46.016Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:06:46.016Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:06:46.016Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:06:55.566Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:06:55.566Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:07:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:07:46.014Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:07:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:07:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:07:46.014Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:07:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:07:55.565Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:07:55.565Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:08:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:08:46.014Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:08:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:08:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:08:46.014Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:08:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:08:55.561Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:08:55.564Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:09:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:09:46.014Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:09:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:09:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:09:46.015Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:09:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:09:55.562Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:09:55.566Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:10:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:10:46.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:10:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:10:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:10:46.015Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:10:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:10:55.558Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:10:55.558Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:11:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:11:46.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:11:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:11:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:11:46.015Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:11:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:11:55.557Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:11:55.558Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:12:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:12:46.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:12:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:12:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:12:46.015Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:12:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:12:55.560Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:12:55.563Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:13:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:13:46.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:13:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:13:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:13:46.014Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:13:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:13:55.561Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:13:55.564Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:14:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:14:46.014Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:14:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:14:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:14:46.014Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:14:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:14:55.581Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:14:55.581Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:15:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:15:46.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:15:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:15:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:15:46.014Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:15:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:15:55.558Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:15:55.561Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:16:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:16:46.014Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:16:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:16:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:16:46.014Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:16:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:16:55.560Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:16:55.561Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:17:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:17:46.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:17:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:17:46.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:17:46.014Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:17:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:17:55.560Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:17:55.561Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:18:46.013Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:18:46.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:18:46.014Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:18:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:18:46.014Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:18:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:18:55.564Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:18:55.566Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:19:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:19:46.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:19:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:19:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:19:46.014Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:19:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:19:55.559Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:19:55.561Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:20:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:20:46.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:20:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:20:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:20:46.015Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:20:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:20:55.560Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:20:55.564Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:21:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:21:46.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:21:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:21:46.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:21:46.014Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:21:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:21:55.566Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:21:55.567Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:22:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:22:46.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:22:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:22:46.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:22:46.014Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:22:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:22:55.560Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:22:55.564Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:23:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:23:46.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:23:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:23:46.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:23:46.014Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:23:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:23:55.561Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:23:55.562Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:24:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:24:46.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:24:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:24:46.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:24:46.014Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:24:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:24:55.566Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:24:55.566Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:25:46.013Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:25:46.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:25:46.015Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:25:46.015Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:25:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:25:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:25:55.565Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:25:55.566Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:26:46.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:26:46.014Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:26:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:26:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:26:46.014Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:26:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:26:55.561Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:26:55.565Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:27:46.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:27:46.013Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:27:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:27:46.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:27:46.014Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:27:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:27:55.562Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:27:55.562Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:28:46.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:28:46.013Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:28:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:28:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:28:46.014Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:28:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:28:55.559Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:28:55.562Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:29:46.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:29:46.013Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:29:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:29:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:29:46.015Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:29:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:29:55.561Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:29:55.562Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:30:46.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:30:46.013Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:30:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:30:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:30:46.015Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:30:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:30:55.558Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:30:55.560Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:31:46.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:31:46.013Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:31:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:31:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:31:46.014Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:31:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:31:55.561Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:31:55.561Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:32:46.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:32:46.013Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:32:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:32:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:32:46.015Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:32:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:32:55.562Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:32:55.562Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:33:46.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:33:46.013Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:33:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:33:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:33:46.014Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:33:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:33:55.556Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:33:55.560Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:34:46.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:34:46.014Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:34:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:34:46.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:34:46.015Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:34:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:34:55.559Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:34:55.559Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:35:46.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:35:46.013Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:35:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:35:46.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:35:46.015Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:35:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:35:55.556Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:35:55.557Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:36:46.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:36:46.014Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:36:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:36:46.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:36:46.015Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:36:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:36:55.591Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:36:55.591Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:37:46.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:37:46.013Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:37:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:37:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:37:46.015Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:37:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:37:55.559Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:37:55.566Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:38:46.012Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:38:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:38:46.014Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:38:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:38:46.015Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:38:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:38:55.561Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:38:55.566Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:39:46.012Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:39:46.013Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:39:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:39:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:39:46.014Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:39:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:39:55.561Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:39:55.561Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:40:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:40:46.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:40:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:40:46.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:40:46.015Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:40:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:40:55.556Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:40:55.564Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:41:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:41:46.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:41:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:41:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:41:46.015Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:41:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:41:55.562Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:41:55.563Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:42:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:42:46.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:42:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:42:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:42:46.014Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:42:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:42:55.561Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:42:55.564Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:43:46.013Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:43:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:43:46.014Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:43:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:43:46.014Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:43:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:43:55.559Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:43:55.562Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:44:46.013Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:44:46.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:44:46.014Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:44:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:44:46.014Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:44:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:44:55.559Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:44:55.562Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:45:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:45:46.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:45:46.015Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:45:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:45:46.015Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:45:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:45:55.559Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:45:55.561Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:46:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:46:46.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:46:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:46:46.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:46:46.014Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:46:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:46:55.562Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:46:55.564Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:47:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:47:46.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:47:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:47:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:47:46.015Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:47:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:47:55.559Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:47:55.562Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:48:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:48:46.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:48:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:48:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:48:46.014Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:48:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:48:55.559Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:48:55.561Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:49:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:49:46.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:49:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:49:46.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:49:46.014Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:49:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:49:55.558Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:49:55.560Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:50:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:50:46.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:50:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:50:46.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:50:46.015Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:50:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:50:55.558Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:50:55.558Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:51:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:51:46.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:51:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:51:46.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:51:46.014Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:51:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:51:55.562Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:51:55.563Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:52:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:52:46.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:52:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:52:46.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:52:46.015Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:52:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:52:55.561Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:52:55.562Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:53:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:53:46.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:53:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:53:46.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:53:46.015Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:53:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:53:55.563Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:53:55.568Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:54:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:54:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:54:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:54:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:54:46.016Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:54:46.016Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:54:55.561Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:54:55.562Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:55:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:55:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:55:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:55:46.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:55:46.014Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:55:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:55:55.562Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:55:55.564Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:56:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:56:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:56:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:56:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:56:46.014Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:56:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:56:55.562Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:56:55.563Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:57:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:57:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:57:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:57:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:57:46.014Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:57:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:57:55.556Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:57:55.558Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:58:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:58:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:58:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:58:46.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:58:46.015Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:58:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:58:55.555Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:58:55.555Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:59:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:59:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:59:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:59:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T02:59:46.014Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T02:59:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T02:59:55.557Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T02:59:55.558Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:00:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:00:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:00:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:00:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:00:46.014Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:00:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:00:55.560Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:00:55.565Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:01:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:01:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:01:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:01:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:01:46.014Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:01:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:01:55.558Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:01:55.560Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:02:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:02:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:02:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:02:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:02:46.014Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:02:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:02:55.560Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:02:55.567Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:03:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:03:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:03:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:03:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:03:46.014Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:03:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:03:55.557Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:03:55.567Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:04:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:04:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:04:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:04:46.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:04:46.014Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:04:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:04:55.556Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:04:55.561Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:05:46.013Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:05:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:05:46.016Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:05:46.016Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:05:46.016Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:05:46.016Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:05:55.569Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:05:55.569Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:06:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:06:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:06:46.014Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:06:46.014Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:06:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:06:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:06:55.562Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:06:55.562Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:07:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:07:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:07:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:07:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:07:46.014Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:07:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:07:55.558Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:07:55.559Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:08:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:08:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:08:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:08:46.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:08:46.014Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:08:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:08:55.562Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:08:55.563Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:09:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:09:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:09:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:09:46.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:09:46.014Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:09:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:09:55.557Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:09:55.561Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:10:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:10:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:10:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:10:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:10:46.015Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:10:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:10:55.559Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:10:55.561Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:11:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:11:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:11:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:11:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:11:46.014Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:11:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:11:55.561Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:11:55.563Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:12:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:12:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:12:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:12:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:12:46.015Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:12:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:12:55.575Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:12:55.576Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:13:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:13:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:13:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:13:46.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:13:46.014Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:13:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:13:55.563Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:13:55.563Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:14:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:14:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:14:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:14:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:14:46.014Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:14:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:14:55.562Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:14:55.563Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:15:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:15:46.014Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:15:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:15:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:15:46.015Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:15:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:15:55.561Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:15:55.565Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:16:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:16:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:16:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:16:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:16:46.015Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:16:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:16:55.558Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:16:55.561Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:17:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:17:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:17:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:17:46.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:17:46.015Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:17:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:17:55.561Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:17:55.562Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:18:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:18:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:18:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:18:46.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:18:46.014Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:18:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:18:55.562Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:18:55.563Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:19:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:19:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:19:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:19:46.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:19:46.015Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:19:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:19:55.562Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:19:55.565Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:20:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:20:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:20:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:20:46.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:20:46.015Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:20:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:20:55.567Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:20:55.567Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:21:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:21:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:21:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:21:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:21:46.015Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:21:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:21:55.560Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:21:55.562Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:22:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:22:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:22:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:22:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:22:46.014Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:22:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:22:55.559Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:22:55.559Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:23:46.013Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:23:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:23:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:23:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:23:46.014Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:23:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:23:55.560Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:23:55.562Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:24:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:24:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:24:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:24:46.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:24:46.014Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:24:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:24:55.557Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:24:55.559Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:25:46.013Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:25:46.014Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:25:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:25:46.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:25:46.015Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:25:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:25:55.560Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:25:55.561Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:26:46.013Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:26:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:26:46.014Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:26:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:26:46.014Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:26:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:26:55.559Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:26:55.560Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:27:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:27:46.014Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:27:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:27:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:27:46.014Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:27:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:27:55.563Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:27:55.563Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:28:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:28:46.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:28:46.014Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:28:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:28:46.014Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:28:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:28:55.563Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:28:55.563Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:29:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:29:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:29:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:29:46.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:29:46.015Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:29:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:29:55.572Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:29:55.573Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:30:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:30:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:30:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:30:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:30:46.014Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:30:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:30:55.557Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:30:55.557Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:31:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:31:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:31:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:31:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:31:46.014Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:31:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:31:55.565Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:31:55.568Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:32:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:32:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:32:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:32:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:32:46.014Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:32:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:32:55.558Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:32:55.561Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:33:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:33:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:33:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:33:46.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:33:46.014Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:33:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:33:55.559Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:33:55.560Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:34:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:34:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:34:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:34:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:34:46.014Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:34:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:34:55.560Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:34:55.566Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:35:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:35:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:35:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:35:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:35:46.014Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:35:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:35:55.558Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:35:55.562Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:36:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:36:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:36:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:36:46.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:36:46.015Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:36:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:36:55.565Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:36:55.567Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:37:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:37:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:37:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:37:46.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:37:46.014Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:37:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:37:55.559Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:37:55.560Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:38:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:38:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:38:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:38:46.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:38:46.015Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:38:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:38:55.566Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:38:55.573Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:39:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:39:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:39:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:39:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:39:46.014Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:39:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:39:55.559Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:39:55.560Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:40:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:40:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:40:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:40:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:40:46.014Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:40:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:40:55.560Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:40:55.560Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:41:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:41:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:41:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:41:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:41:46.014Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:41:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:41:55.558Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:41:55.558Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:42:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:42:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:42:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:42:46.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:42:46.014Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:42:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:42:55.595Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:42:55.604Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:43:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:43:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:43:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:43:46.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:43:46.014Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:43:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:43:55.562Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:43:55.562Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:44:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:44:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:44:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:44:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:44:46.014Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:44:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:44:55.554Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:44:55.557Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:45:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:45:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:45:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:45:46.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:45:46.015Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:45:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:45:55.562Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:45:55.564Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:46:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:46:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:46:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:46:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:46:46.014Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:46:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:46:55.561Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:46:55.562Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:47:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:47:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:47:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:47:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:47:46.015Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:47:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:47:55.559Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:47:55.560Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:48:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:48:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:48:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:48:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:48:46.015Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:48:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:48:55.556Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:48:55.562Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:49:46.013Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:49:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:49:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:49:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:49:46.014Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:49:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:49:55.557Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:49:55.559Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:50:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:50:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:50:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:50:46.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:50:46.014Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:50:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:50:55.557Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:50:55.561Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:51:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:51:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:51:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:51:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:51:46.014Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:51:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:51:55.558Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:51:55.559Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:52:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:52:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:52:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:52:46.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:52:46.014Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:52:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:52:55.564Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:52:55.565Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:53:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:53:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:53:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:53:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:53:46.014Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:53:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:53:55.561Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:53:55.562Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:54:46.012Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:54:46.013Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:54:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:54:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:54:46.014Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:54:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:54:55.558Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:54:55.560Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:55:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:55:46.013Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:55:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:55:46.014Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:55:46.015Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:55:46.016Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:55:55.559Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:55:55.559Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:56:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:56:46.013Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:56:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:56:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:56:46.014Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:56:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:56:55.561Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:56:55.563Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:57:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:57:46.013Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:57:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:57:46.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:57:46.015Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:57:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:57:55.557Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:57:55.557Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:58:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:58:46.013Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:58:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:58:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:58:46.014Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:58:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:58:55.561Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:58:55.561Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:59:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:59:46.013Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:59:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:59:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T03:59:46.014Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T03:59:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T03:59:55.559Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T03:59:55.561Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:00:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:00:46.013Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:00:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:00:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:00:46.014Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:00:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:00:55.563Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:00:55.569Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:01:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:01:46.013Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:01:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:01:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:01:46.014Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:01:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:01:55.556Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:01:55.558Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:02:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:02:46.013Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:02:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:02:46.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:02:46.014Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:02:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:02:55.559Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:02:55.565Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:03:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:03:46.013Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:03:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:03:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:03:46.014Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:03:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:03:55.562Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:03:55.564Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:04:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:04:46.013Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:04:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:04:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:04:46.014Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:04:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:04:55.560Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:04:55.560Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:05:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:05:46.013Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:05:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:05:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:05:46.014Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:05:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:05:55.557Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:05:55.558Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:06:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:06:46.013Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:06:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:06:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:06:46.014Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:06:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:06:55.558Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:06:55.560Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:07:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:07:46.013Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:07:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:07:46.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:07:46.014Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:07:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:07:55.559Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:07:55.561Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:08:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:08:46.013Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:08:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:08:46.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:08:46.015Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:08:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:08:55.553Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:08:55.554Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:09:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:09:46.013Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:09:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:09:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:09:46.014Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:09:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:09:55.556Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:09:55.559Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:10:46.013Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:10:46.014Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:10:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:10:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:10:46.014Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:10:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:10:55.563Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:10:55.563Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:11:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:11:46.013Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:11:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:11:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:11:46.014Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:11:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:11:55.559Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:11:55.561Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:12:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:12:46.013Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:12:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:12:46.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:12:46.014Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:12:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:12:55.565Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:12:55.567Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:13:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:13:46.013Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:13:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:13:46.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:13:46.015Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:13:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:13:55.559Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:13:55.559Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:14:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:14:46.013Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:14:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:14:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:14:46.014Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:14:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:14:55.556Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:14:55.556Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:15:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:15:46.013Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:15:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:15:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:15:46.015Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:15:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:15:55.561Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:15:55.562Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:16:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:16:46.013Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:16:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:16:46.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:16:46.014Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:16:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:16:55.562Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:16:55.563Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:17:46.013Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:17:46.013Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:17:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:17:46.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:17:46.014Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:17:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:17:55.562Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:17:55.578Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:18:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:18:46.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:18:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:18:46.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:18:46.015Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:18:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:18:55.558Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:18:55.559Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:19:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:19:46.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:19:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:19:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:19:46.014Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:19:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:19:55.561Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:19:55.562Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:20:46.012Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:20:46.013Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:20:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:20:46.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:20:46.014Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:20:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:20:55.554Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:20:55.555Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:21:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:21:46.013Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:21:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:21:46.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:21:46.015Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:21:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:21:55.558Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:21:55.562Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:22:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:22:46.013Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:22:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:22:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:22:46.014Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:22:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:22:55.558Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:22:55.559Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:23:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:23:46.013Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:23:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:23:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:23:46.014Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:23:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:23:55.562Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:23:55.563Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:24:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:24:46.013Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:24:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:24:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:24:46.014Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:24:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:24:55.558Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:24:55.562Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:25:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:25:46.013Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:25:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:25:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:25:46.014Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:25:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:25:55.561Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:25:55.561Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:26:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:26:46.013Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:26:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:26:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:26:46.014Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:26:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:26:55.560Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:26:55.563Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:27:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:27:46.013Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:27:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:27:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:27:46.014Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:27:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:27:55.561Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:27:55.563Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:28:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:28:46.013Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:28:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:28:46.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:28:46.014Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:28:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:28:55.558Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:28:55.559Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:29:46.013Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:29:46.013Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:29:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:29:46.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:29:46.014Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:29:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:29:55.560Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:29:55.561Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:30:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:30:46.013Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:30:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:30:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:30:46.014Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:30:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:30:55.560Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:30:55.564Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:31:46.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:31:46.013Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:31:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:31:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:31:46.014Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:31:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:31:55.563Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:31:55.563Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:32:46.013Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:32:46.013Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:32:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:32:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:32:46.014Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:32:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:32:55.558Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:32:55.562Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:33:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:33:46.013Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:33:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:33:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:33:46.015Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:33:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:33:55.560Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:33:55.561Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:34:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:34:46.013Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:34:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:34:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:34:46.014Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:34:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:34:55.556Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:34:55.557Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:35:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:35:46.013Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:35:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:35:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:35:46.014Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:35:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:35:55.555Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:35:55.556Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:36:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:36:46.013Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:36:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:36:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:36:46.014Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:36:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:36:55.559Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:36:55.560Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:37:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:37:46.013Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:37:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:37:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:37:46.014Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:37:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:37:55.561Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:37:55.563Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:38:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:38:46.013Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:38:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:38:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:38:46.014Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:38:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:38:55.558Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:38:55.562Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:39:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:39:46.013Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:39:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:39:46.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:39:46.014Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:39:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:39:55.559Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:39:55.561Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:40:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:40:46.013Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:40:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:40:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:40:46.014Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:40:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:40:55.561Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:40:55.560Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:41:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:41:46.013Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:41:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:41:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:41:46.014Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:41:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:41:55.561Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:41:55.561Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:42:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:42:46.013Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:42:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:42:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:42:46.014Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:42:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:42:55.553Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:42:55.557Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:43:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:43:46.013Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:43:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:43:46.014Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:43:46.014Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:43:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:43:55.557Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:43:55.562Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:44:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:44:46.013Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:44:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:44:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:44:46.014Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:44:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:44:55.561Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:44:55.562Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:45:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:45:46.013Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:45:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:45:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:45:46.014Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:45:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:45:55.557Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:45:55.560Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:46:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:46:46.013Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:46:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:46:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:46:46.014Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:46:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:46:55.561Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:46:55.577Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:47:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:47:46.013Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:47:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:47:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:47:46.015Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:47:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:47:55.556Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:47:55.556Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:48:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:48:46.013Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:48:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:48:46.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:48:46.014Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:48:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:48:55.560Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:48:55.561Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:49:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:49:46.013Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:49:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:49:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:49:46.014Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:49:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:49:55.554Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:49:55.555Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:50:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:50:46.013Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:50:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:50:46.014Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:50:46.014Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:50:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:50:55.560Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:50:55.561Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:51:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:51:46.013Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:51:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:51:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:51:46.015Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:51:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:51:55.557Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:51:55.557Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:52:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:52:46.013Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:52:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:52:46.014Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:52:46.014Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:52:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:52:55.560Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:52:55.560Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:53:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:53:46.013Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:53:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:53:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:53:46.014Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:53:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:53:55.561Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:53:55.561Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:54:46.013Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:54:46.014Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:54:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:54:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:54:46.014Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:54:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:54:55.555Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:54:55.556Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:55:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:55:46.013Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:55:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:55:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:55:46.014Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:55:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:55:55.557Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:55:55.559Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:56:46.012Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:56:46.013Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:56:46.013Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:56:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:56:46.015Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:56:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:56:46.640Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:56:46.641Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:56:46.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"34827bbe-9b6e-4f7a-8ced-8ad204e622ab","serviceName":"vFW 2021-09-27 04-53-26","serviceVersion":"1.0","serviceUUID":"551db4f1-62c0-4390-ac03-d32428b2dd22","serviceDescription":"catalog service description","serviceInvariantUUID":"f4327d8d-7e11-4407-aaf8-bd6c62284cb7","resources":[{"resourceInstanceName":"vFW a4235916-1070 0","resourceName":"vFW a4235916-1070","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ec0f6128-dec8-4f45-bd13-6a81205ffb39","resourceInvariantUUID":"ff08258e-64a1-4d7f-b9ca-7eaee6f3b4b0","resourceCustomizationUUID":"95b17b5c-4f24-442e-b6b0-baca63f7f236","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vf-license-model.xml","artifactChecksum":"ZDNiMWY0YjQwOGI1OWEyYzZiMTAyMTk5ZTM4NDQ4ZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"99c3cd66-0375-4cb5-8b7e-702884ba8d2d","artifactVersion":"1"},{"artifactName":"vfwa423591610700_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json","artifactChecksum":"ZjYxZTQ1MTI1MTYzMmNmZjljMTJmNmE2Mzc5NmU3MWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8dbaceae-b044-4809-8334-52295585eb4d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f76e5e98-bff9-4ac7-9491-bfe8be675039","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vendor-license-model.xml","artifactChecksum":"NGUzYTMxNjdjZmI1NDliZTVjNmNjODVlMjAyODVmMmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a3a9547e-6b2a-463c-ac1f-05f45ca22533","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ef9824d5-1500-4fba-ad21-7b7e2e0fccd6","artifactVersion":"2","generatedFromUUID":"f76e5e98-bff9-4ac7-9491-bfe8be675039"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210927045326-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-template.yml","artifactChecksum":"MmNkM2NhYmYyYmFmMWFiYjA3NTY1MjgwZGIzODE1MDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"16cc3887-d84d-429c-ab58-7de2d012296c","artifactVersion":"1"},{"artifactName":"service-Vfw20210927045326-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar","artifactChecksum":"ZmRlZGUyYzUxMWE0ZDM2MGVjMzkxOTc4NzQ5YjA0YmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"791478b4-f70b-4747-ab3f-050ee4cde82a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-27T04:56:46.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "dcae-sch",
"timestamp": 1632718571109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.651Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T04:56:46.656Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:56:46.665Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:56:46.665Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718606012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.666Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "cds",
"timestamp": 1632718571105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.666Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632718570877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632718576331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "policy-id",
"timestamp": 1632718570848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "aai-ml",
"timestamp": 1632718577226,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "cds",
"timestamp": 1632718571105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.668Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "dcae-sch",
"timestamp": 1632718571109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.668Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632718570877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json",
"status": "NOTIFIED"
}
2021-09-27T04:56:46.668Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "policy-id",
"timestamp": 1632718570848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632718576331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "aai-ml",
"timestamp": 1632718577226,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "cds",
"timestamp": 1632718571105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632718570877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-27T04:56:46.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "dcae-sch",
"timestamp": 1632718571109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632718576331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "policy-id",
"timestamp": 1632718570848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-27T04:56:46.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "aai-ml",
"timestamp": 1632718577226,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "ves-openapi-manager",
"timestamp": 1632718580905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "cds",
"timestamp": 1632718571105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632718570877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "dcae-sch",
"timestamp": 1632718571109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632718576331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "policy-id",
"timestamp": 1632718570848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "aai-ml",
"timestamp": 1632718577226,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "ves-openapi-manager",
"timestamp": 1632718580905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "cds",
"timestamp": 1632718571105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632718570877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-27T04:56:46.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "dcae-sch",
"timestamp": 1632718571109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632718576331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "policy-id",
"timestamp": 1632718570848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.678Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "aai-ml",
"timestamp": 1632718577226,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.678Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "ves-openapi-manager",
"timestamp": 1632718580905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.679Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "cds",
"timestamp": 1632718571105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.679Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632718570877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.679Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.680Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "dcae-sch",
"timestamp": 1632718571109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.680Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.680Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "policy-id",
"timestamp": 1632718570848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.680Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.680Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632718576331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.680Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "aai-ml",
"timestamp": 1632718577226,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.681Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "ves-openapi-manager",
"timestamp": 1632718580905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.681Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "clamp",
"timestamp": 1632718584077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.681Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "cds",
"timestamp": 1632718571105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T04:56:46.681Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632718570877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T04:56:46.681Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "dcae-sch",
"timestamp": 1632718571109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.682Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632718576331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T04:56:46.682Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "policy-id",
"timestamp": 1632718570848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T04:56:46.682Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "aai-ml",
"timestamp": 1632718577226,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T04:56:46.682Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "ves-openapi-manager",
"timestamp": 1632718580905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.683Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "clamp",
"timestamp": 1632718584077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json",
"status": "NOTIFIED"
}
2021-09-27T04:56:46.683Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "ves-openapi-manager",
"timestamp": 1632718580905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.683Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "clamp",
"timestamp": 1632718584077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.683Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632718587207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-27T04:56:46.684Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:56:46.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632718587307,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-27T04:56:46.684Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:56:46.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "policy-id",
"timestamp": 1632718587327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-27T04:56:46.684Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:56:46.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "ves-openapi-manager",
"timestamp": 1632718580905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.684Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "aai-ml",
"timestamp": 1632718587628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-27T04:56:46.685Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:56:46.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "clamp",
"timestamp": 1632718584077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.685Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "cds",
"timestamp": 1632718587816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-27T04:56:46.685Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:56:46.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "policy-id",
"timestamp": 1632718588332,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-27T04:56:46.685Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:56:46.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "clamp",
"timestamp": 1632718584077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.686Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "cds",
"timestamp": 1632718588828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-27T04:56:46.766Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-27T04:56:46.770Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T04:56:46.770Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:56:46.782Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:56:46.783Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-27T04:56:46.847Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 34827bbe-9b6e-4f7a-8ced-8ad204e622ab
2021-09-27T04:56:46.864Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34827bbe-9b6e-4f7a-8ced-8ad204e622ab and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-27T04:56:46.887Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "policy-id",
"timestamp": 1632718589335,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-27T04:56:46.902Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 34827bbe-9b6e-4f7a-8ced-8ad204e622ab
2021-09-27T04:56:46.903Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34827bbe-9b6e-4f7a-8ced-8ad204e622ab and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-27T04:56:46.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "clamp",
"timestamp": 1632718584077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:46.912Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632718590605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-27T04:56:46.912Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:56:46.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "clamp",
"timestamp": 1632718584077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T04:56:46.913Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:56:46.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632718592569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-27T04:56:46.913Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:56:46.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632718592569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-27T04:56:46.913Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:56:46.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632718593574,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-27T04:56:46.918Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 34827bbe-9b6e-4f7a-8ced-8ad204e622ab
2021-09-27T04:56:46.918Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34827bbe-9b6e-4f7a-8ced-8ad204e622ab and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-27T04:56:46.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.929Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632718594138,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-27T04:56:46.933Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 34827bbe-9b6e-4f7a-8ced-8ad204e622ab
2021-09-27T04:56:46.934Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34827bbe-9b6e-4f7a-8ced-8ad204e622ab and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-27T04:56:46.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632718595142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json",
"status": "DEPLOY_OK"
}
2021-09-27T04:56:46.943Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:56:46.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "clamp",
"timestamp": 1632718600666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-27T04:56:46.943Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:56:46.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "clamp",
"timestamp": 1632718602673,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-27T04:56:46.943Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:56:46.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "aai-ml",
"timestamp": 1632718603633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-27T04:56:46.944Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:56:46.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "clamp",
"timestamp": 1632718603676,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-27T04:56:46.949Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 34827bbe-9b6e-4f7a-8ced-8ad204e622ab
2021-09-27T04:56:46.950Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34827bbe-9b6e-4f7a-8ced-8ad204e622ab and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-27T04:56:46.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:56:46.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "aai-ml",
"timestamp": 1632718604639,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-27T04:56:46.964Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 34827bbe-9b6e-4f7a-8ced-8ad204e622ab
2021-09-27T04:56:46.964Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34827bbe-9b6e-4f7a-8ced-8ad204e622ab and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-27T04:56:47.671Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T04:56:47.671Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:56:47.674Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:56:47.674Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718606012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json",
"status": "NOTIFIED"
}
2021-09-27T04:56:47.779Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-09-27T04:56:47.779Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T04:56:47.780Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:56:47.790Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:56:47.790Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:56:48.675Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T04:56:48.676Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:56:48.678Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:56:48.678Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718606012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-27T04:56:48.778Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:56:48.779Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T04:56:48.780Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:56:48.790Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:56:48.791Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:56:49.679Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T04:56:49.680Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:56:49.683Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:56:49.684Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718606012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:49.784Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-27T04:56:49.784Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T04:56:49.784Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:56:49.793Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:56:49.794Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:56:50.684Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T04:56:50.685Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:56:50.687Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:56:50.687Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718606012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-27T04:56:50.787Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:56:50.788Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T04:56:50.788Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:56:50.799Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:56:50.799Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-27T04:56:51.688Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T04:56:51.689Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:56:51.691Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:56:51.691Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718606012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:56:51.791Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:56:51.792Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T04:56:51.792Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:56:51.801Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:56:51.801Z||pool-8-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-27T04:56:52.692Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T04:56:52.692Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:56:52.694Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:56:52.694Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718606012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T04:56:52.794Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:56:52.795Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T04:56:52.795Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:56:52.804Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:56:52.804Z||pool-9-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:56:53.696Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"serviceName": "vFW 2021-09-27 04-53-26",
"serviceVersion": "1.0",
"serviceUUID": "551db4f1-62c0-4390-ac03-d32428b2dd22",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "f4327d8d-7e11-4407-aaf8-bd6c62284cb7",
"resources": [
{
"resourceInstanceName": "vFW a4235916-1070 0",
"resourceCustomizationUUID": "95b17b5c-4f24-442e-b6b0-baca63f7f236",
"resourceName": "vFW a4235916-1070",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ec0f6128-dec8-4f45-bd13-6a81205ffb39",
"resourceInvariantUUID": "ff08258e-64a1-4d7f-b9ca-7eaee6f3b4b0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwa423591610700_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json",
"artifactChecksum": "ZjYxZTQ1MTI1MTYzMmNmZjljMTJmNmE2Mzc5NmU3MWY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8dbaceae-b044-4809-8334-52295585eb4d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f76e5e98-bff9-4ac7-9491-bfe8be675039",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ef9824d5-1500-4fba-ad21-7b7e2e0fccd6",
"generatedFromUUID": "f76e5e98-bff9-4ac7-9491-bfe8be675039"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ef9824d5-1500-4fba-ad21-7b7e2e0fccd6",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210927045326-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
"artifactChecksum": "ZmRlZGUyYzUxMWE0ZDM2MGVjMzkxOTc4NzQ5YjA0YmM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "791478b4-f70b-4747-ab3f-050ee4cde82a"
}
],
"workloadContext": "Production"
}
2021-09-27T04:56:53.697Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-27T04:56:53.697Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 551db4f1-62c0-4390-ac03-d32428b2dd22 ASDC
2021-09-27T04:56:53.872Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:34827bbe-9b6e-4f7a-8ced-8ad204e622ab
ServiceName:vFW 2021-09-27 04-53-26
ServiceVersion:1.0
ServiceUUID:551db4f1-62c0-4390-ac03-d32428b2dd22
ServiceInvariantUUID:f4327d8d-7e11-4407-aaf8-bd6c62284cb7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210927045326-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar
ArtifactUUID:791478b4-f70b-4747-ab3f-050ee4cde82a
ArtifactChecksum:ZmRlZGUyYzUxMWE0ZDM2MGVjMzkxOTc4NzQ5YjA0YmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a4235916-1070 0
ResourceCustomizationUUID:95b17b5c-4f24-442e-b6b0-baca63f7f236
ResourceInvariantUUID:ff08258e-64a1-4d7f-b9ca-7eaee6f3b4b0
ResourceName:vFW a4235916-1070
ResourceType:VF
ResourceUUID:ec0f6128-dec8-4f45-bd13-6a81205ffb39
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa423591610700_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json
ArtifactUUID:8dbaceae-b044-4809-8334-52295585eb4d
ArtifactChecksum:ZjYxZTQ1MTI1MTYzMmNmZjljMTJmNmE2Mzc5NmU3MWY=
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/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml
ArtifactUUID:f76e5e98-bff9-4ac7-9491-bfe8be675039
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/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env
ArtifactUUID:ef9824d5-1500-4fba-ad21-7b7e2e0fccd6
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/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env
ArtifactUUID:ef9824d5-1500-4fba-ad21-7b7e2e0fccd6
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-27T04:56:53.873Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 551db4f1-62c0-4390-ac03-d32428b2dd22 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-27T04:56:53.926Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-27T04:56:53.927Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T04:56:53.928Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T04:56:53.929Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 791478b4-f70b-4747-ab3f-050ee4cde82a from URL: /sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar
2021-09-27T04:56:53.929Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-27T04:56:53.930Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar
2021-09-27T04:56:55.204Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-27T04:56:55.225Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar 791478b4-f70b-4747-ab3f-050ee4cde82a 98765
2021-09-27T04:56:55.226Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar ASDC sendASDCNotification
2021-09-27T04:56:55.226Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar
2021-09-27T04:56:55.227Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T04:56:55.228Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:56:55.229Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:56:55.229Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718615225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-27T04:56:55.330Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:56:55.330Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T04:56:55.330Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:56:55.341Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:56:55.341Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:56:56.230Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-27T04:56:56.231Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T04:56:56.231Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 791478b4-f70b-4747-ab3f-050ee4cde82a, URL: /sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar to file: /app/ASDC/1/service-Vfw20210927045326-csar.csar
2021-09-27T04:56:56.231Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210927045326-csar.csar
2021-09-27T04:56:56.288Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210927045326-csar.csar
2021-09-27T04:56:56.288Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210927045326-csar.csar
2021-09-27T04:56:56.870Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2964062974704297517/Definitions/service-Vfw20210927045326-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-09-27T04:56:59.798Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-27T04:56:59.802Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-27T04:56:59.802Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210927045326-csar.csar
2021-09-27T04:56:59.802Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-27T04:56:59.803Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||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-Vfw20210927045326-csar.csar
2021-09-27T04:56:59.803Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||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-Vfw20210927045326-csar.csar
2021-09-27T04:56:59.803Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||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-Vfw20210927045326-csar.csar
2021-09-27T04:56:59.803Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210927045326-csar.csar
2021-09-27T04:56:59.803Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210927045326-csar.csar
2021-09-27T04:56:59.803Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||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-Vfw20210927045326-csar.csar
2021-09-27T04:56:59.803Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a4235916-1070 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-Vfw20210927045326-csar.csar
2021-09-27T04:56:59.803Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||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-Vfw20210927045326-csar.csar
2021-09-27T04:56:59.803Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||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-Vfw20210927045326-csar.csar
2021-09-27T04:56:59.803Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210927045326-csar.csar
2021-09-27T04:56:59.803Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||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-Vfw20210927045326-csar.csar
2021-09-27T04:56:59.803Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210927045326-csar.csar
2021-09-27T04:56:59.803Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||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-Vfw20210927045326-csar.csar
2021-09-27T04:56:59.803Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-27T04:56:59.808Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:56:59.810Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-27 04-53-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:56:59.813Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vFW a4235916-1070 0 is matching search criteria
2021-09-27T04:56:59.813Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-27T04:56:59.815Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a4235916-1070 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-27T04:56:59.816Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:56:59.816Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-27 04-53-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:56:59.816Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vFW a4235916-1070 0 is matching search criteria
2021-09-27T04:56:59.816Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-27T04:56:59.816Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a4235916-1070 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-27T04:56:59.816Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:56:59.816Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-27 04-53-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:56:59.819Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:56:59.819Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vFW a4235916-1070 0 is not matching search criteria
2021-09-27T04:56:59.819Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-27T04:56:59.820Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-27T04:56:59.820Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-27T04:56:59.820Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-27T04:56:59.820Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-27T04:56:59.820Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-27T04:56:59.820Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-27T04:56:59.820Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-27T04:56:59.820Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-27T04:56:59.821Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-27T04:56:59.821Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-27T04:56:59.821Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-27T04:56:59.821Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-27T04:56:59.821Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-27T04:56:59.821Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-27T04:56:59.821Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-27T04:56:59.821Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:56:59.821Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-27 04-53-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-27T04:56:59.822Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:56:59.822Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vFW a4235916-1070 0 is matching search criteria
2021-09-27T04:56:59.823Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a4235916-1070 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T04:56:59.823Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:56:59.823Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vFW a4235916-1070 0 is matching search criteria
2021-09-27T04:56:59.823Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a4235916-1070 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T04:56:59.823Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:56:59.823Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vFW a4235916-1070 0 is matching search criteria
2021-09-27T04:56:59.823Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a4235916-1070 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T04:56:59.823Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:56:59.824Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vFW a4235916-1070 0 is not matching search criteria
2021-09-27T04:56:59.824Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-27T04:56:59.824Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-27T04:56:59.824Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-27T04:56:59.824Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-27T04:56:59.824Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-27T04:56:59.824Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-27T04:56:59.824Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-27T04:56:59.824Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-27T04:56:59.825Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-27T04:56:59.825Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-27T04:56:59.825Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-27T04:56:59.825Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=eea3a0c4-95a0-4975-ac07-df5ffba43008
2021-09-27T04:56:59.825Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:56:59.825Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vFW a4235916-1070 0 is not matching search criteria
2021-09-27T04:56:59.825Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-27T04:56:59.825Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-27T04:56:59.825Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-27T04:56:59.825Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-27T04:56:59.826Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-27T04:56:59.826Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-27T04:56:59.826Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-27T04:56:59.826Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-27T04:56:59.826Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-27T04:56:59.826Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-27T04:56:59.826Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-27T04:56:59.826Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-27T04:56:59.826Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=12f84785-4aac-45b5-9591-a643a73fd76d
2021-09-27T04:56:59.827Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:56:59.827Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vFW a4235916-1070 0 is not matching search criteria
2021-09-27T04:56:59.827Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-27T04:56:59.827Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-27T04:56:59.827Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-27T04:56:59.827Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-27T04:56:59.827Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-27T04:56:59.827Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-27T04:56:59.827Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-27T04:56:59.827Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-27T04:56:59.828Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-27T04:56:59.828Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-27T04:56:59.828Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-27T04:56:59.828Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-27T04:56:59.828Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=80af60a5-a092-4273-9a5a-bc6d758e51e4
2021-09-27T04:56:59.828Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:56:59.828Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-27 04-53-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:56:59.828Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:56:59.828Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-27 04-53-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:56:59.829Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:56:59.829Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-27 04-53-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:56:59.829Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:56:59.829Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-27 04-53-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:56:59.829Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-09-27 04-53-26
Description:catalog service description
Model UUID:551db4f1-62c0-4390-ac03-d32428b2dd22
Model Version:NULL
Model InvariantUuid:f4327d8d-7e11-4407-aaf8-bd6c62284cb7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW a4235916-1070
Model UUID:d7aee00b-4ef0-4631-a980-73c62d74ba8a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ff08258e-64a1-4d7f-b9ca-7eaee6f3b4b0
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:95b17b5c-4f24-442e-b6b0-baca63f7f236
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:54290100-eff9-44cf-88cf-c41c481caeb2
ModelName:VfwA42359161070..base_vfw..module-0
ModelUuid:e7920ee2-6e5e-430b-8975-acf2df8871af
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:eea3a0c4-95a0-4975-ac07-df5ffba43008
ModelInvariantUuid:9487b0f4-bda0-45eb-b570-e6ad3948b27d
ModelName:vFW a4235916-1070-nodes.vfwCvfc
ModelUuid:8edc4cf6-43bc-488c-bbeb-6bb02d65ca04
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:f8b0065b-0a28-400b-8ff4-6d47c650a60b
ModelInvariantUuid:ba5ad3c2-bb14-4c13-8a0f-c64d9a8f0c00
ModelName:VfwA42359161070.compute.nodes.heat.vfw
ModelUuid:e86984ca-4d24-4589-a75d-009f6f7ebd6c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:12f84785-4aac-45b5-9591-a643a73fd76d
ModelInvariantUuid:fb09891b-e3d4-4401-9fe7-45366c3fe522
ModelName:vFW a4235916-1070-nodes.vsnCvfc
ModelUuid:8ead29e8-9b26-4a90-8f36-54142f3dfe54
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:fe08f010-14ce-4c81-9c58-129e762b1867
ModelInvariantUuid:c42be2b4-cafa-41f8-905e-4a7d6af03d4d
ModelName:VfwA42359161070.compute.nodes.heat.vsn
ModelUuid:cd1e2890-e39b-4a9a-b09d-daef50f71d54
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:80af60a5-a092-4273-9a5a-bc6d758e51e4
ModelInvariantUuid:37b5c862-5f2d-40af-8f20-c476ea04a302
ModelName:vFW a4235916-1070-nodes.vpgCvfc
ModelUuid:16528423-4364-4005-952b-3147e9810ff6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:66e14d19-72ea-47f1-93a6-d569e937973a
ModelInvariantUuid:610d16f6-8831-4a85-99b7-111fd11fe50c
ModelName:VfwA42359161070.compute.nodes.heat.vpg
ModelUuid:2a16bcbc-8825-45e9-9853-4cd2e948cb54
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-27T04:56:59.839Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: ec0f6128-dec8-4f45-bd13-6a81205ffb39
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-27T04:56:59.930Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||vFW a4235916-1070 0
2021-09-27T04:56:59.936Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ec0f6128-dec8-4f45-bd13-6a81205ffb39
2021-09-27T04:56:59.936Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8dbaceae-b044-4809-8334-52295585eb4d from URL: /sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json
2021-09-27T04:56:59.936Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-27T04:56:59.937Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json
2021-09-27T04:57:00.817Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-27T04:57:00.818Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json 8dbaceae-b044-4809-8334-52295585eb4d 785
2021-09-27T04:57:00.818Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json ASDC sendASDCNotification
2021-09-27T04:57:00.818Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json
2021-09-27T04:57:00.818Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T04:57:00.819Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:57:00.821Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:57:00.822Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718620818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-27T04:57:00.922Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:57:00.923Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T04:57:00.923Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:57:00.933Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:57:00.934Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:57:01.823Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA42359161070..base_vfw..module-0",
"vfModuleModelInvariantUUID": "54290100-eff9-44cf-88cf-c41c481caeb2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e7920ee2-6e5e-430b-8975-acf2df8871af",
"vfModuleModelCustomizationUUID": "7d89c372-7eaa-44d8-8afc-2f89e7e98100",
"isBase": true,
"artifacts": [
"f76e5e98-bff9-4ac7-9491-bfe8be675039",
"ef9824d5-1500-4fba-ad21-7b7e2e0fccd6"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-27T04:57:01.839Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA42359161070..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e7920ee2-6e5e-430b-8975-acf2df8871af
VfModuleModelInvariantUUID:54290100-eff9-44cf-88cf-c41c481caeb2
VfModuleModelDescription:NULL
Artifacts UUID List:{
f76e5e98-bff9-4ac7-9491-bfe8be675039
,
ef9824d5-1500-4fba-ad21-7b7e2e0fccd6
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-27T04:57:01.842Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA42359161070..base_vfw..module-0",
"vfModuleModelInvariantUUID": "54290100-eff9-44cf-88cf-c41c481caeb2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e7920ee2-6e5e-430b-8975-acf2df8871af",
"vfModuleModelCustomizationUUID": "7d89c372-7eaa-44d8-8afc-2f89e7e98100",
"isBase": true,
"artifacts": [
"f76e5e98-bff9-4ac7-9491-bfe8be675039",
"ef9824d5-1500-4fba-ad21-7b7e2e0fccd6"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-27T04:57:01.842Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA42359161070..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e7920ee2-6e5e-430b-8975-acf2df8871af
VfModuleModelInvariantUUID:54290100-eff9-44cf-88cf-c41c481caeb2
VfModuleModelDescription:NULL
Artifacts UUID List:{
f76e5e98-bff9-4ac7-9491-bfe8be675039
,
ef9824d5-1500-4fba-ad21-7b7e2e0fccd6
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-27T04:57:01.842Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f76e5e98-bff9-4ac7-9491-bfe8be675039 from URL: /sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml
2021-09-27T04:57:01.842Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-27T04:57:01.843Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml
2021-09-27T04:57:02.908Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-27T04:57:02.910Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml f76e5e98-bff9-4ac7-9491-bfe8be675039 20368
2021-09-27T04:57:02.910Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-27T04:57:02.910Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml
2021-09-27T04:57:02.910Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T04:57:02.910Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:57:02.912Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:57:02.912Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718622910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-27T04:57:03.012Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:57:03.013Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T04:57:03.013Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:57:03.023Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:57:03.023Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:57:03.913Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ef9824d5-1500-4fba-ad21-7b7e2e0fccd6 from URL: /sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env
2021-09-27T04:57:03.914Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-27T04:57:03.914Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env
2021-09-27T04:57:04.132Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-27T04:57:04.132Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env ef9824d5-1500-4fba-ad21-7b7e2e0fccd6 2098
2021-09-27T04:57:04.133Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-27T04:57:04.133Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env
2021-09-27T04:57:04.133Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T04:57:04.133Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:57:04.135Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:57:04.135Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718624132,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-27T04:57:04.235Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:57:04.236Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T04:57:04.236Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:57:04.247Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:57:04.249Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:57:05.135Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 551db4f1-62c0-4390-ac03-d32428b2dd22
2021-09-27T04:57:05.136Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a4235916-1070 0 ec0f6128-dec8-4f45-bd13-6a81205ffb39 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-27T04:57:05.173Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@719057f8, org.onap.sdc.toscaparser.api.parameters.Input@4244ea54, org.onap.sdc.toscaparser.api.parameters.Input@6ad9fb81, org.onap.sdc.toscaparser.api.parameters.Input@3538ab60, org.onap.sdc.toscaparser.api.parameters.Input@46e405a8]
2021-09-27T04:57:05.177Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:57:05.177Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-27 04-53-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:57:05.177Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2021-09-27T04:57:05.177Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 95b17b5c-4f24-442e-b6b0-baca63f7f236
2021-09-27T04:57:05.177Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 95b17b5c-4f24-442e-b6b0-baca63f7f236 matches Tosca VF Customization UUID: 95b17b5c-4f24-442e-b6b0-baca63f7f236
2021-09-27T04:57:05.178Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 95b17b5c-4f24-442e-b6b0-baca63f7f236 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-27T04:57:05.185Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:57:05.186Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-27 04-53-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:57:05.187Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 95b17b5c-4f24-442e-b6b0-baca63f7f236: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-09-27T04:57:05.187Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@33749e30
2021-09-27T04:57:05.187Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:57:05.187Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-27 04-53-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-27T04:57:05.188Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7d89c372-7eaa-44d8-8afc-2f89e7e98100
2021-09-27T04:57:05.188Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7d89c372-7eaa-44d8-8afc-2f89e7e98100
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-27T04:57:05.194Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:57:05.194Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vFW a4235916-1070 0 is matching search criteria
2021-09-27T04:57:05.194Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a4235916-1070 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T04:57:05.195Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:57:05.195Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vFW a4235916-1070 0 is matching search criteria
2021-09-27T04:57:05.195Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a4235916-1070 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T04:57:05.195Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:57:05.195Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vFW a4235916-1070 0 is not matching search criteria
2021-09-27T04:57:05.195Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-27T04:57:05.195Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-27T04:57:05.196Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-27T04:57:05.196Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-27T04:57:05.196Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-27T04:57:05.196Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-27T04:57:05.196Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-27T04:57:05.196Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-27T04:57:05.196Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-27T04:57:05.196Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-27T04:57:05.196Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-27T04:57:05.197Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=eea3a0c4-95a0-4975-ac07-df5ffba43008
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-27T04:57:05.205Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:57:05.205Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vFW a4235916-1070 0 is matching search criteria
2021-09-27T04:57:05.205Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a4235916-1070 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T04:57:05.205Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:57:05.205Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vFW a4235916-1070 0 is not matching search criteria
2021-09-27T04:57:05.205Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-27T04:57:05.205Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-27T04:57:05.206Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-27T04:57:05.206Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-27T04:57:05.206Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-27T04:57:05.206Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-27T04:57:05.206Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-27T04:57:05.206Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-27T04:57:05.207Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-27T04:57:05.207Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-27T04:57:05.207Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-27T04:57:05.207Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-27T04:57:05.207Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=12f84785-4aac-45b5-9591-a643a73fd76d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-27T04:57:05.210Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:57:05.210Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vFW a4235916-1070 0 is matching search criteria
2021-09-27T04:57:05.210Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a4235916-1070 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T04:57:05.212Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:57:05.213Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vFW a4235916-1070 0 is not matching search criteria
2021-09-27T04:57:05.213Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-27T04:57:05.213Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-27T04:57:05.213Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-27T04:57:05.213Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-27T04:57:05.243Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-27T04:57:05.243Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-27T04:57:05.244Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-27T04:57:05.244Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-27T04:57:05.245Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-27T04:57:05.245Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-27T04:57:05.245Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-27T04:57:05.246Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-27T04:57:05.246Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=80af60a5-a092-4273-9a5a-bc6d758e51e4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-27T04:57:05.262Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:57:05.262Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vFW a4235916-1070 0 is matching search criteria
2021-09-27T04:57:05.263Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a4235916-1070 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T04:57:05.263Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:57:05.263Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Node template vFW a4235916-1070 0 is matching search criteria
2021-09-27T04:57:05.263Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a4235916-1070 0] matching following query criteria: sdcType=VF, customizationUUID=95b17b5c-4f24-442e-b6b0-baca63f7f236
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-27T04:57:05.266Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:57:05.267Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-27 04-53-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:57:05.267Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 551db4f1-62c0-4390-ac03-d32428b2dd22: vFW a4235916-1070
2021-09-27T04:57:05.267Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:57:05.268Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-27 04-53-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:57:05.268Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:57:05.268Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-27 04-53-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:57:05.268Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:57:05.269Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-27 04-53-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:57:05.269Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:57:05.269Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-27 04-53-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:57:05.269Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:57:05.270Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-09-27 04-53-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:57:05.270Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2021-09-27 04-53-26
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-27T04:57:05.527Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a4235916-1070 ec0f6128-dec8-4f45-bd13-6a81205ffb39 1 ASDC deployResourceStructure
2021-09-27T04:57:05.528Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json ASDC sendASDCNotification
2021-09-27T04:57:05.528Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json
2021-09-27T04:57:05.528Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T04:57:05.529Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:57:05.531Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:57:05.531Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718625528,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json",
"status": "DEPLOY_OK"
}
2021-09-27T04:57:05.631Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-27T04:57:05.632Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T04:57:05.632Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:57:05.642Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:57:05.642Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:57:06.533Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-27T04:57:06.533Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml
2021-09-27T04:57:06.534Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T04:57:06.534Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:57:06.536Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:57:06.536Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718626533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-27T04:57:06.637Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:57:06.638Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T04:57:06.639Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:57:06.650Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:57:06.652Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:57:07.537Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-27T04:57:07.538Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env
2021-09-27T04:57:07.538Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T04:57:07.538Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:57:07.540Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:57:07.540Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718627537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-27T04:57:07.641Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:57:07.641Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T04:57:07.641Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:57:07.653Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:57:07.653Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:57:08.541Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar ASDC sendASDCNotification
2021-09-27T04:57:08.541Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar
2021-09-27T04:57:08.542Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T04:57:08.542Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:57:08.543Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:57:08.544Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718628541,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-27T04:57:08.644Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:57:08.645Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T04:57:08.645Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:57:08.656Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:57:08.656Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-27T04:57:09.546Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34827bbe-9b6e-4f7a-8ced-8ad204e622ab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-27T04:57:09.567Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34827bbe-9b6e-4f7a-8ced-8ad204e622ab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-27T04:57:09.570Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T04:57:09.571Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-27T04:57:09.571Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-27T04:57:09.571Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-27T04:57:09.571Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-27T04:57:09.571Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-27T04:57:09.571Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-27T04:57:09.571Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-27T04:57:09.571Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-27T04:57:09.571Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-27T04:57:09.571Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-27T04:57:09.577Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-27T04:57:39.578Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34827bbe-9b6e-4f7a-8ced-8ad204e622ab and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-27T04:57:39.587Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34827bbe-9b6e-4f7a-8ced-8ad204e622ab and serviceModelVersionId: 551db4f1-62c0-4390-ac03-d32428b2dd22
2021-09-27T04:57:39.587Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f4327d8d-7e11-4407-aaf8-bd6c62284cb7
2021-09-27T04:57:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:57:46.015Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:57:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:57:46.137Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:57:46.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:57:46.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718606012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:57:46.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:57:51.960Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f4327d8d-7e11-4407-aaf8-bd6c62284cb7/model-vers/model-ver/551db4f1-62c0-4390-ac03-d32428b2dd22?depth=0
2021-09-27T04:57:52.056Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-27T04:57:52.611Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f4327d8d-7e11-4407-aaf8-bd6c62284cb7/model-vers/model-ver/551db4f1-62c0-4390-ac03-d32428b2dd22?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-27T04:57:52.617Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f4327d8d-7e11-4407-aaf8-bd6c62284cb7/model-vers/model-ver/551db4f1-62c0-4390-ac03-d32428b2dd22?depth=0|INFO|500||Invoke
2021-09-27T04:57:52.915Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f4327d8d-7e11-4407-aaf8-bd6c62284cb7/model-vers/model-ver/551db4f1-62c0-4390-ac03-d32428b2dd22?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-27T04:57:53.292Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f4327d8d-7e11-4407-aaf8-bd6c62284cb7/model-vers/model-ver/551db4f1-62c0-4390-ac03-d32428b2dd22?depth=0|INFO|500||InvokeReturn
2021-09-27T04:57:53.292Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f4327d8d-7e11-4407-aaf8-bd6c62284cb7/model-vers/model-ver/551db4f1-62c0-4390-ac03-d32428b2dd22?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210927-04:57:52:969-84159], vertex-id=[524400], Content-Length=[0], Date=[Mon, 27 Sep 2021 04:57:52 GMT], Content-Type=[application/json]}
2021-09-27T04:57:53.292Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-09-27T04:57:53.295Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-27T04:57:53.295Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-27T04:57:53.299Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-27T04:57:53.300Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34827bbe-9b6e-4f7a-8ced-8ad204e622ab and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-27T04:57:53.301Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-27T04:57:53.301Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:57:53.303Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:57:53.303Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718673300,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-27T04:57:53.403Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:57:53.404Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T04:57:53.405Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:57:53.412Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:57:53.413Z||pool-18-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-27T04:57:54.314Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:57:54.315Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:57:54.315Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:57:54.937Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:57:54.939Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-27T04:57:54.939Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"0c6d1693-748b-4f87-a8c1-58781c0fe147","serviceName":"basic_onboard_YRqdyW","serviceVersion":"1.0","serviceUUID":"0b1e026a-0d8b-4f88-ab3f-faa2e22e61f4","serviceDescription":"service","serviceInvariantUUID":"04d82b3d-5141-4c43-b838-d1ff37ff220e","resources":[{"resourceInstanceName":"basic_onboard_YRqdyW 0","resourceName":"basic_onboard_YRqdyW","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9e98e652-f8be-4a39-bb40-0737c543e49a","resourceInvariantUUID":"c7a0499b-3e5d-4760-bfae-0e3dfc852154","resourceCustomizationUUID":"7c427658-a136-4975-8825-3ae2027a300f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vf-license-model.xml","artifactChecksum":"MTM3NjNmNGQwYjRjZjI1NmY3ZWFmNmYzYjJhOWQwMjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5ddffd58-0c28-4189-b23f-47566195e40d","artifactVersion":"1"},{"artifactName":"basic_onboard_yrqdyw0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json","artifactChecksum":"ODIzMWRiYWE4NWRjMzQyMzdhMjRiY2E4M2NmOTkxZmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7f15ddba-2397-4146-b83c-6a349c29bb2b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"87160591-1892-4c0d-8316-b2c5e9d3bfe7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"318b6677-e332-47bb-9bc3-9a8bdb7dddd6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"05705137-5fc0-4a74-81de-a9f1e6e08fcc","artifactVersion":"2","generatedFromUUID":"87160591-1892-4c0d-8316-b2c5e9d3bfe7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYrqdyw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-template.yml","artifactChecksum":"NzU2ZDg2NWNjZGI2MjgxMzE0ZTA0YTc1MWFiNDM2ZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4edbc593-ef6a-4f56-8df9-d71718912649","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYrqdyw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar","artifactChecksum":"MDNjMWE3NGI2ZGIzNjNlZGY3NDczOWJhMmFmZjU4Njc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"36428a21-e3de-43d7-9bd0-4f732cd273b3","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-27T04:57:54.942Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T04:57:54.942Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:57:54.944Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:57:54.944Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718674314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:57:55.044Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:57:55.045Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T04:57:55.045Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:57:55.054Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:57:55.055Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:57:55.944Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T04:57:55.946Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:57:55.948Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:57:55.948Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718674314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json",
"status": "NOTIFIED"
}
2021-09-27T04:57:56.048Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:57:56.049Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T04:57:56.049Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:57:56.061Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:57:56.061Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-27T04:57:56.949Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T04:57:56.950Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:57:56.951Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:57:56.952Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718674314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-27T04:57:57.052Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:57:57.053Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T04:57:57.053Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:57:57.062Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:57:57.062Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:57:57.952Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T04:57:57.953Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:57:57.955Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:57:57.956Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718674314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:57:58.057Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:57:58.057Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T04:57:58.057Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:57:58.066Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:57:58.066Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:57:58.962Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T04:57:58.963Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:57:58.966Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:57:58.966Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718674314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-27T04:57:59.066Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:57:59.067Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T04:57:59.067Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:57:59.076Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:57:59.077Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:57:59.966Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T04:57:59.967Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:57:59.969Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:57:59.969Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718674314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:58:00.069Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:58:00.070Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T04:58:00.070Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:58:00.081Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:58:00.082Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:58:00.969Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T04:58:00.970Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:58:00.972Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:58:00.972Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718674314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T04:58:01.073Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-27T04:58:01.073Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T04:58:01.074Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:58:01.085Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:58:01.085Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:58:01.974Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"serviceName": "basic_onboard_YRqdyW",
"serviceVersion": "1.0",
"serviceUUID": "0b1e026a-0d8b-4f88-ab3f-faa2e22e61f4",
"serviceDescription": "service",
"serviceInvariantUUID": "04d82b3d-5141-4c43-b838-d1ff37ff220e",
"resources": [
{
"resourceInstanceName": "basic_onboard_YRqdyW 0",
"resourceCustomizationUUID": "7c427658-a136-4975-8825-3ae2027a300f",
"resourceName": "basic_onboard_YRqdyW",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "9e98e652-f8be-4a39-bb40-0737c543e49a",
"resourceInvariantUUID": "c7a0499b-3e5d-4760-bfae-0e3dfc852154",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_yrqdyw0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json",
"artifactChecksum": "ODIzMWRiYWE4NWRjMzQyMzdhMjRiY2E4M2NmOTkxZmM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7f15ddba-2397-4146-b83c-6a349c29bb2b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "87160591-1892-4c0d-8316-b2c5e9d3bfe7",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "05705137-5fc0-4a74-81de-a9f1e6e08fcc",
"generatedFromUUID": "87160591-1892-4c0d-8316-b2c5e9d3bfe7"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "05705137-5fc0-4a74-81de-a9f1e6e08fcc",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardYrqdyw-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
"artifactChecksum": "MDNjMWE3NGI2ZGIzNjNlZGY3NDczOWJhMmFmZjU4Njc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "36428a21-e3de-43d7-9bd0-4f732cd273b3"
}
],
"workloadContext": "Production"
}
2021-09-27T04:58:01.974Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-27T04:58:01.974Z|34827bbe-9b6e-4f7a-8ced-8ad204e622ab|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0b1e026a-0d8b-4f88-ab3f-faa2e22e61f4 ASDC
2021-09-27T04:58:01.975Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:0c6d1693-748b-4f87-a8c1-58781c0fe147
ServiceName:basic_onboard_YRqdyW
ServiceVersion:1.0
ServiceUUID:0b1e026a-0d8b-4f88-ab3f-faa2e22e61f4
ServiceInvariantUUID:04d82b3d-5141-4c43-b838-d1ff37ff220e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYrqdyw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar
ArtifactUUID:36428a21-e3de-43d7-9bd0-4f732cd273b3
ArtifactChecksum:MDNjMWE3NGI2ZGIzNjNlZGY3NDczOWJhMmFmZjU4Njc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_YRqdyW 0
ResourceCustomizationUUID:7c427658-a136-4975-8825-3ae2027a300f
ResourceInvariantUUID:c7a0499b-3e5d-4760-bfae-0e3dfc852154
ResourceName:basic_onboard_YRqdyW
ResourceType:VF
ResourceUUID:9e98e652-f8be-4a39-bb40-0737c543e49a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_yrqdyw0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json
ArtifactUUID:7f15ddba-2397-4146-b83c-6a349c29bb2b
ArtifactChecksum:ODIzMWRiYWE4NWRjMzQyMzdhMjRiY2E4M2NmOTkxZmM=
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/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml
ArtifactUUID:87160591-1892-4c0d-8316-b2c5e9d3bfe7
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/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env
ArtifactUUID:05705137-5fc0-4a74-81de-a9f1e6e08fcc
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/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env
ArtifactUUID:05705137-5fc0-4a74-81de-a9f1e6e08fcc
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-27T04:58:01.975Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0b1e026a-0d8b-4f88-ab3f-faa2e22e61f4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-27T04:58:02.008Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-27T04:58:02.008Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T04:58:02.009Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T04:58:02.009Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 36428a21-e3de-43d7-9bd0-4f732cd273b3 from URL: /sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar
2021-09-27T04:58:02.009Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-27T04:58:02.009Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar
2021-09-27T04:58:02.388Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-27T04:58:02.391Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar 36428a21-e3de-43d7-9bd0-4f732cd273b3 71387
2021-09-27T04:58:02.391Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar ASDC sendASDCNotification
2021-09-27T04:58:02.391Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar
2021-09-27T04:58:02.391Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T04:58:02.391Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:58:02.393Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:58:02.393Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718682391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-27T04:58:02.493Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:58:02.494Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T04:58:02.494Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:58:02.503Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:58:02.504Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:58:03.393Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-27T04:58:03.395Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T04:58:03.395Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 36428a21-e3de-43d7-9bd0-4f732cd273b3, URL: /sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar to file: /app/ASDC/1/service-BasicOnboardYrqdyw-csar.csar
2021-09-27T04:58:03.395Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYrqdyw-csar.csar
2021-09-27T04:58:03.396Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYrqdyw-csar.csar
2021-09-27T04:58:03.396Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYrqdyw-csar.csar
2021-09-27T04:58:03.659Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4587436735070400290/Definitions/service-BasicOnboardYrqdyw-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-09-27T04:58:05.097Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-27T04:58:05.098Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-27T04:58:05.098Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYrqdyw-csar.csar
2021-09-27T04:58:05.098Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-27T04:58:05.098Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_YRqdyW 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-BasicOnboardYrqdyw-csar.csar
2021-09-27T04:58:05.098Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||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-BasicOnboardYrqdyw-csar.csar
2021-09-27T04:58:05.098Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||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-BasicOnboardYrqdyw-csar.csar
2021-09-27T04:58:05.098Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||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-BasicOnboardYrqdyw-csar.csar
2021-09-27T04:58:05.098Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||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-BasicOnboardYrqdyw-csar.csar
2021-09-27T04:58:05.098Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYrqdyw-csar.csar
2021-09-27T04:58:05.098Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYrqdyw-csar.csar
2021-09-27T04:58:05.098Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||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-BasicOnboardYrqdyw-csar.csar
2021-09-27T04:58:05.099Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||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-BasicOnboardYrqdyw-csar.csar
2021-09-27T04:58:05.099Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-27T04:58:05.099Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:58:05.099Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YRqdyW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:58:05.099Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YRqdyW 0 is matching search criteria
2021-09-27T04:58:05.099Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-27T04:58:05.099Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YRqdyW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-27T04:58:05.099Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:58:05.099Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YRqdyW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:58:05.099Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YRqdyW 0 is matching search criteria
2021-09-27T04:58:05.100Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-27T04:58:05.100Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YRqdyW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-27T04:58:05.100Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:58:05.100Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YRqdyW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:58:05.100Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:58:05.100Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YRqdyW 0 is not matching search criteria
2021-09-27T04:58:05.100Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-27T04:58:05.100Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-27T04:58:05.100Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-27T04:58:05.100Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-27T04:58:05.100Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-27T04:58:05.101Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:58:05.101Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YRqdyW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-27T04:58:05.101Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:58:05.101Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YRqdyW 0 is matching search criteria
2021-09-27T04:58:05.101Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YRqdyW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T04:58:05.101Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:58:05.101Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YRqdyW 0 is matching search criteria
2021-09-27T04:58:05.101Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YRqdyW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T04:58:05.101Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:58:05.101Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YRqdyW 0 is matching search criteria
2021-09-27T04:58:05.101Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YRqdyW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T04:58:05.102Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:58:05.102Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YRqdyW 0 is not matching search criteria
2021-09-27T04:58:05.102Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-27T04:58:05.102Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-27T04:58:05.102Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=78951260-511a-4ce6-884f-1e02c95a6eb4
2021-09-27T04:58:05.102Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:58:05.102Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YRqdyW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:58:05.102Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:58:05.102Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YRqdyW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:58:05.102Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:58:05.102Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YRqdyW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:58:05.103Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:58:05.103Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YRqdyW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:58:05.103Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_YRqdyW
Description:service
Model UUID:0b1e026a-0d8b-4f88-ab3f-faa2e22e61f4
Model Version:NULL
Model InvariantUuid:04d82b3d-5141-4c43-b838-d1ff37ff220e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_YRqdyW
Model UUID:ac0d0b96-3732-4968-a745-c7180f8fa621
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c7a0499b-3e5d-4760-bfae-0e3dfc852154
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:7c427658-a136-4975-8825-3ae2027a300f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:bcb2fe60-c83a-4894-996a-3f4645ff8b1a
ModelName:BasicOnboardYrqdyw..base_ubuntu18..module-0
ModelUuid:cb50e61c-efb3-4dd3-a664-79dacf1f97e7
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:78951260-511a-4ce6-884f-1e02c95a6eb4
ModelInvariantUuid:7508f375-616e-451f-b897-7b026868e569
ModelName:basic_onboard_YRqdyW-nodes.ubuntu18Cvfc
ModelUuid:a4ef8e9e-f8a7-491a-95dd-caa293dc3809
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:73f87793-d801-40c2-b9e8-6952be7540eb
ModelInvariantUuid:84d6258f-8235-458b-a345-35fdaa6b3d37
ModelName:BasicOnboardYrqdyw.compute.nodes.heat.ubuntu18
ModelUuid:d9dc67a6-d05c-45d1-8de7-e2961d645877
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-27T04:58:05.110Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 9e98e652-f8be-4a39-bb40-0737c543e49a
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-27T04:58:05.114Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||basic_onboard_YRqdyW 0
2021-09-27T04:58:05.114Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9e98e652-f8be-4a39-bb40-0737c543e49a
2021-09-27T04:58:05.114Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7f15ddba-2397-4146-b83c-6a349c29bb2b from URL: /sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json
2021-09-27T04:58:05.115Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-27T04:58:05.115Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json
2021-09-27T04:58:05.797Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-27T04:58:05.797Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json 7f15ddba-2397-4146-b83c-6a349c29bb2b 798
2021-09-27T04:58:05.797Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json ASDC sendASDCNotification
2021-09-27T04:58:05.797Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json
2021-09-27T04:58:05.798Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T04:58:05.798Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:58:05.801Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:58:05.801Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718685797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-27T04:58:05.901Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:58:05.902Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T04:58:05.902Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:58:05.910Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:58:05.910Z||pool-27-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:58:06.801Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYrqdyw..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "bcb2fe60-c83a-4894-996a-3f4645ff8b1a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cb50e61c-efb3-4dd3-a664-79dacf1f97e7",
"vfModuleModelCustomizationUUID": "acf60465-41d2-4e65-8cbe-9f8226af665d",
"isBase": true,
"artifacts": [
"87160591-1892-4c0d-8316-b2c5e9d3bfe7",
"05705137-5fc0-4a74-81de-a9f1e6e08fcc"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-27T04:58:06.805Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYrqdyw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cb50e61c-efb3-4dd3-a664-79dacf1f97e7
VfModuleModelInvariantUUID:bcb2fe60-c83a-4894-996a-3f4645ff8b1a
VfModuleModelDescription:NULL
Artifacts UUID List:{
87160591-1892-4c0d-8316-b2c5e9d3bfe7
,
05705137-5fc0-4a74-81de-a9f1e6e08fcc
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-27T04:58:06.806Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYrqdyw..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "bcb2fe60-c83a-4894-996a-3f4645ff8b1a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cb50e61c-efb3-4dd3-a664-79dacf1f97e7",
"vfModuleModelCustomizationUUID": "acf60465-41d2-4e65-8cbe-9f8226af665d",
"isBase": true,
"artifacts": [
"87160591-1892-4c0d-8316-b2c5e9d3bfe7",
"05705137-5fc0-4a74-81de-a9f1e6e08fcc"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-27T04:58:06.806Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYrqdyw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cb50e61c-efb3-4dd3-a664-79dacf1f97e7
VfModuleModelInvariantUUID:bcb2fe60-c83a-4894-996a-3f4645ff8b1a
VfModuleModelDescription:NULL
Artifacts UUID List:{
87160591-1892-4c0d-8316-b2c5e9d3bfe7
,
05705137-5fc0-4a74-81de-a9f1e6e08fcc
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-27T04:58:06.806Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 87160591-1892-4c0d-8316-b2c5e9d3bfe7 from URL: /sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml
2021-09-27T04:58:06.806Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-27T04:58:06.806Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml
2021-09-27T04:58:08.800Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-27T04:58:08.800Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml 87160591-1892-4c0d-8316-b2c5e9d3bfe7 5033
2021-09-27T04:58:08.800Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-27T04:58:08.801Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml
2021-09-27T04:58:08.801Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T04:58:08.801Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:58:08.803Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:58:08.803Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718688800,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-27T04:58:08.903Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:58:08.903Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T04:58:08.904Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:58:08.913Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:58:08.913Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-27T04:58:09.803Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 05705137-5fc0-4a74-81de-a9f1e6e08fcc from URL: /sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env
2021-09-27T04:58:09.804Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-27T04:58:09.804Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env
2021-09-27T04:58:11.110Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-27T04:58:11.111Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env 05705137-5fc0-4a74-81de-a9f1e6e08fcc 909
2021-09-27T04:58:11.111Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-27T04:58:11.111Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env
2021-09-27T04:58:11.111Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T04:58:11.112Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:58:11.114Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:58:11.114Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718691111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-27T04:58:11.215Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-27T04:58:11.216Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T04:58:11.216Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:58:11.226Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:58:11.226Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:58:12.115Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 0b1e026a-0d8b-4f88-ab3f-faa2e22e61f4
2021-09-27T04:58:12.116Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_YRqdyW 0 9e98e652-f8be-4a39-bb40-0737c543e49a ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-27T04:58:12.131Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4bab2842, org.onap.sdc.toscaparser.api.parameters.Input@f943aeb, org.onap.sdc.toscaparser.api.parameters.Input@5db1ed4c, org.onap.sdc.toscaparser.api.parameters.Input@32035974, org.onap.sdc.toscaparser.api.parameters.Input@20788e4e]
2021-09-27T04:58:12.134Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:58:12.134Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YRqdyW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:58:12.134Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2021-09-27T04:58:12.135Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 7c427658-a136-4975-8825-3ae2027a300f
2021-09-27T04:58:12.135Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7c427658-a136-4975-8825-3ae2027a300f matches Tosca VF Customization UUID: 7c427658-a136-4975-8825-3ae2027a300f
2021-09-27T04:58:12.135Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 7c427658-a136-4975-8825-3ae2027a300f matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-27T04:58:12.138Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:58:12.138Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YRqdyW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:58:12.139Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 7c427658-a136-4975-8825-3ae2027a300f: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-09-27T04:58:12.139Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1a63f3e7
2021-09-27T04:58:12.139Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:58:12.139Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YRqdyW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-27T04:58:12.140Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : acf60465-41d2-4e65-8cbe-9f8226af665d
2021-09-27T04:58:12.140Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID acf60465-41d2-4e65-8cbe-9f8226af665d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-27T04:58:12.142Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:58:12.142Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YRqdyW 0 is matching search criteria
2021-09-27T04:58:12.142Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YRqdyW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T04:58:12.142Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:58:12.143Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YRqdyW 0 is matching search criteria
2021-09-27T04:58:12.143Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YRqdyW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T04:58:12.143Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:58:12.143Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YRqdyW 0 is not matching search criteria
2021-09-27T04:58:12.143Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-27T04:58:12.143Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-27T04:58:12.143Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=78951260-511a-4ce6-884f-1e02c95a6eb4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-27T04:58:12.145Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:58:12.145Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YRqdyW 0 is matching search criteria
2021-09-27T04:58:12.145Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YRqdyW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T04:58:12.146Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:58:12.146Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_YRqdyW 0 is matching search criteria
2021-09-27T04:58:12.146Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_YRqdyW 0] matching following query criteria: sdcType=VF, customizationUUID=7c427658-a136-4975-8825-3ae2027a300f
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-27T04:58:12.147Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:58:12.147Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YRqdyW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:58:12.147Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 0b1e026a-0d8b-4f88-ab3f-faa2e22e61f4: basic_onboard_YRqdyW
2021-09-27T04:58:12.147Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:58:12.148Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YRqdyW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:58:12.148Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:58:12.148Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YRqdyW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:58:12.148Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:58:12.148Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YRqdyW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:58:12.148Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:58:12.148Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YRqdyW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:58:12.148Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T04:58:12.148Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_YRqdyW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T04:58:12.148Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_YRqdyW
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-27T04:58:12.237Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_YRqdyW 9e98e652-f8be-4a39-bb40-0737c543e49a 1 ASDC deployResourceStructure
2021-09-27T04:58:12.237Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json ASDC sendASDCNotification
2021-09-27T04:58:12.237Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json
2021-09-27T04:58:12.238Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T04:58:12.238Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:58:12.239Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:58:12.240Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718692237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-27T04:58:12.340Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:58:12.341Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T04:58:12.341Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:58:12.353Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:58:12.353Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:58:13.241Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-27T04:58:13.241Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml
2021-09-27T04:58:13.242Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T04:58:13.242Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:58:13.244Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:58:13.244Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718693240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-27T04:58:13.344Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:58:13.345Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T04:58:13.345Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:58:13.355Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:58:13.355Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:58:14.245Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-27T04:58:14.246Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env
2021-09-27T04:58:14.246Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T04:58:14.246Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:58:14.248Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:58:14.248Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718694245,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-27T04:58:14.349Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:58:14.350Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T04:58:14.350Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:58:14.360Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:58:14.361Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-27T04:58:15.249Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar ASDC sendASDCNotification
2021-09-27T04:58:15.250Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar
2021-09-27T04:58:15.250Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T04:58:15.250Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T04:58:15.253Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T04:58:15.253Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718695249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-27T04:58:15.353Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T04:58:15.353Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T04:58:15.354Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T04:58:15.363Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:58:15.363Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T04:58:16.253Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c6d1693-748b-4f87-a8c1-58781c0fe147
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-27T04:58:16.269Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c6d1693-748b-4f87-a8c1-58781c0fe147
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-27T04:58:16.272Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T04:58:16.272Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-27T04:58:16.273Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-27T04:58:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:58:46.015Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:58:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:58:46.039Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:58:46.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:58:46.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718606012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json",
"status": "NOTIFIED"
}
2021-09-27T04:58:46.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:58:46.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:58:46.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718606012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-27T04:58:46.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:58:46.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:58:46.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718606012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:58:46.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:58:46.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:58:46.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718606012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-27T04:58:46.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:58:46.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:58:46.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718606012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:58:46.045Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:58:46.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:58:46.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718606012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T04:58:46.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:58:46.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:58:46.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718615225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-27T04:58:46.046Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:58:46.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:58:46.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718620818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-27T04:58:46.047Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:58:46.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:58:46.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718622910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-27T04:58:46.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:58:46.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:58:46.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718624132,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-27T04:58:46.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:58:46.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:58:46.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718625528,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/vfwa423591610700_modules.json",
"status": "DEPLOY_OK"
}
2021-09-27T04:58:46.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:58:46.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:58:46.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718626533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-27T04:58:46.049Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:58:46.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:58:46.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718627537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/resourceInstances/vfwa423591610700/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-27T04:58:46.049Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:58:46.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:58:46.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718628541,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927045326/1.0/artifacts/service-Vfw20210927045326-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-27T04:58:46.049Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:58:46.273Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c6d1693-748b-4f87-a8c1-58781c0fe147
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-27T04:58:46.281Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c6d1693-748b-4f87-a8c1-58781c0fe147
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-27T04:58:46.284Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T04:58:46.284Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-27T04:58:46.284Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-27T04:59:16.284Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c6d1693-748b-4f87-a8c1-58781c0fe147
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-27T04:59:16.296Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c6d1693-748b-4f87-a8c1-58781c0fe147
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-27T04:59:16.299Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T04:59:16.299Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-27T04:59:16.299Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-27T04:59:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T04:59:46.015Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T04:59:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T04:59:46.300Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c6d1693-748b-4f87-a8c1-58781c0fe147
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-27T04:59:46.309Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c6d1693-748b-4f87-a8c1-58781c0fe147
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-27T04:59:46.311Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T04:59:46.311Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-27T04:59:46.311Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-27T04:59:46.541Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T04:59:46.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.546Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "ves-openapi-manager",
"timestamp": 1632718660905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.548Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.548Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "aai-ml",
"timestamp": 1632718667226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.548Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.549Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632718666331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.549Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.549Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "cds",
"timestamp": 1632718661105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.549Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.549Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632718670877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.549Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "policy-id",
"timestamp": 1632718670848,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.550Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "ves-openapi-manager",
"timestamp": 1632718660905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.550Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "aai-ml",
"timestamp": 1632718667226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.550Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "dcae-sch",
"timestamp": 1632718671109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.551Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632718666331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.551Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "cds",
"timestamp": 1632718661105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.551Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "policy-id",
"timestamp": 1632718670848,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632718670877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json",
"status": "NOTIFIED"
}
2021-09-27T04:59:46.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "ves-openapi-manager",
"timestamp": 1632718660905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "aai-ml",
"timestamp": 1632718667226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "dcae-sch",
"timestamp": 1632718671109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632718666331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "cds",
"timestamp": 1632718661105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "34827bbe-9b6e-4f7a-8ced-8ad204e622ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718673300,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-27T04:59:46.554Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:59:46.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "policy-id",
"timestamp": 1632718670848,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-27T04:59:46.554Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632718670877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-27T04:59:46.554Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "ves-openapi-manager",
"timestamp": 1632718660905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.555Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "aai-ml",
"timestamp": 1632718667226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.555Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "dcae-sch",
"timestamp": 1632718671109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.555Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632718666331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.556Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "cds",
"timestamp": 1632718661105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.556Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "policy-id",
"timestamp": 1632718670848,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.556Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632718670877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.557Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "clamp",
"timestamp": 1632718674077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.557Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "ves-openapi-manager",
"timestamp": 1632718660905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.557Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "aai-ml",
"timestamp": 1632718667226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.557Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.558Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "dcae-sch",
"timestamp": 1632718671109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.558Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.558Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632718666331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.558Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.558Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "cds",
"timestamp": 1632718661105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.558Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.558Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718674314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.558Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "policy-id",
"timestamp": 1632718670848,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.559Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632718670877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-27T04:59:46.559Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "clamp",
"timestamp": 1632718674077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json",
"status": "NOTIFIED"
}
2021-09-27T04:59:46.559Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "ves-openapi-manager",
"timestamp": 1632718660905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.559Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.560Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "aai-ml",
"timestamp": 1632718667226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.560Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.560Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "dcae-sch",
"timestamp": 1632718671109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.560Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.560Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632718666331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.560Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.560Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "cds",
"timestamp": 1632718661105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.560Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718674314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json",
"status": "NOTIFIED"
}
2021-09-27T04:59:46.561Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "policy-id",
"timestamp": 1632718670848,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.561Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632718670877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.561Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "clamp",
"timestamp": 1632718674077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.561Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "ves-openapi-manager",
"timestamp": 1632718660905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.562Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "aai-ml",
"timestamp": 1632718667226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T04:59:46.562Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "dcae-sch",
"timestamp": 1632718671109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.562Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632718666331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T04:59:46.562Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "cds",
"timestamp": 1632718661105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T04:59:46.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718674314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-27T04:59:46.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "policy-id",
"timestamp": 1632718670848,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T04:59:46.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632718670877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T04:59:46.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "clamp",
"timestamp": 1632718674077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.564Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "dcae-sch",
"timestamp": 1632718671109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.564Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718674314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.564Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632718678407,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-27T04:59:46.564Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:59:46.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "cds",
"timestamp": 1632718678418,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-27T04:59:46.565Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:59:46.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "aai-ml",
"timestamp": 1632718678421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-27T04:59:46.565Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:59:46.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "clamp",
"timestamp": 1632718674077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.565Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718674314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-27T04:59:46.565Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "policy-id",
"timestamp": 1632718679207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-27T04:59:46.566Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:59:46.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "cds",
"timestamp": 1632718679422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-27T04:59:46.574Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0c6d1693-748b-4f87-a8c1-58781c0fe147
2021-09-27T04:59:46.574Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c6d1693-748b-4f87-a8c1-58781c0fe147 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-27T04:59:46.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632718679496,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-27T04:59:46.585Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:59:46.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "clamp",
"timestamp": 1632718674077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.585Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718674314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T04:59:46.585Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "policy-id",
"timestamp": 1632718680211,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-27T04:59:46.586Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:59:46.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "clamp",
"timestamp": 1632718674077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T04:59:46.586Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632718680809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-27T04:59:46.586Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:59:46.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632718680912,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-27T04:59:46.586Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:59:46.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718674314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T04:59:46.587Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-27T04:59:46.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "policy-id",
"timestamp": 1632718681213,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-27T04:59:46.593Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0c6d1693-748b-4f87-a8c1-58781c0fe147
2021-09-27T04:59:46.593Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c6d1693-748b-4f87-a8c1-58781c0fe147 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-27T04:59:46.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632718681915,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-27T04:59:46.607Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0c6d1693-748b-4f87-a8c1-58781c0fe147
2021-09-27T04:59:46.607Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c6d1693-748b-4f87-a8c1-58781c0fe147 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-27T04:59:46.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632718682343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-27T04:59:46.618Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:59:46.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718682391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-27T04:59:46.618Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:59:46.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632718683364,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-27T04:59:46.624Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0c6d1693-748b-4f87-a8c1-58781c0fe147
2021-09-27T04:59:46.624Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c6d1693-748b-4f87-a8c1-58781c0fe147 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-27T04:59:46.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "aai-ml",
"timestamp": 1632718684139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-27T04:59:46.632Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:59:46.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632718684367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-27T04:59:46.632Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:59:46.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.633Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "aai-ml",
"timestamp": 1632718685143,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-27T04:59:46.638Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0c6d1693-748b-4f87-a8c1-58781c0fe147
2021-09-27T04:59:46.638Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c6d1693-748b-4f87-a8c1-58781c0fe147 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-27T04:59:46.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718685797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-27T04:59:46.648Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:59:46.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "clamp",
"timestamp": 1632718687020,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-27T04:59:46.648Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:59:46.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "clamp",
"timestamp": 1632718688034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-27T04:59:46.649Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:59:46.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718688800,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-27T04:59:46.649Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:59:46.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "clamp",
"timestamp": 1632718689036,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-27T04:59:46.653Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0c6d1693-748b-4f87-a8c1-58781c0fe147
2021-09-27T04:59:46.654Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c6d1693-748b-4f87-a8c1-58781c0fe147 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-27T04:59:46.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718691111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-27T04:59:46.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:59:46.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718692237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/basic_onboard_yrqdyw0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-27T04:59:46.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:59:46.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718693240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-27T04:59:46.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:59:46.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718694245,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/resourceInstances/basic_onboard_yrqdyw0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-27T04:59:46.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T04:59:46.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T04:59:46.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718695249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYrqdyw/1.0/artifacts/service-BasicOnboardYrqdyw-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-27T04:59:46.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:00:16.312Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c6d1693-748b-4f87-a8c1-58781c0fe147
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-27T05:00:16.323Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c6d1693-748b-4f87-a8c1-58781c0fe147
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-27T05:00:16.327Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T05:00:16.327Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-27T05:00:16.327Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-27T05:00:16.327Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-27T05:00:16.327Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-27T05:00:16.327Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-27T05:00:16.327Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-27T05:00:16.327Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-27T05:00:16.327Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-27T05:00:16.327Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-27T05:00:16.327Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-27T05:00:16.333Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-27T05:00:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:00:46.015Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T05:00:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:00:46.333Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0c6d1693-748b-4f87-a8c1-58781c0fe147 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-27T05:00:46.338Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0c6d1693-748b-4f87-a8c1-58781c0fe147 and serviceModelVersionId: 0b1e026a-0d8b-4f88-ab3f-faa2e22e61f4
2021-09-27T05:00:46.338Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 04d82b3d-5141-4c43-b838-d1ff37ff220e
2021-09-27T05:00:46.340Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/04d82b3d-5141-4c43-b838-d1ff37ff220e/model-vers/model-ver/0b1e026a-0d8b-4f88-ab3f-faa2e22e61f4?depth=0
2021-09-27T05:00:46.345Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-27T05:00:46.379Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/04d82b3d-5141-4c43-b838-d1ff37ff220e/model-vers/model-ver/0b1e026a-0d8b-4f88-ab3f-faa2e22e61f4?depth=0|INFO|500||Invoke
2021-09-27T05:00:46.379Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/04d82b3d-5141-4c43-b838-d1ff37ff220e/model-vers/model-ver/0b1e026a-0d8b-4f88-ab3f-faa2e22e61f4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/04d82b3d-5141-4c43-b838-d1ff37ff220e/model-vers/model-ver/0b1e026a-0d8b-4f88-ab3f-faa2e22e61f4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0c6d1693-748b-4f87-a8c1-58781c0fe147], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a15b46f8-8bd5-42f5-a857-dbf14383a359], X-ECOMP-RequestID=[0c6d1693-748b-4f87-a8c1-58781c0fe147], X-TransactionId=[], X-ONAP-RequestID=[0c6d1693-748b-4f87-a8c1-58781c0fe147], Content-Type=[application/merge-patch+json]}
2021-09-27T05:00:46.403Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/04d82b3d-5141-4c43-b838-d1ff37ff220e/model-vers/model-ver/0b1e026a-0d8b-4f88-ab3f-faa2e22e61f4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-27T05:00:46.617Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/04d82b3d-5141-4c43-b838-d1ff37ff220e/model-vers/model-ver/0b1e026a-0d8b-4f88-ab3f-faa2e22e61f4?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/04d82b3d-5141-4c43-b838-d1ff37ff220e/model-vers/model-ver/0b1e026a-0d8b-4f88-ab3f-faa2e22e61f4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210927-05:00:46:409-17314], vertex-id=[413896], Content-Length=[0], Date=[Mon, 27 Sep 2021 05:00:46 GMT], Content-Type=[application/json]}
2021-09-27T05:00:46.617Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/04d82b3d-5141-4c43-b838-d1ff37ff220e/model-vers/model-ver/0b1e026a-0d8b-4f88-ab3f-faa2e22e61f4?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-27T05:00:46.618Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/04d82b3d-5141-4c43-b838-d1ff37ff220e/model-vers/model-ver/0b1e026a-0d8b-4f88-ab3f-faa2e22e61f4?depth=0|INFO|500||InvokeReturn
2021-09-27T05:00:46.618Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-27T05:00:46.619Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-27T05:00:46.623Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-27T05:00:46.623Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0c6d1693-748b-4f87-a8c1-58781c0fe147 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-27T05:00:46.623Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-27T05:00:46.623Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:00:46.625Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:00:46.625Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718846623,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-27T05:00:46.725Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:00:46.726Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T05:00:46.726Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:00:46.736Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T05:00:46.736Z||pool-34-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:00:47.348Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T05:00:47.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-27T05:00:47.349Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0c6d1693-748b-4f87-a8c1-58781c0fe147",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632718846623,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-27T05:00:47.349Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-27T05:00:47.638Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:00:47.639Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T05:00:47.639Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:00:57.952Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T05:00:57.953Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:00:57.953Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T05:00:57.953Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:01:07.495Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T05:01:07.495Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:01:07.496Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T05:01:07.496Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:01:17.033Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T05:01:46.012Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:01:46.013Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T05:01:46.013Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:01:46.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:01:46.014Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T05:01:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:01:55.549Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T05:01:55.580Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T05:02:46.012Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:02:46.013Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T05:02:46.014Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:02:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:02:46.014Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T05:02:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:02:55.559Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T05:02:55.562Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T05:03:46.012Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:03:46.013Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T05:03:46.013Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:03:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:03:46.015Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T05:03:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:03:55.554Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T05:03:55.564Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T05:04:46.012Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:04:46.013Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T05:04:46.014Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:04:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:04:46.014Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T05:04:46.015Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:04:55.555Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T05:04:55.559Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T05:05:46.012Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:05:46.013Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T05:05:46.013Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:05:46.014Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:05:46.014Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T05:05:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:05:55.558Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T05:05:55.561Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T05:06:46.012Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:06:46.013Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T05:06:46.013Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:06:46.014Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:06:46.014Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T05:06:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:06:55.561Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T05:06:55.562Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T05:07:46.012Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:07:46.013Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T05:07:46.013Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:07:46.014Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:07:46.014Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T05:07:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:07:55.558Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T05:07:55.565Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T05:08:46.012Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:08:46.013Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T05:08:46.013Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:08:46.014Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T05:08:46.014Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T05:08:46.014Z||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 s6zfAHa84y4p0PMq) ...
2021-09-27T05:08:46.366Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T05:08:46.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
"consumerID": "ves-openapi-manager",
"timestamp": 1632719280905,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.369Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-27T05:08:46.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
"consumerID": "clamp",
"timestamp": 1632719274077,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.369Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-27T05:08:46.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
"consumerID": "cds",
"timestamp": 1632719276105,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.370Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-27T05:08:46.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
"consumerID": "cds",
"timestamp": 1632719276105,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T05:08:46.370Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-27T05:08:46.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
"consumerID": "clamp",
"timestamp": 1632719274077,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T05:08:46.370Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-27T05:08:46.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
"consumerID": "ves-openapi-manager",
"timestamp": 1632719280905,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.370Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-27T05:08:46.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
"consumerID": "cds",
"timestamp": 1632719285408,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-27T05:08:46.370Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:08:46.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
"consumerID": "cds",
"timestamp": 1632719286411,
"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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-27T05:08:46.387Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2c42c6bb-ac31-463f-a14b-171250255850
2021-09-27T05:08:46.387Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c42c6bb-ac31-463f-a14b-171250255850 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-27T05:08:46.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
"consumerID": "policy-id",
"timestamp": 1632719290848,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-27T05:08:46.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632719290877,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-27T05:08:46.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
"consumerID": "dcae-sch",
"timestamp": 1632719291109,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-27T05:08:46.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
"consumerID": "clamp",
"timestamp": 1632719291772,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-27T05:08:46.397Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:08:46.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
"consumerID": "policy-id",
"timestamp": 1632719290848,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T05:08:46.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-27T05:08:46.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632719290877,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T05:08:46.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-27T05:08:46.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
"consumerID": "dcae-sch",
"timestamp": 1632719291109,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-27T05:08:46.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
"consumerID": "clamp",
"timestamp": 1632719292788,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-27T05:08:46.398Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:08:46.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
"consumerID": "clamp",
"timestamp": 1632719293791,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-27T05:08:46.403Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2c42c6bb-ac31-463f-a14b-171250255850
2021-09-27T05:08:46.403Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c42c6bb-ac31-463f-a14b-171250255850 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-27T05:08:46.413Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
"consumerID": "policy-id",
"timestamp": 1632719294569,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-27T05:08:46.414Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:08:46.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
"consumerID": "policy-id",
"timestamp": 1632719295572,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-27T05:08:46.414Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:08:46.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
"consumerID": "policy-id",
"timestamp": 1632719296574,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-27T05:08:46.419Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2c42c6bb-ac31-463f-a14b-171250255850
2021-09-27T05:08:46.419Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c42c6bb-ac31-463f-a14b-171250255850 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-27T05:08:46.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.428Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632719296331,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.428Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-27T05:08:46.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.428Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
"consumerID": "aai-ml",
"timestamp": 1632719297226,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.428Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-27T05:08:46.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.428Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632719296331,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T05:08:46.428Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-27T05:08:46.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.428Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
"consumerID": "aai-ml",
"timestamp": 1632719297226,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T05:08:46.429Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-27T05:08:46.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632719299507,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-27T05:08:46.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:08:46.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
"consumerID": "aai-ml",
"timestamp": 1632719300533,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-27T05:08:46.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:08:46.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632719301123,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-27T05:08:46.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:08:46.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632719302128,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-27T05:08:46.434Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2c42c6bb-ac31-463f-a14b-171250255850
2021-09-27T05:08:46.435Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c42c6bb-ac31-463f-a14b-171250255850 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-27T05:08:46.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
"consumerID": "aai-ml",
"timestamp": 1632719303813,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-27T05:08:46.443Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T05:08:46.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
"consumerID": "aai-ml",
"timestamp": 1632719304817,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-27T05:08:46.449Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2c42c6bb-ac31-463f-a14b-171250255850
2021-09-27T05:08:46.449Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c42c6bb-ac31-463f-a14b-171250255850 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-27T05:08:46.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.456Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
"consumerID": "dcae-sch",
"timestamp": 1632719311109,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.456Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-27T05:08:46.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
"consumerID": "ves-openapi-manager",
"timestamp": 1632719320905,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.457Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-27T05:08:46.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
"consumerID": "cds",
"timestamp": 1632719321105,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.457Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-27T05:08:46.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
"consumerID": "dcae-sch",
"timestamp": 1632719311109,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.457Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-27T05:08:46.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
"consumerID": "ves-openapi-manager",
"timestamp": 1632719320905,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.457Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-27T05:08:46.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
"consumerID": "cds",
"timestamp": 1632719321105,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.457Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-27T05:08:46.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
"consumerID": "dcae-sch",
"timestamp": 1632719311109,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.458Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-27T05:08:46.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
"consumerID": "ves-openapi-manager",
"timestamp": 1632719320905,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.458Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-27T05:08:46.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
"consumerID": "cds",
"timestamp": 1632719321105,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.458Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-27T05:08:46.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
"consumerID": "dcae-sch",
"timestamp": 1632719311109,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.458Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-27T05:08:46.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
"consumerID": "ves-openapi-manager",
"timestamp": 1632719320905,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.458Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-27T05:08:46.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
"consumerID": "cds",
"timestamp": 1632719321105,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.459Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-27T05:08:46.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
"consumerID": "dcae-sch",
"timestamp": 1632719311109,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.459Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-27T05:08:46.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
"consumerID": "ves-openapi-manager",
"timestamp": 1632719320905,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.459Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-27T05:08:46.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
"consumerID": "cds",
"timestamp": 1632719321105,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.459Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-27T05:08:46.638Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T05:08:46.639Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-27T05:08:46.639Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"2c42c6bb-ac31-463f-a14b-171250255850","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"095ffbc4-a09a-417b-b9b6-c9080bab5363","serviceDescription":"service","serviceInvariantUUID":"d1d8d657-ae31-4b4e-b9fe-b0d26d0316e3","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"403c0c63-fe45-4c30-b1a2-773068eee7cb","resourceInvariantUUID":"2695bbae-b7b1-40e8-b1ee-5e02af8ce97d","resourceCustomizationUUID":"504f6c44-a8a0-4f99-a069-579a7af2fdd0","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":"ZjE0Mjk4NmI5NTM1NjI4ZGI5YzhkZjEzMzdlMDljMTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f65bce71-9412-4228-a9f6-2afc38572897","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjliNjI0NWYwNzU0ZWRjN2E5ZjYxMWQ5ODUzOWExMWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a4e44753-30d8-4018-a151-ceb45459f468","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-27T05:08:46.641Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:08:46.642Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:08:46.644Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:08:46.644Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632719326012,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T05:08:46.744Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:08:46.745Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T05:08:46.745Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:08:46.756Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T05:08:46.756Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:08:47.645Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:08:47.646Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:08:47.649Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:08:47.649Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632719326012,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T05:08:47.749Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:08:47.750Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T05:08:47.750Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:08:47.759Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T05:08:47.759Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:08:48.650Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "095ffbc4-a09a-417b-b9b6-c9080bab5363",
"serviceDescription": "service",
"serviceInvariantUUID": "d1d8d657-ae31-4b4e-b9fe-b0d26d0316e3",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "504f6c44-a8a0-4f99-a069-579a7af2fdd0",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "403c0c63-fe45-4c30-b1a2-773068eee7cb",
"resourceInvariantUUID": "2695bbae-b7b1-40e8-b1ee-5e02af8ce97d",
"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": "YjliNjI0NWYwNzU0ZWRjN2E5ZjYxMWQ5ODUzOWExMWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a4e44753-30d8-4018-a151-ceb45459f468"
}
],
"workloadContext": "Production"
}
2021-09-27T05:08:48.650Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-27T05:08:48.650Z|0c6d1693-748b-4f87-a8c1-58781c0fe147|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 095ffbc4-a09a-417b-b9b6-c9080bab5363 ASDC
2021-09-27T05:08:48.651Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:2c42c6bb-ac31-463f-a14b-171250255850
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:095ffbc4-a09a-417b-b9b6-c9080bab5363
ServiceInvariantUUID:d1d8d657-ae31-4b4e-b9fe-b0d26d0316e3
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:a4e44753-30d8-4018-a151-ceb45459f468
ArtifactChecksum:YjliNjI0NWYwNzU0ZWRjN2E5ZjYxMWQ5ODUzOWExMWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:504f6c44-a8a0-4f99-a069-579a7af2fdd0
ResourceInvariantUUID:2695bbae-b7b1-40e8-b1ee-5e02af8ce97d
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:403c0c63-fe45-4c30-b1a2-773068eee7cb
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-09-27T05:08:48.651Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 095ffbc4-a09a-417b-b9b6-c9080bab5363 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-27T05:08:48.673Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-27T05:08:48.674Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T05:08:48.674Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T05:08:48.674Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a4e44753-30d8-4018-a151-ceb45459f468 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-27T05:08:48.674Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-27T05:08:48.674Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-27T05:08:49.865Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-27T05:08:49.869Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a4e44753-30d8-4018-a151-ceb45459f468 52167
2021-09-27T05:08:49.870Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-27T05:08:49.870Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-27T05:08:49.870Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T05:08:49.871Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:08:49.873Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:08:49.873Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632719329870,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-27T05:08:49.973Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:08:49.974Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T05:08:49.974Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:08:49.982Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T05:08:49.983Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:08:50.874Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-27T05:08:50.874Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T05:08:50.875Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a4e44753-30d8-4018-a151-ceb45459f468, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-27T05:08:50.875Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-27T05:08:50.875Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-27T05:08:50.875Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-27T05:08:50.983Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6597781395345402091/Definitions/service-BasicNetwork-template.yml
2021-09-27T05:08:51.297Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-27T05:08:51.298Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-27T05:08:51.298Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-27T05:08:51.298Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-27T05:08:51.298Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-27T05:08:51.298Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-27T05:08:51.298Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-27T05:08:51.298Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-27T05:08:51.298Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-27T05:08:51.298Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-27T05:08:51.298Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-27T05:08:51.298Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-27T05:08:51.298Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-27T05:08:51.298Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T05:08:51.299Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:08:51.299Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-27T05:08:51.299Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-27T05:08:51.299Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-27T05:08:51.299Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T05:08:51.299Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:08:51.299Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-27T05:08:51.299Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-27T05:08:51.299Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-27T05:08:51.299Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T05:08:51.299Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:08:51.300Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T05:08:51.300Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:08:51.300Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T05:08:51.300Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:08:51.300Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T05:08:51.300Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:08:51.300Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T05:08:51.300Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:08:51.300Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:095ffbc4-a09a-417b-b9b6-c9080bab5363
Model Version:NULL
Model InvariantUuid:d1d8d657-ae31-4b4e-b9fe-b0d26d0316e3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:2695bbae-b7b1-40e8-b1ee-5e02af8ce97d
Model UUID:6126045b-ef18-4fb2-b2ae-0a9b1ea7afff
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:504f6c44-a8a0-4f99-a069-579a7af2fdd0
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-27T05:08:51.306Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 403c0c63-fe45-4c30-b1a2-773068eee7cb
2021-09-27T05:08:51.306Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||No resources found for Service: 095ffbc4-a09a-417b-b9b6-c9080bab5363
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-27T05:08:51.311Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||
2021-09-27T05:08:51.311Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-09-27T05:08:51.312Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 095ffbc4-a09a-417b-b9b6-c9080bab5363
2021-09-27T05:08:51.312Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 095ffbc4-a09a-417b-b9b6-c9080bab5363
2021-09-27T05:08:51.312Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-09-27T05:08:51.312Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-27T05:08:51.317Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@57a98c96, org.onap.sdc.toscaparser.api.parameters.Input@61d3924b, org.onap.sdc.toscaparser.api.parameters.Input@3617a1c1, org.onap.sdc.toscaparser.api.parameters.Input@7bd3f980, org.onap.sdc.toscaparser.api.parameters.Input@60850750]
2021-09-27T05:08:51.318Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T05:08:51.319Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:08:51.319Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T05:08:51.319Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:08:51.319Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 095ffbc4-a09a-417b-b9b6-c9080bab5363: Generic NeutronNet
2021-09-27T05:08:51.320Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T05:08:51.320Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:08:51.320Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T05:08:51.320Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||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_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-09-27T05:08:51.344Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T05:08:51.344Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:08:51.345Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T05:08:51.345Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:08:51.345Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T05:08:51.345Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:08:51.345Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_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_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-27T05:08:51.417Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-09-27T05:08:51.417Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-27T05:08:51.417Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-27T05:08:51.417Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T05:08:51.417Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:08:51.419Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:08:51.419Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632719331417,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-27T05:08:51.519Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:08:51.520Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T05:08:51.520Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:08:51.528Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T05:08:51.529Z||pool-38-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:08:52.420Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c42c6bb-ac31-463f-a14b-171250255850
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-27T05:08:52.434Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c42c6bb-ac31-463f-a14b-171250255850
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-27T05:08:52.437Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T05:08:52.437Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-27T05:08:52.437Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-27T05:08:52.437Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-27T05:08:52.437Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-27T05:08:52.438Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-27T05:08:52.438Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-27T05:08:52.438Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-27T05:08:52.438Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-27T05:08:52.438Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-27T05:08:52.438Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-27T05:08:52.444Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-27T05:09:22.445Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2c42c6bb-ac31-463f-a14b-171250255850 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-27T05:09:22.449Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2c42c6bb-ac31-463f-a14b-171250255850 and serviceModelVersionId: 095ffbc4-a09a-417b-b9b6-c9080bab5363
2021-09-27T05:09:22.450Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d1d8d657-ae31-4b4e-b9fe-b0d26d0316e3
2021-09-27T05:09:22.450Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d1d8d657-ae31-4b4e-b9fe-b0d26d0316e3/model-vers/model-ver/095ffbc4-a09a-417b-b9b6-c9080bab5363?depth=0
2021-09-27T05:09:22.454Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-27T05:09:22.490Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d1d8d657-ae31-4b4e-b9fe-b0d26d0316e3/model-vers/model-ver/095ffbc4-a09a-417b-b9b6-c9080bab5363?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-27T05:09:22.491Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d1d8d657-ae31-4b4e-b9fe-b0d26d0316e3/model-vers/model-ver/095ffbc4-a09a-417b-b9b6-c9080bab5363?depth=0|INFO|500||Invoke
2021-09-27T05:09:22.511Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d1d8d657-ae31-4b4e-b9fe-b0d26d0316e3/model-vers/model-ver/095ffbc4-a09a-417b-b9b6-c9080bab5363?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-27T05:09:22.578Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d1d8d657-ae31-4b4e-b9fe-b0d26d0316e3/model-vers/model-ver/095ffbc4-a09a-417b-b9b6-c9080bab5363?depth=0|INFO|500||InvokeReturn
2021-09-27T05:09:22.579Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d1d8d657-ae31-4b4e-b9fe-b0d26d0316e3/model-vers/model-ver/095ffbc4-a09a-417b-b9b6-c9080bab5363?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210927-05:09:22:517-59227], vertex-id=[585840], Content-Length=[0], Date=[Mon, 27 Sep 2021 05:09:22 GMT], Content-Type=[application/json]}
2021-09-27T05:09:22.579Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-09-27T05:09:22.579Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-27T05:09:22.579Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-27T05:09:22.583Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-27T05:09:22.583Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2c42c6bb-ac31-463f-a14b-171250255850 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-27T05:09:22.583Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-27T05:09:22.584Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:09:22.585Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:09:22.585Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2c42c6bb-ac31-463f-a14b-171250255850",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632719362583,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-27T05:09:22.685Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:09:22.686Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T05:09:22.686Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:09:22.697Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T05:09:22.698Z||pool-39-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-27T05:09:23.596Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-27T05:09:23.596Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"590ae4f8-165f-4bd0-b823-ca7a245cf446","serviceName":"Demo_pNF_Sp8hz6TEm9PfESoPcih2","serviceVersion":"1.0","serviceUUID":"0b40dbf5-d5cf-4dea-97ab-6956699f0b10","serviceDescription":"catalog service description","serviceInvariantUUID":"2cfbdbfe-b136-41a6-a7b7-1669d3857b7b","resources":[{"resourceInstanceName":"pNF fed25260-85d1 0","resourceName":"pNF fed25260-85d1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2665a7a9-e2a0-4c20-97d8-46a08a35e995","resourceInvariantUUID":"1b729d34-b880-4be5-8040-05b055a33ed4","resourceCustomizationUUID":"d2c31582-763c-4f39-bdc2-399674fa433f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/vf-license-model.xml","artifactChecksum":"YTA4NGUxMTc1ZjU1MDc4MTgxMzk1NzVmOGFiNzEwNDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d773df39-7843-4b97-87a0-3ac44be752b5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/pNF.csar","artifactChecksum":"ZWU2NDEyY2ZkMGNkMmYwYjM0MmI4MGE1MmI4YjdmMjI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d33b2e49-3aa7-440a-9757-3c3d212da7b9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3307ef17-fd49-4cc2-ae4d-596f9cccd6d6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/vendor-license-model.xml","artifactChecksum":"YzE2MGM3NGZiZjA0ZWYwYzhmNzkxMDQ1YTIxMjdlOGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"278206be-7cbf-4364-9542-688d00f4174e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"161ba9eb-4b03-49bc-a1dc-b9594c962658","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0ba92327-9628-40ec-a63a-91c48ec8eac0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfSp8hz6tem9pfesopcih2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-template.yml","artifactChecksum":"ODI3ZWUzM2EyZDlhMTQzZjA2MGYzZTQ1YjMzNzZhYTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a80f707d-3d1a-48cc-98b9-2f123afea969","artifactVersion":"1"},{"artifactName":"service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar","artifactChecksum":"MmE1ZjY3OWVlZWM1ZDllYTlmOTlmNWEzMGQ3NzI4Mjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"000df5d2-f3d0-49a3-a705-521ad91177a5","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-27T05:09:23.597Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:09:23.597Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:09:23.599Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:09:23.599Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632719326012,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T05:09:23.700Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:09:23.701Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T05:09:23.701Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:09:23.716Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T05:09:23.717Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-09-27T05:09:24.600Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:09:24.601Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:09:24.604Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:09:24.604Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632719326012,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-27T05:09:24.704Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:09:24.705Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T05:09:24.705Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:09:24.716Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T05:09:24.716Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:09:25.604Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:09:25.606Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:09:25.608Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:09:25.608Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632719326012,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-27T05:09:25.708Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:09:25.709Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T05:09:25.709Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:09:25.719Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T05:09:25.720Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-27T05:09:26.608Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:09:26.610Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:09:26.612Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:09:26.612Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632719326012,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T05:09:26.712Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:09:26.713Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T05:09:26.713Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:09:26.724Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T05:09:26.725Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-27T05:09:27.613Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:09:27.614Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:09:27.616Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:09:27.616Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632719326012,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-27T05:09:27.716Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:09:27.717Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T05:09:27.718Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:09:27.731Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T05:09:27.732Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:09:28.617Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:09:28.618Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:09:28.620Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:09:28.621Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632719326012,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/resourceInstances/pnffed2526085d10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-27T05:09:28.720Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-27T05:09:28.721Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T05:09:28.721Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:09:28.733Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T05:09:28.734Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:09:29.621Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:09:29.622Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:09:29.625Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:09:29.625Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632719326012,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T05:09:29.725Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:09:29.726Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T05:09:29.726Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:09:29.738Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T05:09:29.739Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-27T05:09:30.626Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T05:09:30.627Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:09:30.629Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:09:30.630Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632719326012,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T05:09:30.730Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T05:09:30.731Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T05:09:30.731Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:09:30.742Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T05:09:30.743Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:09:31.631Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
"serviceName": "Demo_pNF_Sp8hz6TEm9PfESoPcih2",
"serviceVersion": "1.0",
"serviceUUID": "0b40dbf5-d5cf-4dea-97ab-6956699f0b10",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "2cfbdbfe-b136-41a6-a7b7-1669d3857b7b",
"resources": [
{
"resourceInstanceName": "pNF fed25260-85d1 0",
"resourceCustomizationUUID": "d2c31582-763c-4f39-bdc2-399674fa433f",
"resourceName": "pNF fed25260-85d1",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "2665a7a9-e2a0-4c20-97d8-46a08a35e995",
"resourceInvariantUUID": "1b729d34-b880-4be5-8040-05b055a33ed4",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar",
"artifactChecksum": "MmE1ZjY3OWVlZWM1ZDllYTlmOTlmNWEzMGQ3NzI4Mjc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "000df5d2-f3d0-49a3-a705-521ad91177a5"
}
],
"workloadContext": "Production"
}
2021-09-27T05:09:31.631Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-27T05:09:31.631Z|2c42c6bb-ac31-463f-a14b-171250255850|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0b40dbf5-d5cf-4dea-97ab-6956699f0b10 ASDC
2021-09-27T05:09:31.632Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:590ae4f8-165f-4bd0-b823-ca7a245cf446
ServiceName:Demo_pNF_Sp8hz6TEm9PfESoPcih2
ServiceVersion:1.0
ServiceUUID:0b40dbf5-d5cf-4dea-97ab-6956699f0b10
ServiceInvariantUUID:2cfbdbfe-b136-41a6-a7b7-1669d3857b7b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar
ArtifactUUID:000df5d2-f3d0-49a3-a705-521ad91177a5
ArtifactChecksum:MmE1ZjY3OWVlZWM1ZDllYTlmOTlmNWEzMGQ3NzI4Mjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF fed25260-85d1 0
ResourceCustomizationUUID:d2c31582-763c-4f39-bdc2-399674fa433f
ResourceInvariantUUID:1b729d34-b880-4be5-8040-05b055a33ed4
ResourceName:pNF fed25260-85d1
ResourceType:PNF
ResourceUUID:2665a7a9-e2a0-4c20-97d8-46a08a35e995
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-09-27T05:09:31.632Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0b40dbf5-d5cf-4dea-97ab-6956699f0b10 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-27T05:09:31.660Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-27T05:09:31.661Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T05:09:31.661Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T05:09:31.661Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 000df5d2-f3d0-49a3-a705-521ad91177a5 from URL: /sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar
2021-09-27T05:09:31.661Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-27T05:09:31.661Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar
2021-09-27T05:09:32.767Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-27T05:09:32.771Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar 000df5d2-f3d0-49a3-a705-521ad91177a5 82523
2021-09-27T05:09:32.771Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar ASDC sendASDCNotification
2021-09-27T05:09:32.771Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar
2021-09-27T05:09:32.771Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T05:09:32.771Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-27T05:09:32.772Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T05:09:32.772Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "590ae4f8-165f-4bd0-b823-ca7a245cf446",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632719372771,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-27T05:09:32.873Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-27T05:09:32.873Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-27T05:09:32.873Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s6zfAHa84y4p0PMq) ...
2021-09-27T05:09:32.883Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T05:09:32.884Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-27T05:09:33.773Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-27T05:09:33.774Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-27T05:09:33.774Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 000df5d2-f3d0-49a3-a705-521ad91177a5, URL: /sdc/v1/catalog/services/DemoPnfSp8hz6tem9pfesopcih2/1.0/artifacts/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar to file: /app/ASDC/1/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar
2021-09-27T05:09:33.774Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar
2021-09-27T05:09:33.775Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar
2021-09-27T05:09:33.775Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar
2021-09-27T05:09:33.915Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9524209248497099232/Definitions/service-DemoPnfSp8hz6tem9pfesopcih2-template.yml
2021-09-27T05:09:34.544Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-27T05:09:34.544Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-27T05:09:34.544Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar
2021-09-27T05:09:34.544Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-27T05:09:34.544Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar
2021-09-27T05:09:34.544Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar
2021-09-27T05:09:34.544Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar
2021-09-27T05:09:34.545Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||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-DemoPnfSp8hz6tem9pfesopcih2-csar.csar
2021-09-27T05:09:34.545Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||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-DemoPnfSp8hz6tem9pfesopcih2-csar.csar
2021-09-27T05:09:34.545Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF fed25260-85d1 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfSp8hz6tem9pfesopcih2-csar.csar
2021-09-27T05:09:34.545Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||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-DemoPnfSp8hz6tem9pfesopcih2-csar.csar
2021-09-27T05:09:34.545Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-27T05:09:34.545Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T05:09:34.545Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Sp8hz6TEm9PfESoPcih2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:09:34.545Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Node template pNF fed25260-85d1 0 is matching search criteria
2021-09-27T05:09:34.545Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-27T05:09:34.545Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF fed25260-85d1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-27T05:09:34.545Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T05:09:34.545Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Sp8hz6TEm9PfESoPcih2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:09:34.545Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Node template pNF fed25260-85d1 0 is matching search criteria
2021-09-27T05:09:34.545Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-27T05:09:34.546Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF fed25260-85d1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-27T05:09:34.546Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T05:09:34.546Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Sp8hz6TEm9PfESoPcih2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:09:34.546Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T05:09:34.546Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Sp8hz6TEm9PfESoPcih2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:09:34.546Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T05:09:34.546Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Sp8hz6TEm9PfESoPcih2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:09:34.546Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T05:09:34.546Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Sp8hz6TEm9PfESoPcih2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:09:34.546Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T05:09:34.546Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Sp8hz6TEm9PfESoPcih2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:09:34.546Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_Sp8hz6TEm9PfESoPcih2
Description:catalog service description
Model UUID:0b40dbf5-d5cf-4dea-97ab-6956699f0b10
Model Version:NULL
Model InvariantUuid:2cfbdbfe-b136-41a6-a7b7-1669d3857b7b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-27T05:09:34.552Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2665a7a9-e2a0-4c20-97d8-46a08a35e995
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-27T05:09:34.555Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||pNF fed25260-85d1 0
2021-09-27T05:09:34.555Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2665a7a9-e2a0-4c20-97d8-46a08a35e995
2021-09-27T05:09:34.555Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 0b40dbf5-d5cf-4dea-97ab-6956699f0b10
2021-09-27T05:09:34.555Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 0b40dbf5-d5cf-4dea-97ab-6956699f0b10
2021-09-27T05:09:34.555Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF fed25260-85d1 0 2665a7a9-e2a0-4c20-97d8-46a08a35e995 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-27T05:09:34.559Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@597ac3b3, org.onap.sdc.toscaparser.api.parameters.Input@677e2381, org.onap.sdc.toscaparser.api.parameters.Input@6e61e902, org.onap.sdc.toscaparser.api.parameters.Input@6303d1c9, org.onap.sdc.toscaparser.api.parameters.Input@6cebf141]
2021-09-27T05:09:34.559Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T05:09:34.559Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Sp8hz6TEm9PfESoPcih2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T05:09:34.559Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 0b40dbf5-d5cf-4dea-97ab-6956699f0b10: pNF fed25260-85d1
2021-09-27T05:09:34.559Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||INFO|500||Processing PNF resource: 2665a7a9-e2a0-4c20-97d8-46a08a35e995
2021-09-27T05:09:34.560Z|590ae4f8-165f-4bd0-b823-ca7a245cf446|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery