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-15T06:49:12.013Z||main|||||INFO|500||The following profiles are active: basic
2021-09-15T06:49:35.597Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-15T06:49:35.598Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-15T06:49:35.747Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-15T06:49:41.937Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-15T06:49:42.489Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-15T06:49:43.596Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-15T06:49:43.604Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-15T06:49:44.021Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-15T06:49:45.141Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-15T06:49:48.920Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-15T06:49:58.277Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-15T06:50:00.652Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-15T06:50:00.720Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-15T06:50:01.389Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-15T06:50:01.580Z||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-15T06:50:02.963Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-15T06:50:04.198Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-09-15T06:50:04.225Z||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$$781474b1.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-15T06:50:04.228Z||main|||||WARN|500||The sdc end point is not alive
2021-09-15T06:50:08.336Z||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-15T06:50:11.916Z||main|||||WARN|500||---
2021-09-15T06:50:11.917Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-15T06:50:11.917Z||main|||||WARN|500||---
2021-09-15T06:50:12.468Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-15T06:50:18.258Z||main|||||INFO|500||Started Application in 71.869 seconds (JVM running for 77.536)
2021-09-15T06:50:18.275Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-15T06:50:18.278Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-15T06:50:18.301Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-15T06:50:18.346Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-15T06:50:18.391Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3dfaf253-19ba-4b41-aaa5-ecd2b1a683f6 url= /sdc/v1/artifactTypes
2021-09-15T06:50:18.392Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-15T06:50:18.756Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-15T06:50:18.776Z||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-15T06:50:18.801Z||scheduling-1|||||DEBUG|500||create keys
2021-09-15T06:50:18.810Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-15T06:50:18.871Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T06:50:18.890Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 93d53d5d-aea2-40a4-8e42-ab8e9b2f5956 url= /sdc/v1/registerForDistribution
2021-09-15T06:50:19.182Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 93d53d5d-aea2-40a4-8e42-ab8e9b2f5956 url= /sdc/v1/registerForDistribution
2021-09-15T06:50:19.182Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-15T06:50:19.193Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T06:50:19.202Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T06:50:19.219Z||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-15T06:50:19.220Z||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-15T06:50:19.220Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T06:50:19.220Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T06:50:19.228Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-15T06:50:29.663Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T06:50:29.663Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T06:51:19.192Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T06:51:19.196Z||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-15T06:51:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T06:51:19.198Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T06:51:19.199Z||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-15T06:51:19.201Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T06:51:28.797Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T06:51:28.799Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T06:52:19.192Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T06:52:19.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T06:52:19.196Z||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-15T06:52:19.196Z||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-15T06:52:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T06:52:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T06:52:28.767Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T06:52:28.793Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T06:53:19.192Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T06:53:19.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T06:53:19.196Z||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-15T06:53:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T06:53:19.197Z||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-15T06:53:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T06:53:28.778Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T06:53:28.780Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T06:54:19.192Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T06:54:19.196Z||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-15T06:54:19.196Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T06:54:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T06:54:19.197Z||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-15T06:54:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T06:54:28.779Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T06:54:28.781Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T06:55:19.192Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T06:55:19.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T06:55:19.197Z||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-15T06:55:19.198Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T06:55:19.215Z||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-15T06:55:19.215Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T06:55:28.803Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T06:55:28.805Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T06:56:19.192Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T06:56:19.195Z||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-15T06:56:19.195Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T06:56:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T06:56:19.196Z||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-15T06:56:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T06:56:28.785Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T06:56:28.786Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T06:57:19.192Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T06:57:19.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T06:57:19.197Z||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-15T06:57:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T06:57:19.204Z||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-15T06:57:19.206Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T06:57:28.775Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T06:57:28.785Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T06:58:19.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T06:58:19.194Z||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-15T06:58:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T06:58:19.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T06:58:19.196Z||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-15T06:58:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T06:58:28.798Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T06:58:28.801Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T06:59:01.714Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-15T06:59:19.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T06:59:19.194Z||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-15T06:59:19.194Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T06:59:19.196Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T06:59:19.211Z||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-15T06:59:19.212Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T06:59:28.813Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T06:59:28.817Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:00:19.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:00:19.194Z||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-15T07:00:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:00:19.195Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:00:19.196Z||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-15T07:00:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:00:28.788Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:00:28.788Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:01:19.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:01:19.194Z||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-15T07:01:19.194Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:01:19.205Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:01:19.211Z||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-15T07:01:19.213Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:01:28.809Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:01:28.809Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:02:19.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:02:19.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:02:19.195Z||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-15T07:02:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:02:19.196Z||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-15T07:02:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:02:28.772Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:02:28.773Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:03:19.191Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:03:19.194Z||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-15T07:03:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:03:19.195Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:03:19.196Z||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-15T07:03:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:03:28.784Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:03:28.791Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:04:19.192Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:04:19.195Z||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-15T07:04:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:04:19.195Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:04:19.196Z||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-15T07:04:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:04:28.772Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:04:28.796Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:05:19.191Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:05:19.194Z||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-15T07:05:19.194Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:05:19.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:05:19.196Z||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-15T07:05:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:05:28.775Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:05:28.797Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:06:19.192Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:06:19.195Z||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-15T07:06:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:06:19.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:06:19.196Z||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-15T07:06:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:06:28.751Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:06:28.795Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:07:19.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:07:19.193Z||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-15T07:07:19.193Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:07:19.196Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:07:19.197Z||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-15T07:07:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:07:28.760Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:07:28.762Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:08:19.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:08:19.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:08:19.195Z||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-15T07:08:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:08:19.196Z||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-15T07:08:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:08:28.779Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:08:28.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:09:19.193Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:09:19.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:09:19.197Z||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-15T07:09:19.198Z||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-15T07:09:19.198Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:09:19.198Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:09:28.770Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:09:28.772Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:10:19.192Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:10:19.194Z||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-15T07:10:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:10:19.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:10:19.196Z||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-15T07:10:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:10:28.787Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:10:28.793Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:11:19.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:11:19.195Z||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-15T07:11:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:11:19.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:11:19.196Z||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-15T07:11:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:11:28.840Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:11:28.840Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:12:19.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:12:19.193Z||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-15T07:12:19.193Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:12:19.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:12:19.196Z||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-15T07:12:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:12:28.759Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:12:28.794Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:13:19.191Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:13:19.193Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T07:13:19.193Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T07:13:19.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:13:19.196Z||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-15T07:13:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:13:28.776Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:13:28.780Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:14:19.192Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:14:19.194Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T07:14:19.194Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T07:14:19.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:14:19.196Z||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-15T07:14:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:14:28.798Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:14:28.798Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:15:19.191Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:15:19.194Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T07:15:19.195Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T07:15:19.195Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:15:19.196Z||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-15T07:15:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:15:28.843Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:15:28.841Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:16:19.192Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:16:19.195Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:16:19.196Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T07:16:19.196Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T07:16:19.196Z||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-15T07:16:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:16:28.778Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:16:28.779Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:17:19.192Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:17:19.196Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:17:19.198Z||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-15T07:17:19.198Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T07:17:19.198Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T07:17:19.198Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:17:28.795Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:17:28.802Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:18:19.192Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:18:19.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:18:19.196Z||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-15T07:18:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:18:19.196Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T07:18:19.196Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T07:18:28.789Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:18:28.799Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:19:19.191Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:19:19.194Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T07:19:19.194Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T07:19:19.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:19:19.196Z||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-15T07:19:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:19:28.767Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:19:28.785Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:20:19.197Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:20:19.200Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:20:19.200Z||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-15T07:20:19.201Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:20:19.201Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T07:20:19.201Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T07:20:28.789Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:20:28.789Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:21:19.191Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:21:19.194Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T07:21:19.194Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T07:21:19.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:21:19.196Z||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-15T07:21:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:21:28.784Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:21:28.814Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:22:19.192Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:22:19.195Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:22:19.197Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T07:22:19.197Z||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-15T07:22:19.198Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:22:19.198Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T07:22:28.757Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:22:28.762Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:23:19.191Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:23:19.194Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T07:23:19.194Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T07:23:19.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:23:19.196Z||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-15T07:23:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:23:28.750Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:23:28.774Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:24:19.192Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:24:19.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:24:19.196Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T07:24:19.196Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T07:24:19.196Z||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-15T07:24:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:24:28.769Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:24:28.771Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:25:19.191Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:25:19.194Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T07:25:19.194Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T07:25:19.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:25:19.195Z||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-15T07:25:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:25:28.804Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:25:28.805Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:26:19.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:26:19.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:26:19.199Z||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-15T07:26:19.199Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:26:19.199Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T07:26:19.200Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T07:26:28.798Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:26:28.810Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:27:19.192Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:27:19.194Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T07:27:19.195Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T07:27:19.195Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:27:19.196Z||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-15T07:27:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:27:28.781Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:27:28.782Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:28:19.191Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:28:19.193Z||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-15T07:28:19.193Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:28:19.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:28:19.199Z||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-15T07:28:19.199Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:28:28.805Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:28:28.818Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:29:19.191Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:29:19.195Z||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-15T07:29:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:29:19.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:29:19.196Z||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-15T07:29:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:29:28.807Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:29:28.811Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:30:19.191Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:30:19.195Z||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-15T07:30:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:30:19.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:30:19.196Z||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-15T07:30:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:30:28.786Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:30:28.788Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:31:19.191Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:31:19.195Z||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-15T07:31:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:31:19.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:31:19.195Z||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-15T07:31:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:31:28.792Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:31:28.792Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:32:19.191Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:32:19.194Z||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-15T07:32:19.194Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:32:19.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:32:19.197Z||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-15T07:32:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:32:28.780Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:32:28.796Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:33:19.191Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:33:19.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:33:19.195Z||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-15T07:33:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:33:19.196Z||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-15T07:33:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:33:28.795Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:33:28.797Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:34:19.192Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:34:19.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:34:19.195Z||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-15T07:34:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:34:19.196Z||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-15T07:34:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:34:28.785Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:34:28.786Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:35:19.191Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:35:19.193Z||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-15T07:35:19.194Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:35:19.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:35:19.196Z||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-15T07:35:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:35:28.804Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:35:28.810Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:36:19.192Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:36:19.196Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:36:19.196Z||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-15T07:36:19.196Z||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-15T07:36:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:36:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:36:28.761Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:36:28.764Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:37:19.193Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:37:19.195Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:37:19.197Z||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-15T07:37:19.198Z||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-15T07:37:19.198Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:37:19.198Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:37:28.789Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:37:28.791Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:38:19.191Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:38:19.195Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:38:19.196Z||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-15T07:38:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:38:19.200Z||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-15T07:38:19.200Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:38:28.775Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:38:28.774Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:39:19.191Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:39:19.194Z||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-15T07:39:19.194Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:39:19.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:39:19.196Z||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-15T07:39:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:39:28.790Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:39:28.791Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:40:19.191Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:40:19.194Z||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-15T07:40:19.194Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:40:19.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:40:19.196Z||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-15T07:40:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:40:28.778Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:40:28.780Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:41:19.191Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:41:19.194Z||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-15T07:41:19.194Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:41:19.195Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:41:19.196Z||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-15T07:41:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:41:28.791Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:41:28.791Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:42:19.191Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:42:19.193Z||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-15T07:42:19.194Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:42:19.195Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:42:19.196Z||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-15T07:42:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:42:28.790Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:42:28.802Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:43:19.191Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:43:19.195Z||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-15T07:43:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:43:19.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:43:19.196Z||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-15T07:43:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:43:28.749Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:43:28.750Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:44:19.191Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:44:19.194Z||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-15T07:44:19.194Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:44:19.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:44:19.196Z||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-15T07:44:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:44:28.783Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:44:28.786Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:45:19.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:45:19.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:45:19.195Z||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-15T07:45:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:45:19.196Z||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-15T07:45:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:45:28.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:45:28.791Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:46:19.192Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:46:19.195Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:46:19.197Z||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-15T07:46:19.197Z||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-15T07:46:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:46:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:46:28.788Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:46:28.788Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:47:19.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:47:19.194Z||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-15T07:47:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:47:19.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:47:19.195Z||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-15T07:47:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:47:28.776Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:47:28.783Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:48:19.192Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:48:19.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:48:19.197Z||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-15T07:48:19.197Z||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-15T07:48:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:48:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:48:28.778Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:48:28.781Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:49:19.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:49:19.193Z||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-15T07:49:19.194Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:49:19.196Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:49:19.196Z||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-15T07:49:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:49:28.754Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:49:28.778Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:50:19.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:50:19.193Z||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-15T07:50:19.193Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:50:19.195Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:50:19.196Z||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-15T07:50:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:50:28.769Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:50:28.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:51:19.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:51:19.196Z||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-15T07:51:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:51:19.198Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:51:19.199Z||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-15T07:51:19.199Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:51:28.744Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:51:28.758Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:52:19.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:52:19.194Z||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-15T07:52:19.194Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:52:19.195Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:52:19.196Z||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-15T07:52:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:52:28.747Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:52:28.764Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:53:19.192Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:53:19.195Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:53:19.196Z||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-15T07:53:19.196Z||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-15T07:53:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:53:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:53:28.806Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:53:28.818Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:54:19.192Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:54:19.195Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:54:19.198Z||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-15T07:54:19.198Z||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-15T07:54:19.198Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:54:19.198Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:54:28.773Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:54:28.774Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:55:19.192Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:55:19.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:55:19.195Z||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-15T07:55:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:55:19.196Z||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-15T07:55:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:55:28.754Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:55:28.754Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:56:19.192Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:56:19.196Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:56:19.197Z||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-15T07:56:19.197Z||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-15T07:56:19.198Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:56:19.198Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:56:28.764Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:56:28.800Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:57:19.194Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:57:19.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:57:19.211Z||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-15T07:57:19.211Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:57:19.214Z||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-15T07:57:19.215Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:57:28.810Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:57:28.811Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:58:19.192Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:58:19.196Z||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-15T07:58:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:58:19.197Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:58:19.198Z||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-15T07:58:19.199Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:58:28.784Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:58:28.806Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:59:19.192Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:59:19.195Z||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-15T07:59:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:59:19.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T07:59:19.196Z||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-15T07:59:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T07:59:28.768Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T07:59:28.777Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:00:19.193Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:00:19.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:00:19.198Z||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-15T08:00:19.198Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:00:19.201Z||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-15T08:00:19.201Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:00:28.776Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:00:28.778Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:01:19.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:01:19.192Z||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-15T08:01:19.193Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:01:19.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:01:19.196Z||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-15T08:01:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:01:28.758Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:01:28.759Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:02:19.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:02:19.193Z||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-15T08:02:19.193Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:02:19.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:02:19.195Z||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-15T08:02:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:02:28.743Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:02:28.747Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:03:19.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:03:19.193Z||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-15T08:03:19.194Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:03:19.197Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:03:19.197Z||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-15T08:03:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:03:28.753Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:03:28.795Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:04:19.192Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:04:19.194Z||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-15T08:04:19.194Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:04:19.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:04:19.197Z||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-15T08:04:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:04:28.793Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:04:28.792Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:05:19.191Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:05:19.192Z||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-15T08:05:19.193Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:05:19.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:05:19.195Z||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-15T08:05:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:05:28.749Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:05:28.771Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:06:19.196Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:06:19.193Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:06:19.201Z||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-15T08:06:19.201Z||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-15T08:06:19.201Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:06:19.201Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:06:28.780Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:06:28.783Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:07:19.192Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:07:19.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:07:19.197Z||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-15T08:07:19.197Z||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-15T08:07:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:07:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:07:28.794Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:07:28.795Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:08:19.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:08:19.195Z||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-15T08:08:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:08:19.195Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:08:19.196Z||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-15T08:08:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:08:28.848Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:08:28.849Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:09:19.192Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:09:19.194Z||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-15T08:09:19.194Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:09:19.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:09:19.196Z||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-15T08:09:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:09:28.776Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:09:28.786Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:10:19.193Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:10:19.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:10:19.196Z||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-15T08:10:19.197Z||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-15T08:10:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:10:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:10:28.775Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:10:28.778Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:11:19.192Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:11:19.195Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T08:11:19.195Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T08:11:19.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:11:19.195Z||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-15T08:11:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:11:28.790Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:11:28.790Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:12:19.191Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:12:19.193Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T08:12:19.193Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T08:12:19.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:12:19.195Z||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-15T08:12:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:12:28.749Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:12:28.749Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:13:19.191Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:13:19.194Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T08:13:19.194Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T08:13:19.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:13:19.196Z||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-15T08:13:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:13:28.800Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:13:28.810Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:14:19.191Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:14:19.193Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T08:14:19.193Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T08:14:19.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:14:19.196Z||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-15T08:14:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:14:28.794Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:14:28.796Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:15:19.191Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:15:19.193Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T08:15:19.193Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T08:15:19.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:15:19.195Z||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-15T08:15:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:15:28.738Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:15:28.739Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:16:19.191Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:16:19.193Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T08:16:19.193Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T08:16:19.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:16:19.195Z||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-15T08:16:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:16:28.750Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:16:28.797Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:17:19.191Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:17:19.193Z||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-15T08:17:19.193Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:17:19.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:17:19.197Z||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-15T08:17:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:17:28.762Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:17:28.762Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:18:19.191Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:18:19.193Z||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-15T08:18:19.194Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:18:19.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:18:19.195Z||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-15T08:18:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:18:28.738Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:18:28.746Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:19:19.191Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:19:19.193Z||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-15T08:19:19.194Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:19:19.196Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:19:19.196Z||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-15T08:19:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:19:28.774Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:19:28.774Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:20:19.191Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:20:19.193Z||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-15T08:20:19.194Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:20:19.197Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:20:19.198Z||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-15T08:20:19.198Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:20:28.827Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:20:28.827Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:21:19.192Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:21:19.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:21:19.196Z||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-15T08:21:19.196Z||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-15T08:21:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:21:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:21:28.770Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:21:28.771Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:22:19.192Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:22:19.198Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:22:19.199Z||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-15T08:22:19.199Z||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-15T08:22:19.199Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:22:19.199Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:22:28.751Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:22:28.794Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:23:19.192Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:23:19.195Z||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-15T08:23:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:23:19.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:23:19.195Z||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-15T08:23:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:23:28.759Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:23:28.759Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:24:19.192Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:24:19.195Z||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-15T08:24:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:24:19.195Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:24:19.196Z||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-15T08:24:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:24:28.765Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:24:28.765Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:25:19.191Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:25:19.194Z||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-15T08:25:19.194Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:25:19.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:25:19.196Z||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-15T08:25:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:25:28.782Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:25:28.793Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:26:19.192Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:26:19.194Z||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-15T08:26:19.194Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:26:19.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:26:19.196Z||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-15T08:26:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:26:28.759Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:26:28.811Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:27:19.191Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:27:19.192Z||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-15T08:27:19.192Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:27:19.195Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:27:19.196Z||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-15T08:27:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:27:28.752Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:27:28.754Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:28:19.191Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:28:19.194Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T08:28:19.194Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T08:28:19.195Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:28:19.200Z||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-15T08:28:19.200Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:28:28.754Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:28:28.756Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:29:19.191Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:29:19.194Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T08:29:19.194Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T08:29:19.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:29:19.196Z||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-15T08:29:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:29:28.738Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:29:28.738Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:30:19.191Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:30:19.193Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T08:30:19.193Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T08:30:19.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:30:19.196Z||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-15T08:30:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:30:28.751Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:30:28.764Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:31:19.191Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:31:19.195Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T08:31:19.195Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T08:31:19.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:31:19.196Z||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-15T08:31:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:31:28.792Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:31:28.793Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:32:19.191Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:32:19.194Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T08:32:19.194Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T08:32:19.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:32:19.196Z||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-15T08:32:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:32:28.754Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:32:28.757Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:33:19.192Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:33:19.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:33:19.200Z||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-15T08:33:19.200Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T08:33:19.200Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:33:19.200Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T08:33:28.780Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:33:28.785Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:34:19.192Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:34:19.195Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:34:19.198Z||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-15T08:34:19.198Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T08:34:19.198Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:34:19.198Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T08:34:28.787Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:34:28.787Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:35:19.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:35:19.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:35:19.202Z||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-15T08:35:19.202Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:35:19.202Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T08:35:19.202Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T08:35:28.785Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:35:28.795Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:36:19.191Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:36:19.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:36:19.196Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T08:36:19.196Z||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-15T08:36:19.196Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T08:36:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:36:28.767Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:36:28.773Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:37:19.191Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:37:19.192Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T08:37:19.192Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T08:37:19.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:37:19.195Z||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-15T08:37:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:37:28.748Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:37:28.751Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:38:19.191Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:38:19.192Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T08:38:19.193Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T08:38:19.195Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:38:19.196Z||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-15T08:38:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:38:28.749Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:38:28.754Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:39:19.191Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:39:19.193Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T08:39:19.193Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T08:39:19.196Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:39:19.196Z||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-15T08:39:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:39:28.753Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:39:28.755Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:40:19.191Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:40:19.193Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T08:40:19.193Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T08:40:19.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:40:19.196Z||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-15T08:40:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:40:28.751Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:40:28.751Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:41:19.191Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:41:19.193Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T08:41:19.193Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T08:41:19.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:41:19.195Z||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-15T08:41:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:41:28.746Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:41:28.746Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:42:19.191Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:42:19.193Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T08:42:19.194Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T08:42:19.195Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:42:19.197Z||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-15T08:42:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:42:28.757Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:42:28.805Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:43:19.191Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:43:19.193Z||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-15T08:43:19.193Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:43:19.196Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:43:19.196Z||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-15T08:43:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:43:28.751Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:43:28.751Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:44:19.191Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:44:19.194Z||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-15T08:44:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:44:19.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:44:19.199Z||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-15T08:44:19.199Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:44:28.754Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:44:28.769Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:45:19.191Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:45:19.195Z||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-15T08:45:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:45:19.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:45:19.195Z||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-15T08:45:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:45:28.758Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:45:28.758Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:46:19.192Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:46:19.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:46:19.195Z||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-15T08:46:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:46:19.198Z||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-15T08:46:19.199Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:46:28.750Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:46:28.755Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:47:19.193Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:47:19.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:47:19.199Z||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-15T08:47:19.199Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:47:19.199Z||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-15T08:47:19.200Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:47:28.819Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:47:28.826Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:48:19.194Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:48:19.196Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:48:19.196Z||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-15T08:48:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:48:19.197Z||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-15T08:48:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:48:28.758Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:48:28.758Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:49:19.191Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:49:19.192Z||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-15T08:49:19.193Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:49:19.195Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:49:19.196Z||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-15T08:49:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:49:28.779Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:49:28.779Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:50:19.191Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:50:19.193Z||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-15T08:50:19.193Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:50:19.195Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:50:19.195Z||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-15T08:50:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:50:28.769Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:50:28.769Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:51:19.191Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:51:19.193Z||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-15T08:51:19.193Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:51:19.196Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:51:19.196Z||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-15T08:51:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:51:28.790Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:51:28.790Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:52:19.191Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:52:19.193Z||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-15T08:52:19.193Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:52:19.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:52:19.195Z||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-15T08:52:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:52:28.753Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:52:28.753Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:53:19.191Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:53:19.195Z||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-15T08:53:19.195Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:53:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:53:19.195Z||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-15T08:53:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:53:28.760Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:53:28.767Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:54:19.191Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:54:19.193Z||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-15T08:54:19.193Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:54:19.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:54:19.196Z||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-15T08:54:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:54:28.748Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:54:28.780Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:55:19.191Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:55:19.193Z||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-15T08:55:19.193Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:55:19.195Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:55:19.195Z||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-15T08:55:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:55:28.765Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:55:28.792Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:56:19.193Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:56:19.195Z||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-15T08:56:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:56:19.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:56:19.195Z||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-15T08:56:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:56:28.757Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:56:28.772Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:57:19.191Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:57:19.193Z||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-15T08:57:19.193Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:57:19.195Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:57:19.196Z||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-15T08:57:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:57:28.748Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:57:28.755Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:58:19.191Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:58:19.195Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:58:19.195Z||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-15T08:58:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:58:19.196Z||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-15T08:58:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:58:28.749Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:58:28.783Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:59:19.191Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:59:19.194Z||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-15T08:59:19.194Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:59:19.195Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T08:59:19.195Z||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-15T08:59:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T08:59:28.753Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T08:59:28.772Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:00:19.191Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:00:19.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:00:19.195Z||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-15T09:00:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:00:19.195Z||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-15T09:00:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:00:28.779Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:00:28.779Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:01:19.192Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:01:19.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:01:19.198Z||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-15T09:01:19.198Z||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-15T09:01:19.198Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:01:19.198Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:01:28.768Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:01:28.771Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:02:19.191Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:02:19.194Z||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-15T09:02:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:02:19.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:02:19.196Z||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-15T09:02:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:02:28.805Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:02:28.812Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:03:19.191Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:03:19.194Z||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-15T09:03:19.194Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:03:19.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:03:19.197Z||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-15T09:03:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:03:28.794Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:03:28.794Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:04:19.195Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:04:19.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:04:19.203Z||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-15T09:04:19.204Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:04:19.206Z||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-15T09:04:19.207Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:04:28.797Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:04:28.804Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:05:19.191Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:05:19.194Z||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-15T09:05:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:05:19.195Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:05:19.197Z||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-15T09:05:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:05:28.795Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:05:28.795Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:06:19.192Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:06:19.196Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:06:19.203Z||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-15T09:06:19.203Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:06:19.204Z||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-15T09:06:19.204Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:06:28.807Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:06:28.812Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:07:19.191Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:07:19.192Z||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-15T09:07:19.192Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:07:19.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:07:19.196Z||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-15T09:07:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:07:28.755Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:07:28.762Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:08:19.191Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:08:19.193Z||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-15T09:08:19.193Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:08:19.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:08:19.196Z||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-15T09:08:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:08:28.750Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:08:28.759Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:09:19.192Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:09:19.194Z||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-15T09:09:19.194Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:09:19.195Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:09:19.196Z||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-15T09:09:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:09:28.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:09:28.765Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:10:19.191Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:10:19.194Z||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-15T09:10:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:10:19.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:10:19.196Z||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-15T09:10:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:10:28.761Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:10:28.761Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:11:19.191Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:11:19.193Z||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-15T09:11:19.193Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:11:19.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:11:19.196Z||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-15T09:11:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:11:28.747Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:11:28.747Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:12:19.191Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:12:19.192Z||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-15T09:12:19.193Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:12:19.195Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:12:19.196Z||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-15T09:12:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:12:28.763Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:12:28.770Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:13:19.195Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:13:19.195Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:13:19.196Z||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-15T09:13:19.196Z||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-15T09:13:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:13:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:13:28.744Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:13:28.747Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:14:19.191Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:14:19.193Z||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-15T09:14:19.193Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:14:19.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:14:19.195Z||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-15T09:14:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:14:28.753Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:14:28.753Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:15:19.191Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:15:19.195Z||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-15T09:15:19.195Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:15:19.195Z||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-15T09:15:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:15:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:15:28.814Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:15:28.814Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:16:19.191Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:16:19.193Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T09:16:19.193Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T09:16:19.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:16:19.196Z||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-15T09:16:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:16:28.780Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:16:28.801Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:17:19.191Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:17:19.192Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T09:17:19.193Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T09:17:19.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:17:19.195Z||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-15T09:17:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:17:28.741Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:17:28.743Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:18:19.191Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:18:19.192Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T09:18:19.193Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T09:18:19.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:18:19.195Z||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-15T09:18:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:18:28.749Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:18:28.750Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:19:19.191Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:19:19.192Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T09:19:19.193Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T09:19:19.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:19:19.195Z||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-15T09:19:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:19:28.769Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:19:28.770Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:20:19.191Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:20:19.193Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T09:20:19.194Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T09:20:19.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:20:19.195Z||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-15T09:20:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:20:28.754Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:20:28.756Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:21:19.192Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:21:19.195Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T09:21:19.195Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T09:21:19.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:21:19.195Z||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-15T09:21:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:21:28.748Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:21:28.756Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:22:19.191Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:22:19.194Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T09:22:19.194Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T09:22:19.195Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:22:19.196Z||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-15T09:22:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:22:28.758Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:22:28.773Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:23:19.191Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:23:19.195Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T09:23:19.195Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T09:23:19.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:23:19.196Z||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-15T09:23:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:23:28.756Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:23:28.756Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:24:19.191Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:24:19.194Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T09:24:19.195Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T09:24:19.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:24:19.195Z||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-15T09:24:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:24:28.765Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:24:28.776Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:25:19.192Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:25:19.195Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T09:25:19.195Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T09:25:19.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:25:19.195Z||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-15T09:25:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:25:28.792Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:25:28.792Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:26:19.192Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:26:19.195Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:26:19.195Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T09:26:19.195Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T09:26:19.196Z||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-15T09:26:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:26:28.765Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:26:28.767Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:27:19.191Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:27:19.194Z||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-15T09:27:19.194Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:27:19.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:27:19.197Z||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-15T09:27:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:27:28.749Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:27:28.750Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:28:19.192Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:28:19.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:28:19.197Z||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-15T09:28:19.197Z||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-15T09:28:19.198Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:28:19.198Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:28:28.752Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:28:28.761Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:29:19.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:29:19.195Z||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-15T09:29:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:29:19.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:29:19.195Z||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-15T09:29:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:29:28.748Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:29:28.749Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:30:19.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:30:19.193Z||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-15T09:30:19.193Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:30:19.195Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:30:19.195Z||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-15T09:30:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:30:28.745Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:30:28.745Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:31:19.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:31:19.193Z||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-15T09:31:19.193Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:31:19.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:31:19.195Z||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-15T09:31:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:31:28.740Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:31:28.740Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:32:19.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:32:19.195Z||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-15T09:32:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:32:19.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:32:19.196Z||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-15T09:32:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:32:28.797Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:32:28.797Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:33:19.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:33:19.195Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:33:19.195Z||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-15T09:33:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:33:19.196Z||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-15T09:33:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:33:28.744Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:33:28.749Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:34:19.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:34:19.195Z||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-15T09:34:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:34:19.195Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:34:19.196Z||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-15T09:34:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:34:28.769Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:34:28.793Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:35:19.194Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:35:19.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:35:19.197Z||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-15T09:35:19.197Z||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-15T09:35:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:35:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:35:28.752Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:35:28.754Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:36:19.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:36:19.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:36:19.199Z||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-15T09:36:19.199Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:36:19.199Z||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-15T09:36:19.199Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:36:28.754Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:36:28.780Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:37:19.192Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:37:19.195Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:37:19.196Z||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-15T09:37:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:37:19.202Z||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-15T09:37:19.202Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:37:28.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:37:28.789Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:38:19.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:38:19.195Z||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-15T09:38:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:38:19.195Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:38:19.196Z||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-15T09:38:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:38:28.748Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:38:28.748Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:39:19.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:39:19.194Z||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-15T09:39:19.194Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:39:19.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:39:19.196Z||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-15T09:39:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:39:28.756Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:39:28.756Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:40:19.192Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:40:19.195Z||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-15T09:40:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:40:19.195Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:40:19.196Z||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-15T09:40:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:40:28.778Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:40:28.778Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:41:19.191Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:41:19.194Z||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-15T09:41:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:41:19.195Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:41:19.196Z||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-15T09:41:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:41:28.747Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:41:28.747Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:42:19.192Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:42:19.195Z||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-15T09:42:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:42:19.195Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:42:19.196Z||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-15T09:42:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:42:28.787Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:42:28.789Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:43:19.192Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:43:19.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:43:19.196Z||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-15T09:43:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:43:19.196Z||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-15T09:43:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:43:28.779Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:43:28.780Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:44:19.193Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:44:19.196Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:44:19.201Z||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-15T09:44:19.201Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T09:44:19.201Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:44:19.201Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T09:44:28.770Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:44:28.770Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:45:19.196Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:45:19.196Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:45:19.198Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T09:45:19.198Z||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-15T09:45:19.199Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T09:45:19.199Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:45:28.783Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:45:28.784Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:46:19.193Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:46:19.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:46:19.197Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T09:46:19.197Z||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-15T09:46:19.197Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T09:46:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:46:28.800Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:46:28.800Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:47:19.193Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:47:19.195Z||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-15T09:47:19.195Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:47:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:47:19.195Z||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-15T09:47:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:47:28.766Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:47:28.766Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:48:19.193Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:48:19.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:48:19.199Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T09:48:19.199Z||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-15T09:48:19.199Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T09:48:19.199Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:48:28.771Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:48:28.772Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:49:19.191Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:49:19.195Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T09:49:19.195Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T09:49:19.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:49:19.196Z||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-15T09:49:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:49:28.758Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:49:28.769Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:50:19.191Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:50:19.194Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T09:50:19.194Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T09:50:19.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:50:19.196Z||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-15T09:50:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:50:28.770Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:50:28.776Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:51:19.192Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:51:19.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:51:19.195Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T09:51:19.195Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T09:51:19.196Z||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-15T09:51:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:51:28.767Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:51:28.767Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:52:19.193Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:52:19.195Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:52:19.203Z||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-15T09:52:19.203Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T09:52:19.203Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:52:19.203Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T09:52:28.781Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:52:28.781Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:53:19.192Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:53:19.195Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:53:19.196Z||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-15T09:53:19.196Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T09:53:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:53:19.196Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T09:53:28.768Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:53:28.774Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:54:19.194Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:54:19.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:54:19.201Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T09:54:19.201Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T09:54:19.201Z||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-15T09:54:19.201Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:54:28.816Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:54:28.819Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:55:19.192Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:55:19.194Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T09:55:19.194Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T09:55:19.198Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:55:19.199Z||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-15T09:55:19.199Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:55:28.785Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:55:28.785Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:56:19.192Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:56:19.195Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T09:56:19.195Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T09:56:19.195Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:56:19.195Z||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-15T09:56:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:56:28.779Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:56:28.779Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:57:19.193Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:57:19.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:57:19.204Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T09:57:19.204Z||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-15T09:57:19.204Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:57:19.204Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T09:57:28.778Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:57:28.778Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:58:19.191Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:58:19.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:58:19.195Z||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-15T09:58:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:58:19.195Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T09:58:19.197Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T09:58:28.822Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:58:28.824Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:59:19.192Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:59:19.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T09:59:19.196Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T09:59:19.196Z||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-15T09:59:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T09:59:19.196Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T09:59:28.746Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T09:59:28.769Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:00:19.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:00:19.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:00:19.198Z||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-15T10:00:19.198Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:00:19.198Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T10:00:19.199Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T10:00:28.761Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:00:28.793Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:01:19.191Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:01:19.194Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T10:01:19.194Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T10:01:19.195Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:01:19.196Z||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-15T10:01:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:01:28.784Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:01:28.785Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:02:19.192Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:02:19.194Z||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-15T10:02:19.194Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:02:19.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:02:19.196Z||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-15T10:02:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:02:28.791Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:02:28.792Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:03:19.191Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:03:19.195Z||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-15T10:03:19.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:03:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:03:19.196Z||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-15T10:03:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:03:28.773Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:03:28.782Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:04:19.191Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:04:19.194Z||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-15T10:04:19.194Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:04:19.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:04:19.196Z||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-15T10:04:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:04:28.758Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:04:28.772Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:05:19.191Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:05:19.193Z||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-15T10:05:19.193Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:05:19.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:05:19.196Z||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-15T10:05:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:05:28.783Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:05:28.787Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:06:19.191Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:06:19.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:06:19.196Z||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-15T10:06:19.196Z||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-15T10:06:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:06:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:06:28.756Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:06:28.756Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:07:19.192Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:07:19.195Z||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-15T10:07:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:07:19.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:07:19.196Z||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-15T10:07:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:07:28.768Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:07:28.768Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:08:19.191Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:08:19.192Z||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-15T10:08:19.192Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:08:19.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:08:19.196Z||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-15T10:08:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:08:28.808Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:08:28.821Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:09:19.191Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:09:19.192Z||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-15T10:09:19.192Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:09:19.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:09:19.196Z||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-15T10:09:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:09:28.751Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:09:28.752Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:10:19.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:10:19.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:10:19.196Z||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-15T10:10:19.196Z||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-15T10:10:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:10:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:10:28.788Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:10:28.789Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:11:19.191Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:11:19.194Z||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-15T10:11:19.194Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:11:19.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:11:19.195Z||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-15T10:11:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:11:28.769Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:11:28.770Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:12:19.191Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:12:19.195Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:12:19.196Z||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-15T10:12:19.195Z||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-15T10:12:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:12:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:12:28.772Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:12:28.772Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:13:19.192Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:13:19.195Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:13:19.196Z||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-15T10:13:19.196Z||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-15T10:13:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:13:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:13:28.792Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:13:28.792Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:14:19.191Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:14:19.192Z||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-15T10:14:19.192Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:14:19.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:14:19.195Z||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-15T10:14:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:14:28.798Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:14:28.798Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:15:19.191Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:15:19.193Z||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-15T10:15:19.193Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:15:19.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:15:19.195Z||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-15T10:15:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:15:28.779Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:15:28.779Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:16:19.191Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:16:19.193Z||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-15T10:16:19.193Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:16:19.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:16:19.196Z||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-15T10:16:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:16:28.776Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:16:28.776Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:17:19.191Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:17:19.193Z||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-15T10:17:19.193Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:17:19.195Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:17:19.196Z||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-15T10:17:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:17:28.790Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:17:28.791Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:18:19.191Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:18:19.193Z||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-15T10:18:19.193Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:18:19.195Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:18:19.195Z||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-15T10:18:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:18:28.748Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:18:28.749Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:19:19.191Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:19:19.193Z||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-15T10:19:19.193Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:19:19.195Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:19:19.196Z||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-15T10:19:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:19:28.759Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:19:28.759Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:20:19.191Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:20:19.193Z||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-15T10:20:19.193Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:20:19.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:20:19.195Z||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-15T10:20:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:20:28.743Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:20:28.743Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:21:19.191Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:21:19.192Z||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-15T10:21:19.192Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:21:19.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:21:19.196Z||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-15T10:21:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:21:28.741Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:21:28.742Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:22:19.191Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:22:19.193Z||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-15T10:22:19.193Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:22:19.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:22:19.196Z||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-15T10:22:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:22:28.757Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:22:28.757Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:23:19.191Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:23:19.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:23:19.195Z||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-15T10:23:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:23:19.196Z||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-15T10:23:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:23:28.744Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:23:28.777Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:24:19.191Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:24:19.195Z||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-15T10:24:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:24:19.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:24:19.198Z||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-15T10:24:19.198Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:24:28.763Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:24:28.763Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:25:19.191Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:25:19.193Z||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-15T10:25:19.193Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:25:19.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:25:19.196Z||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-15T10:25:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:25:28.789Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:25:28.790Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:26:19.191Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:26:19.192Z||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-15T10:26:19.193Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:26:19.195Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:26:19.196Z||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-15T10:26:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:26:28.771Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:26:28.771Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:27:19.191Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:27:19.192Z||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-15T10:27:19.193Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:27:19.195Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:27:19.196Z||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-15T10:27:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:27:28.776Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:27:28.779Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:28:19.192Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:28:19.195Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:28:19.198Z||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-15T10:28:19.198Z||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-15T10:28:19.198Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:28:19.198Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:28:28.777Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:28:28.779Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:29:19.192Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:29:19.195Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:29:19.195Z||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-15T10:29:19.195Z||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-15T10:29:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:29:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:29:28.789Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:29:28.790Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:30:19.191Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:30:19.192Z||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-15T10:30:19.192Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:30:19.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:30:19.196Z||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-15T10:30:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:30:28.784Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:30:28.784Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:31:19.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:31:19.192Z||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-15T10:31:19.193Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:31:19.196Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:31:19.197Z||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-15T10:31:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:31:28.758Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:31:28.761Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:32:19.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:32:19.194Z||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-15T10:32:19.194Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:32:19.195Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:32:19.195Z||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-15T10:32:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:32:28.803Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:32:28.804Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:33:19.192Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:33:19.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:33:19.202Z||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-15T10:33:19.202Z||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-15T10:33:19.202Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:33:19.202Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:33:28.779Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:33:28.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:34:19.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:34:19.192Z||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-15T10:34:19.192Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:34:19.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:34:19.196Z||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-15T10:34:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:34:28.761Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:34:28.762Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:35:19.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:35:19.192Z||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-15T10:35:19.192Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:35:19.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:35:19.195Z||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-15T10:35:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:35:28.767Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:35:28.767Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:36:19.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:36:19.192Z||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-15T10:36:19.193Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:36:19.195Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:36:19.196Z||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-15T10:36:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:36:28.770Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:36:28.772Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:37:19.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:37:19.193Z||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-15T10:37:19.194Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:37:19.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:37:19.196Z||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-15T10:37:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:37:28.804Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:37:28.804Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:38:19.192Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:38:19.195Z||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-15T10:38:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:38:19.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:38:19.197Z||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-15T10:38:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:38:28.786Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:38:28.786Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:39:19.196Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:39:19.197Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:39:19.202Z||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-15T10:39:19.202Z||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-15T10:39:19.202Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:39:19.202Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:39:28.774Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:39:28.774Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:40:19.191Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:40:19.192Z||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-15T10:40:19.193Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:40:19.196Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:40:19.197Z||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-15T10:40:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:40:28.773Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:40:28.773Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:41:19.191Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:41:19.193Z||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-15T10:41:19.194Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:41:19.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:41:19.195Z||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-15T10:41:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:41:28.741Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:41:28.778Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:42:19.191Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:42:19.193Z||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-15T10:42:19.193Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:42:19.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:42:19.195Z||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-15T10:42:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:42:28.774Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:42:28.774Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:43:19.191Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:43:19.195Z||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-15T10:43:19.195Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:43:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:43:19.195Z||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-15T10:43:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:43:19.767Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:43:19.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T10:43:19.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631702586364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:43:19.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T10:43:19.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T10:43:19.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "cds",
"timestamp": 1631702592144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:43:19.807Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T10:43:19.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T10:43:19.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "aai-ml",
"timestamp": 1631702588993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:43:19.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T10:43:19.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T10:43:19.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631702586364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/basic_onboard_odkbxh0_modules.json",
"status": "NOTIFIED"
}
2021-09-15T10:43:19.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T10:43:19.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T10:43:19.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "cds",
"timestamp": 1631702592144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/basic_onboard_odkbxh0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:43:19.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T10:43:19.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T10:43:19.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "aai-ml",
"timestamp": 1631702588993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/basic_onboard_odkbxh0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:43:19.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T10:43:19.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T10:43:19.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631702586364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-15T10:43:19.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T10:43:19.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T10:43:19.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "cds",
"timestamp": 1631702592144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:43:19.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T10:43:19.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T10:43:19.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "aai-ml",
"timestamp": 1631702588993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:43:19.812Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T10:43:19.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T10:43:19.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631702586364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:43:19.812Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T10:43:19.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T10:43:19.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "cds",
"timestamp": 1631702592144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:43:19.813Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T10:43:19.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T10:43:19.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "aai-ml",
"timestamp": 1631702588993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:43:19.814Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T10:43:19.822Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:43:19.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T10:43:19.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"8c9b60b0-ab8d-429b-8d76-66273fc3c0e7","serviceName":"basic_onboard_oDKBXh","serviceVersion":"1.0","serviceUUID":"ee5452f1-57d5-43f5-b85f-373e3016e338","serviceDescription":"service","serviceInvariantUUID":"6fc71c64-7729-48fb-8d5e-9aa8e1088d53","resources":[{"resourceInstanceName":"basic_onboard_oDKBXh 0","resourceName":"basic_onboard_oDKBXh","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ec38b885-f880-4c6c-a181-5bdb3a48d31e","resourceInvariantUUID":"6bbb065e-5126-418a-b934-8c92c9009141","resourceCustomizationUUID":"88c8a623-a9fb-43de-916e-478278ad915f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/vf-license-model.xml","artifactChecksum":"OWNiYTMyODFiMzJjZDhiYTJlYjYxOTc4YmJmOTQ0MDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"059015d6-32d1-41a4-8006-a5cdb28a1964","artifactVersion":"1"},{"artifactName":"basic_onboard_odkbxh0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/basic_onboard_odkbxh0_modules.json","artifactChecksum":"MzBkZmZlZWJiMzljNTIyN2E1ZmMyNzUwNjM1YWJjMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bb6452ad-eced-4722-b0fd-748e75f8fbd8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a7a653b8-261a-4dd3-9bcf-a52fd5cd41a3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8925c98b-6450-45e7-9171-02a5091e9809","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"29424b35-32e9-4cf9-bad3-947cdbff8fbb","artifactVersion":"2","generatedFromUUID":"a7a653b8-261a-4dd3-9bcf-a52fd5cd41a3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOdkbxh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-template.yml","artifactChecksum":"MDQ2YTJjYTdlMzk2MWNjZDRlMWQ1NTRmYmZkNzhiZmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e660ff77-997a-4ff4-8558-00a3a02712ad","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOdkbxh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-csar.csar","artifactChecksum":"YTNjYmE3Y2Q5YmJkYWU0MGJkMWFhZjg2OWRmODM4MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9880f6a2-49a6-47a8-9056-b31ea29235ae","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-15T10:43:19.883Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T10:43:19.890Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-15T10:43:19.902Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T10:43:19.903Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631702599191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:43:20.004Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2021-09-15T10:43:20.009Z||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-15T10:43:20.009Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T10:43:20.020Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:43:20.021Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-15T10:43:20.923Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T10:43:20.924Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-15T10:43:20.927Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T10:43:20.927Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631702599191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/basic_onboard_odkbxh0_modules.json",
"status": "NOTIFIED"
}
2021-09-15T10:43:21.027Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T10:43:21.029Z||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-15T10:43:21.029Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T10:43:21.040Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:43:21.041Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-15T10:43:21.927Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T10:43:21.928Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-15T10:43:21.930Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T10:43:21.930Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631702599191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-15T10:43:22.031Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T10:43:22.031Z||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-15T10:43:22.032Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T10:43:22.045Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:43:22.046Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-15T10:43:22.931Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T10:43:22.932Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-15T10:43:22.934Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T10:43:22.934Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631702599191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:43:23.039Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-09-15T10:43:23.040Z||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-15T10:43:23.040Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T10:43:23.050Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:43:23.051Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-15T10:43:23.935Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T10:43:23.936Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-15T10:43:23.938Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T10:43:23.938Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631702599191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-15T10:43:24.048Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2021-09-15T10:43:24.049Z||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-15T10:43:24.049Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T10:43:24.060Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:43:24.061Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-15T10:43:24.938Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T10:43:24.939Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-15T10:43:24.942Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T10:43:24.942Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631702599191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:43:25.042Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T10:43:25.043Z||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-15T10:43:25.043Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T10:43:25.052Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:43:25.052Z||pool-8-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-15T10:43:25.943Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T10:43:25.946Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-15T10:43:25.948Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T10:43:25.948Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631702599191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T10:43:26.048Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-15T10:43:26.049Z||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-15T10:43:26.049Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T10:43:26.063Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:43:26.063Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-15T10:43:26.951Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"serviceName": "basic_onboard_oDKBXh",
"serviceVersion": "1.0",
"serviceUUID": "ee5452f1-57d5-43f5-b85f-373e3016e338",
"serviceDescription": "service",
"serviceInvariantUUID": "6fc71c64-7729-48fb-8d5e-9aa8e1088d53",
"resources": [
{
"resourceInstanceName": "basic_onboard_oDKBXh 0",
"resourceCustomizationUUID": "88c8a623-a9fb-43de-916e-478278ad915f",
"resourceName": "basic_onboard_oDKBXh",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ec38b885-f880-4c6c-a181-5bdb3a48d31e",
"resourceInvariantUUID": "6bbb065e-5126-418a-b934-8c92c9009141",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_odkbxh0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/basic_onboard_odkbxh0_modules.json",
"artifactChecksum": "MzBkZmZlZWJiMzljNTIyN2E1ZmMyNzUwNjM1YWJjMzA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bb6452ad-eced-4722-b0fd-748e75f8fbd8",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a7a653b8-261a-4dd3-9bcf-a52fd5cd41a3",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "29424b35-32e9-4cf9-bad3-947cdbff8fbb",
"generatedFromUUID": "a7a653b8-261a-4dd3-9bcf-a52fd5cd41a3"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "29424b35-32e9-4cf9-bad3-947cdbff8fbb",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardOdkbxh-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-csar.csar",
"artifactChecksum": "YTNjYmE3Y2Q5YmJkYWU0MGJkMWFhZjg2OWRmODM4MzY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9880f6a2-49a6-47a8-9056-b31ea29235ae"
}
],
"workloadContext": "Production"
}
2021-09-15T10:43:26.953Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-15T10:43:26.954Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ee5452f1-57d5-43f5-b85f-373e3016e338 ASDC
2021-09-15T10:43:27.115Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:8c9b60b0-ab8d-429b-8d76-66273fc3c0e7
ServiceName:basic_onboard_oDKBXh
ServiceVersion:1.0
ServiceUUID:ee5452f1-57d5-43f5-b85f-373e3016e338
ServiceInvariantUUID:6fc71c64-7729-48fb-8d5e-9aa8e1088d53
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOdkbxh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-csar.csar
ArtifactUUID:9880f6a2-49a6-47a8-9056-b31ea29235ae
ArtifactChecksum:YTNjYmE3Y2Q5YmJkYWU0MGJkMWFhZjg2OWRmODM4MzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_oDKBXh 0
ResourceCustomizationUUID:88c8a623-a9fb-43de-916e-478278ad915f
ResourceInvariantUUID:6bbb065e-5126-418a-b934-8c92c9009141
ResourceName:basic_onboard_oDKBXh
ResourceType:VF
ResourceUUID:ec38b885-f880-4c6c-a181-5bdb3a48d31e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_odkbxh0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/basic_onboard_odkbxh0_modules.json
ArtifactUUID:bb6452ad-eced-4722-b0fd-748e75f8fbd8
ArtifactChecksum:MzBkZmZlZWJiMzljNTIyN2E1ZmMyNzUwNjM1YWJjMzA=
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/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a7a653b8-261a-4dd3-9bcf-a52fd5cd41a3
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/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.env
ArtifactUUID:29424b35-32e9-4cf9-bad3-947cdbff8fbb
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/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.env
ArtifactUUID:29424b35-32e9-4cf9-bad3-947cdbff8fbb
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-15T10:43:27.117Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ee5452f1-57d5-43f5-b85f-373e3016e338 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-15T10:43:27.736Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-15T10:43:27.737Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-15T10:43:27.739Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-15T10:43:27.739Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9880f6a2-49a6-47a8-9056-b31ea29235ae from URL: /sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-csar.csar
2021-09-15T10:43:27.739Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-15T10:43:27.740Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-csar.csar
2021-09-15T10:43:29.039Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-15T10:43:29.055Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-csar.csar 9880f6a2-49a6-47a8-9056-b31ea29235ae 71380
2021-09-15T10:43:29.056Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-csar.csar ASDC sendASDCNotification
2021-09-15T10:43:29.057Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-csar.csar
2021-09-15T10:43:29.058Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T10:43:29.059Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-15T10:43:29.061Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T10:43:29.061Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631702609055,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T10:43:29.161Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T10:43:29.162Z||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-15T10:43:29.163Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T10:43:29.173Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:43:29.174Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-15T10:43:30.062Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-15T10:43:30.063Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-15T10:43:30.063Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 9880f6a2-49a6-47a8-9056-b31ea29235ae, URL: /sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-csar.csar to file: /app/ASDC/1/service-BasicOnboardOdkbxh-csar.csar
2021-09-15T10:43:30.064Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardOdkbxh-csar.csar
2021-09-15T10:43:30.341Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardOdkbxh-csar.csar
2021-09-15T10:43:30.341Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardOdkbxh-csar.csar
2021-09-15T10:43:31.088Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP339302540633913593/Definitions/service-BasicOnboardOdkbxh-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-15T10:43:33.398Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-15T10:43:33.406Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-15T10:43:33.406Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardOdkbxh-csar.csar
2021-09-15T10:43:33.407Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-15T10:43:33.407Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||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-BasicOnboardOdkbxh-csar.csar
2021-09-15T10:43:33.407Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||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-BasicOnboardOdkbxh-csar.csar
2021-09-15T10:43:33.408Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||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-BasicOnboardOdkbxh-csar.csar
2021-09-15T10:43:33.408Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||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-BasicOnboardOdkbxh-csar.csar
2021-09-15T10:43:33.409Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardOdkbxh-csar.csar
2021-09-15T10:43:33.409Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOdkbxh-csar.csar
2021-09-15T10:43:33.409Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||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-BasicOnboardOdkbxh-csar.csar
2021-09-15T10:43:33.410Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_oDKBXh 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-BasicOnboardOdkbxh-csar.csar
2021-09-15T10:43:33.410Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||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-BasicOnboardOdkbxh-csar.csar
2021-09-15T10:43:33.410Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-15T10:43:33.417Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T10:43:33.419Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_oDKBXh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T10:43:33.425Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_oDKBXh 0 is matching search criteria
2021-09-15T10:43:33.426Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-15T10:43:33.427Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_oDKBXh 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-15T10:43:33.430Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T10:43:33.430Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_oDKBXh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T10:43:33.431Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_oDKBXh 0 is matching search criteria
2021-09-15T10:43:33.431Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-15T10:43:33.431Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_oDKBXh 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-15T10:43:33.432Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T10:43:33.432Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_oDKBXh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T10:43:33.436Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T10:43:33.437Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_oDKBXh 0 is not matching search criteria
2021-09-15T10:43:33.437Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-15T10:43:33.437Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-15T10:43:33.438Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-15T10:43:33.438Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-15T10:43:33.438Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-15T10:43:33.438Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T10:43:33.439Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_oDKBXh is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-15T10:43:33.440Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T10:43:33.440Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_oDKBXh 0 is matching search criteria
2021-09-15T10:43:33.440Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_oDKBXh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T10:43:33.441Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T10:43:33.441Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_oDKBXh 0 is matching search criteria
2021-09-15T10:43:33.441Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_oDKBXh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T10:43:33.442Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T10:43:33.442Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_oDKBXh 0 is matching search criteria
2021-09-15T10:43:33.442Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_oDKBXh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T10:43:33.442Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T10:43:33.443Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_oDKBXh 0 is not matching search criteria
2021-09-15T10:43:33.443Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-15T10:43:33.443Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-15T10:43:33.443Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=62be6f9e-a4b8-47ce-be78-e0239cbd53d0
2021-09-15T10:43:33.444Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T10:43:33.444Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_oDKBXh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T10:43:33.444Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T10:43:33.444Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_oDKBXh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T10:43:33.444Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T10:43:33.445Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_oDKBXh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T10:43:33.445Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T10:43:33.445Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_oDKBXh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T10:43:33.445Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_oDKBXh
Description:service
Model UUID:ee5452f1-57d5-43f5-b85f-373e3016e338
Model Version:NULL
Model InvariantUuid:6fc71c64-7729-48fb-8d5e-9aa8e1088d53
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_oDKBXh
Model UUID:16c74c82-5612-4616-be77-3f15ae4a2869
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6bbb065e-5126-418a-b934-8c92c9009141
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:88c8a623-a9fb-43de-916e-478278ad915f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:8c01a1b7-b512-4863-a0f4-cb160752bf38
ModelName:BasicOnboardOdkbxh..base_ubuntu18..module-0
ModelUuid:514722a8-3676-4b7c-8ca5-32dacd8ed786
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:62be6f9e-a4b8-47ce-be78-e0239cbd53d0
ModelInvariantUuid:74363eb7-38e2-4ec5-8487-13da84436378
ModelName:basic_onboard_oDKBXh-nodes.ubuntu18Cvfc
ModelUuid:c8b053f3-bc9d-4d8d-ab6b-4db1beac5544
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:41aca3bc-0acb-477c-b3c6-936e55c07cf7
ModelInvariantUuid:63a9dee6-d22d-4f72-963f-c9fa8e184d98
ModelName:BasicOnboardOdkbxh.compute.nodes.heat.ubuntu18
ModelUuid:137a738d-c3ee-4e47-aaa1-9742a89154d5
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-15T10:43:33.475Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: ec38b885-f880-4c6c-a181-5bdb3a48d31e
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-15T10:43:34.081Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||basic_onboard_oDKBXh 0
2021-09-15T10:43:34.088Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ec38b885-f880-4c6c-a181-5bdb3a48d31e
2021-09-15T10:43:34.088Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bb6452ad-eced-4722-b0fd-748e75f8fbd8 from URL: /sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/basic_onboard_odkbxh0_modules.json
2021-09-15T10:43:34.089Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-15T10:43:34.089Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/basic_onboard_odkbxh0_modules.json
2021-09-15T10:43:36.410Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-15T10:43:36.411Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/basic_onboard_odkbxh0_modules.json bb6452ad-eced-4722-b0fd-748e75f8fbd8 798
2021-09-15T10:43:36.411Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/basic_onboard_odkbxh0_modules.json ASDC sendASDCNotification
2021-09-15T10:43:36.412Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/basic_onboard_odkbxh0_modules.json
2021-09-15T10:43:36.412Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T10:43:36.412Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-15T10:43:36.415Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T10:43:36.415Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631702616411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/basic_onboard_odkbxh0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-15T10:43:36.518Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-09-15T10:43:36.519Z||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-15T10:43:36.520Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T10:43:36.530Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:43:36.531Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-15T10:43:37.417Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardOdkbxh..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "8c01a1b7-b512-4863-a0f4-cb160752bf38",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "514722a8-3676-4b7c-8ca5-32dacd8ed786",
"vfModuleModelCustomizationUUID": "62ed36eb-b539-464d-9861-c4fa65d81faf",
"isBase": true,
"artifacts": [
"a7a653b8-261a-4dd3-9bcf-a52fd5cd41a3",
"29424b35-32e9-4cf9-bad3-947cdbff8fbb"
],
"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-15T10:43:37.460Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOdkbxh..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:514722a8-3676-4b7c-8ca5-32dacd8ed786
VfModuleModelInvariantUUID:8c01a1b7-b512-4863-a0f4-cb160752bf38
VfModuleModelDescription:NULL
Artifacts UUID List:{
a7a653b8-261a-4dd3-9bcf-a52fd5cd41a3
,
29424b35-32e9-4cf9-bad3-947cdbff8fbb
}
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-15T10:43:37.463Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardOdkbxh..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "8c01a1b7-b512-4863-a0f4-cb160752bf38",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "514722a8-3676-4b7c-8ca5-32dacd8ed786",
"vfModuleModelCustomizationUUID": "62ed36eb-b539-464d-9861-c4fa65d81faf",
"isBase": true,
"artifacts": [
"a7a653b8-261a-4dd3-9bcf-a52fd5cd41a3",
"29424b35-32e9-4cf9-bad3-947cdbff8fbb"
],
"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-15T10:43:37.463Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOdkbxh..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:514722a8-3676-4b7c-8ca5-32dacd8ed786
VfModuleModelInvariantUUID:8c01a1b7-b512-4863-a0f4-cb160752bf38
VfModuleModelDescription:NULL
Artifacts UUID List:{
a7a653b8-261a-4dd3-9bcf-a52fd5cd41a3
,
29424b35-32e9-4cf9-bad3-947cdbff8fbb
}
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-15T10:43:37.464Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a7a653b8-261a-4dd3-9bcf-a52fd5cd41a3 from URL: /sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.yaml
2021-09-15T10:43:37.464Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-15T10:43:37.464Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.yaml
2021-09-15T10:43:38.955Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-15T10:43:38.955Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.yaml a7a653b8-261a-4dd3-9bcf-a52fd5cd41a3 5033
2021-09-15T10:43:38.956Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-15T10:43:38.956Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.yaml
2021-09-15T10:43:38.956Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T10:43:38.956Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-15T10:43:38.958Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T10:43:38.958Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631702618956,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-15T10:43:39.059Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T10:43:39.060Z||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-15T10:43:39.060Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T10:43:39.071Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:43:39.072Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-15T10:43:39.960Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 29424b35-32e9-4cf9-bad3-947cdbff8fbb from URL: /sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.env
2021-09-15T10:43:39.960Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-15T10:43:39.960Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.env
2021-09-15T10:43:40.941Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-15T10:43:40.942Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.env 29424b35-32e9-4cf9-bad3-947cdbff8fbb 909
2021-09-15T10:43:40.942Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-15T10:43:40.943Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.env
2021-09-15T10:43:40.943Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T10:43:40.943Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-15T10:43:40.945Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T10:43:40.946Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631702620942,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-15T10:43:41.051Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-09-15T10:43:41.052Z||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-15T10:43:41.052Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T10:43:41.062Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:43:41.063Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T10:43:41.947Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: ee5452f1-57d5-43f5-b85f-373e3016e338
2021-09-15T10:43:41.947Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_oDKBXh 0 ec38b885-f880-4c6c-a181-5bdb3a48d31e 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-15T10:43:41.979Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4be39f95, org.onap.sdc.toscaparser.api.parameters.Input@7989dda4, org.onap.sdc.toscaparser.api.parameters.Input@1f8dd600, org.onap.sdc.toscaparser.api.parameters.Input@6e98c204, org.onap.sdc.toscaparser.api.parameters.Input@39d0e775]
2021-09-15T10:43:41.983Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T10:43:41.983Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_oDKBXh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T10:43:41.983Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2021-09-15T10:43:41.983Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 88c8a623-a9fb-43de-916e-478278ad915f
2021-09-15T10:43:41.983Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 88c8a623-a9fb-43de-916e-478278ad915f matches Tosca VF Customization UUID: 88c8a623-a9fb-43de-916e-478278ad915f
2021-09-15T10:43:41.983Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 88c8a623-a9fb-43de-916e-478278ad915f 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-15T10:43:41.989Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T10:43:41.990Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_oDKBXh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T10:43:41.990Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 88c8a623-a9fb-43de-916e-478278ad915f: {\"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-15T10:43:41.991Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@242fe79a
2021-09-15T10:43:41.991Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T10:43:41.991Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_oDKBXh is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-15T10:43:41.992Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 62ed36eb-b539-464d-9861-c4fa65d81faf
2021-09-15T10:43:41.992Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 62ed36eb-b539-464d-9861-c4fa65d81faf
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-15T10:43:41.998Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T10:43:41.999Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_oDKBXh 0 is matching search criteria
2021-09-15T10:43:41.999Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_oDKBXh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T10:43:42.000Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T10:43:42.000Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_oDKBXh 0 is matching search criteria
2021-09-15T10:43:42.000Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_oDKBXh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T10:43:42.001Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T10:43:42.001Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_oDKBXh 0 is not matching search criteria
2021-09-15T10:43:42.001Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-15T10:43:42.001Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-15T10:43:42.001Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=62be6f9e-a4b8-47ce-be78-e0239cbd53d0
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-15T10:43:42.034Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T10:43:42.035Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_oDKBXh 0 is matching search criteria
2021-09-15T10:43:42.035Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_oDKBXh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T10:43:42.035Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T10:43:42.036Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_oDKBXh 0 is matching search criteria
2021-09-15T10:43:42.036Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_oDKBXh 0] matching following query criteria: sdcType=VF, customizationUUID=88c8a623-a9fb-43de-916e-478278ad915f
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-15T10:43:42.038Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T10:43:42.038Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_oDKBXh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T10:43:42.039Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid ee5452f1-57d5-43f5-b85f-373e3016e338: basic_onboard_oDKBXh
2021-09-15T10:43:42.039Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T10:43:42.040Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_oDKBXh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T10:43:42.040Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T10:43:42.040Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_oDKBXh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T10:43:42.040Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T10:43:42.040Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_oDKBXh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T10:43:42.041Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T10:43:42.041Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_oDKBXh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T10:43:42.041Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T10:43:42.041Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_oDKBXh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T10:43:42.041Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_oDKBXh
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-15T10:43:42.313Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_oDKBXh ec38b885-f880-4c6c-a181-5bdb3a48d31e 1 ASDC deployResourceStructure
2021-09-15T10:43:42.313Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/basic_onboard_odkbxh0_modules.json ASDC sendASDCNotification
2021-09-15T10:43:42.314Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/basic_onboard_odkbxh0_modules.json
2021-09-15T10:43:42.314Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T10:43:42.318Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-15T10:43:42.321Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T10:43:42.321Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631702622313,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/basic_onboard_odkbxh0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-15T10:43:42.421Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-15T10:43:42.422Z||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-15T10:43:42.422Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T10:43:42.434Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:43:42.435Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-15T10:43:43.323Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-15T10:43:43.324Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.yaml
2021-09-15T10:43:43.324Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T10:43:43.324Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-15T10:43:43.326Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T10:43:43.326Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631702623322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-15T10:43:43.426Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-15T10:43:43.427Z||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-15T10:43:43.428Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T10:43:43.438Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:43:43.438Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T10:43:44.327Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-15T10:43:44.328Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.env
2021-09-15T10:43:44.329Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T10:43:44.329Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-15T10:43:44.332Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T10:43:44.332Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631702624327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-15T10:43:44.432Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-15T10:43:44.433Z||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-15T10:43:44.434Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T10:43:44.444Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:43:44.444Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-15T10:43:45.333Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-csar.csar ASDC sendASDCNotification
2021-09-15T10:43:45.334Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-csar.csar
2021-09-15T10:43:45.334Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T10:43:45.335Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-15T10:43:45.338Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T10:43:45.338Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631702625333,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-15T10:43:45.438Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T10:43:45.438Z||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-15T10:43:45.439Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T10:43:45.450Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:43:45.451Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-15T10:43:46.339Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8c9b60b0-ab8d-429b-8d76-66273fc3c0e7
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-15T10:43:46.361Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8c9b60b0-ab8d-429b-8d76-66273fc3c0e7
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-15T10:43:46.363Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T10:43:46.363Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T10:43:46.363Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T10:44:16.364Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8c9b60b0-ab8d-429b-8d76-66273fc3c0e7
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-15T10:44:16.383Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8c9b60b0-ab8d-429b-8d76-66273fc3c0e7
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-15T10:44:16.390Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T10:44:16.390Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T10:44:16.390Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T10:44:19.195Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:44:19.199Z||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-15T10:44:19.199Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:44:19.235Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:44:19.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T10:44:19.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631702586364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-15T10:44:19.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T10:44:46.391Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8c9b60b0-ab8d-429b-8d76-66273fc3c0e7
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-15T10:44:46.400Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8c9b60b0-ab8d-429b-8d76-66273fc3c0e7
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-15T10:44:46.402Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T10:44:46.402Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T10:44:46.402Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T10:45:16.403Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8c9b60b0-ab8d-429b-8d76-66273fc3c0e7
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-15T10:45:16.420Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8c9b60b0-ab8d-429b-8d76-66273fc3c0e7
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-15T10:45:16.421Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T10:45:16.421Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T10:45:16.422Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T10:45:19.196Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:45:19.197Z||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-15T10:45:19.197Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:45:19.223Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:45:19.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T10:45:19.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "cds",
"timestamp": 1631702592144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:45:19.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T10:45:46.422Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8c9b60b0-ab8d-429b-8d76-66273fc3c0e7
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-15T10:45:46.450Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8c9b60b0-ab8d-429b-8d76-66273fc3c0e7
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-15T10:45:46.452Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T10:45:46.452Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T10:45:46.452Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T10:46:16.452Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8c9b60b0-ab8d-429b-8d76-66273fc3c0e7
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-15T10:46:16.460Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8c9b60b0-ab8d-429b-8d76-66273fc3c0e7
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-15T10:46:16.462Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T10:46:16.462Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T10:46:16.462Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T10:46:19.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:46:19.197Z||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-15T10:46:19.198Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:46:19.729Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:46:19.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "aai-ml",
"timestamp": 1631702588993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:46:19.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631702599191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:46:19.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "ves-openapi-manager",
"timestamp": 1631702599425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:46:19.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631702586364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:46:19.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "cds",
"timestamp": 1631702592144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:46:19.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "aai-ml",
"timestamp": 1631702588993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:46:19.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631702599191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/basic_onboard_odkbxh0_modules.json",
"status": "NOTIFIED"
}
2021-09-15T10:46:19.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "ves-openapi-manager",
"timestamp": 1631702599425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/basic_onboard_odkbxh0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:46:19.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631702586364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T10:46:19.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "cds",
"timestamp": 1631702592144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T10:46:19.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "aai-ml",
"timestamp": 1631702588993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T10:46:19.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631702599191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-15T10:46:19.740Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "clamp",
"timestamp": 1631702601416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:46:19.740Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "ves-openapi-manager",
"timestamp": 1631702599425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:46:19.742Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631702599191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:46:19.742Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "clamp",
"timestamp": 1631702601416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/basic_onboard_odkbxh0_modules.json",
"status": "NOTIFIED"
}
2021-09-15T10:46:19.743Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "ves-openapi-manager",
"timestamp": 1631702599425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:46:19.743Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631702603623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/basic_onboard_odkbxh0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-15T10:46:19.744Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T10:46:19.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "aai-ml",
"timestamp": 1631702603634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T10:46:19.744Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T10:46:19.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "cds",
"timestamp": 1631702603715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T10:46:19.745Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T10:46:19.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "dcae-sch",
"timestamp": 1631702603076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:46:19.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631702599191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-15T10:46:19.746Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "clamp",
"timestamp": 1631702601416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:46:19.746Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.747Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "ves-openapi-manager",
"timestamp": 1631702599425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:46:19.747Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.747Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "policy-id",
"timestamp": 1631702603972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:46:19.747Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.748Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.748Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "cds",
"timestamp": 1631702604744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-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-15T10:46:19.754Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8c9b60b0-ab8d-429b-8d76-66273fc3c0e7
2021-09-15T10:46:19.754Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c9b60b0-ab8d-429b-8d76-66273fc3c0e7 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-15T10:46:19.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "dcae-sch",
"timestamp": 1631702603076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/basic_onboard_odkbxh0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:46:19.764Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631702599191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:46:19.764Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631702605051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-15T10:46:19.764Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T10:46:19.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "clamp",
"timestamp": 1631702601416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:46:19.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "ves-openapi-manager",
"timestamp": 1631702599425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:46:19.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "policy-id",
"timestamp": 1631702603972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/basic_onboard_odkbxh0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:46:19.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "dcae-sch",
"timestamp": 1631702603076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:46:19.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631702599191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T10:46:19.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "clamp",
"timestamp": 1631702601416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:46:19.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "ves-openapi-manager",
"timestamp": 1631702599425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:46:19.767Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "policy-id",
"timestamp": 1631702603972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-15T10:46:19.767Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "dcae-sch",
"timestamp": 1631702603076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:46:19.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "clamp",
"timestamp": 1631702601416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:46:19.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631702607133,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-15T10:46:19.768Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T10:46:19.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631702606513,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:46:19.769Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "policy-id",
"timestamp": 1631702603972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:46:19.769Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "dcae-sch",
"timestamp": 1631702603076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:46:19.769Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.770Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.770Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "clamp",
"timestamp": 1631702601416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T10:46:19.770Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.770Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.770Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631702606513,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/basic_onboard_odkbxh0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:46:19.770Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.770Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.770Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "policy-id",
"timestamp": 1631702603972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:46:19.770Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.771Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.771Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "dcae-sch",
"timestamp": 1631702603076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:46:19.771Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.771Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.771Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631702608848,
"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-15T10:46:19.776Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8c9b60b0-ab8d-429b-8d76-66273fc3c0e7
2021-09-15T10:46:19.776Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c9b60b0-ab8d-429b-8d76-66273fc3c0e7 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-15T10:46:19.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631702609055,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T10:46:19.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T10:46:19.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631702606513,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:46:19.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "policy-id",
"timestamp": 1631702603972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:46:19.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "dcae-sch",
"timestamp": 1631702603076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:46:19.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631702609855,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/basic_onboard_odkbxh0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-15T10:46:19.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T10:46:19.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631702606513,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:46:19.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "policy-id",
"timestamp": 1631702603972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T10:46:19.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631702606513,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:46:19.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631702606513,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:46:19.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631702606513,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T10:46:19.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-15T10:46:19.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "policy-id",
"timestamp": 1631702615428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T10:46:19.786Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T10:46:19.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631702616189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T10:46:19.787Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T10:46:19.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631702616411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/basic_onboard_odkbxh0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-15T10:46:19.787Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T10:46:19.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "policy-id",
"timestamp": 1631702616442,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-15T10:46:19.787Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T10:46:19.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "policy-id",
"timestamp": 1631702617447,
"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-15T10:46:19.791Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8c9b60b0-ab8d-429b-8d76-66273fc3c0e7
2021-09-15T10:46:19.792Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c9b60b0-ab8d-429b-8d76-66273fc3c0e7 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-15T10:46:19.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631702618956,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-15T10:46:19.798Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T10:46:19.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "aai-ml",
"timestamp": 1631702620466,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-15T10:46:19.798Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T10:46:19.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631702620912,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-15T10:46:19.799Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T10:46:19.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631702620942,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-15T10:46:19.799Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T10:46:19.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "clamp",
"timestamp": 1631702621285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T10:46:19.799Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T10:46:19.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "aai-ml",
"timestamp": 1631702621471,
"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-15T10:46:19.803Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8c9b60b0-ab8d-429b-8d76-66273fc3c0e7
2021-09-15T10:46:19.804Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c9b60b0-ab8d-429b-8d76-66273fc3c0e7 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-15T10:46:19.816Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.816Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631702621917,
"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-15T10:46:19.820Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8c9b60b0-ab8d-429b-8d76-66273fc3c0e7
2021-09-15T10:46:19.820Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c9b60b0-ab8d-429b-8d76-66273fc3c0e7 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-15T10:46:19.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631702622313,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/basic_onboard_odkbxh0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-15T10:46:19.827Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T10:46:19.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "clamp",
"timestamp": 1631702623278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-15T10:46:19.827Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T10:46:19.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631702623322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-15T10:46:19.828Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T10:46:19.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "clamp",
"timestamp": 1631702624287,
"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-15T10:46:19.831Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8c9b60b0-ab8d-429b-8d76-66273fc3c0e7
2021-09-15T10:46:19.831Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c9b60b0-ab8d-429b-8d76-66273fc3c0e7 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-15T10:46:19.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.837Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631702624327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/resourceInstances/basic_onboard_odkbxh0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-15T10:46:19.837Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T10:46:19.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-15T10:46:19.837Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631702625333,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOdkbxh/1.0/artifacts/service-BasicOnboardOdkbxh-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-15T10:46:19.837Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T10:46:46.463Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8c9b60b0-ab8d-429b-8d76-66273fc3c0e7
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-15T10:46:46.488Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8c9b60b0-ab8d-429b-8d76-66273fc3c0e7
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-15T10:46:46.492Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T10:46:46.493Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-15T10:46:46.493Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-15T10:46:46.493Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-15T10:46:46.493Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-15T10:46:46.494Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-15T10:46:46.494Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-15T10:46:46.494Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-15T10:46:46.494Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-15T10:46:46.495Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-15T10:46:46.496Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||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-15T10:46:46.508Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-15T10:47:16.510Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8c9b60b0-ab8d-429b-8d76-66273fc3c0e7 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-15T10:47:16.528Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8c9b60b0-ab8d-429b-8d76-66273fc3c0e7 and serviceModelVersionId: ee5452f1-57d5-43f5-b85f-373e3016e338
2021-09-15T10:47:16.529Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6fc71c64-7729-48fb-8d5e-9aa8e1088d53
2021-09-15T10:47:19.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:47:19.196Z||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-15T10:47:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:47:28.739Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:47:36.266Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6fc71c64-7729-48fb-8d5e-9aa8e1088d53/model-vers/model-ver/ee5452f1-57d5-43f5-b85f-373e3016e338?depth=0
2021-09-15T10:47:36.400Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-09-15T10:47:36.956Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6fc71c64-7729-48fb-8d5e-9aa8e1088d53/model-vers/model-ver/ee5452f1-57d5-43f5-b85f-373e3016e338?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-15T10:47:36.963Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6fc71c64-7729-48fb-8d5e-9aa8e1088d53/model-vers/model-ver/ee5452f1-57d5-43f5-b85f-373e3016e338?depth=0|INFO|500||Invoke
2021-09-15T10:47:37.113Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6fc71c64-7729-48fb-8d5e-9aa8e1088d53/model-vers/model-ver/ee5452f1-57d5-43f5-b85f-373e3016e338?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-15T10:47:37.503Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6fc71c64-7729-48fb-8d5e-9aa8e1088d53/model-vers/model-ver/ee5452f1-57d5-43f5-b85f-373e3016e338?depth=0|INFO|500||InvokeReturn
2021-09-15T10:47:37.504Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6fc71c64-7729-48fb-8d5e-9aa8e1088d53/model-vers/model-ver/ee5452f1-57d5-43f5-b85f-373e3016e338?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210915-10:47:37:150-79865], vertex-id=[196848], Content-Length=[0], Date=[Wed, 15 Sep 2021 10:47:37 GMT], Content-Type=[application/json]}
2021-09-15T10:47:37.505Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-09-15T10:47:37.510Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-15T10:47:37.511Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||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-15T10:47:37.517Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||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-15T10:47:37.517Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8c9b60b0-ab8d-429b-8d76-66273fc3c0e7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-15T10:47:37.519Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-15T10:47:37.519Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-15T10:47:37.522Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T10:47:37.522Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631702857518,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-15T10:47:37.622Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-15T10:47:37.623Z||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-15T10:47:37.624Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T10:47:37.637Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:47:37.638Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-15T10:47:38.540Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:47:38.541Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|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-15T10:47:38.542Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:47:48.776Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:47:48.778Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:47:48.779Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|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-15T10:47:48.779Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:47:58.317Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:47:58.318Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:47:58.320Z||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-15T10:47:58.320Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:48:07.863Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:48:07.864Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:48:07.864Z||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-15T10:48:07.865Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:48:17.409Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:48:19.191Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:48:19.192Z||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-15T10:48:19.192Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:48:19.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:48:19.196Z||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-15T10:48:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:48:19.831Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:48:19.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T10:48:19.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8c9b60b0-ab8d-429b-8d76-66273fc3c0e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631702857518,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-15T10:48:19.833Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T10:48:28.736Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:49:19.191Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:49:19.195Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:49:19.198Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|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-15T10:49:19.198Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T10:49:19.199Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:49:19.199Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T10:49:28.779Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:49:28.791Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:50:19.191Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:50:19.193Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T10:50:19.193Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T10:50:19.195Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:50:19.195Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|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-15T10:50:19.196Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:50:28.768Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:50:28.767Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:51:19.192Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:51:19.193Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T10:51:19.193Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j7ZBJXLLemUAXfvd) ...
2021-09-15T10:51:19.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:51:19.195Z||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-15T10:51:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:51:28.780Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:51:28.780Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:52:19.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:52:19.193Z||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-15T10:52:19.194Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:52:19.197Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:52:19.198Z||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-15T10:52:19.198Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:52:28.771Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:52:28.771Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:53:19.192Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:53:19.195Z||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-15T10:53:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:53:19.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:53:19.195Z||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-15T10:53:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:53:28.757Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:53:28.757Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:54:19.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:54:19.192Z||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-15T10:54:19.192Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:54:19.195Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:54:19.196Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|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-15T10:54:19.196Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:54:28.742Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:54:28.743Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:55:19.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:55:19.192Z||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-15T10:55:19.192Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:55:19.195Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:55:19.195Z||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-15T10:55:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:55:28.795Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:55:28.802Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:56:19.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:56:19.193Z||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-15T10:56:19.193Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:56:19.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:56:19.196Z||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-15T10:56:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:56:28.761Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:56:28.762Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:57:19.192Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:57:19.195Z||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-15T10:57:19.195Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:57:19.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:57:19.196Z||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-15T10:57:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:57:28.774Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:57:28.774Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:58:19.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:58:19.194Z||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-15T10:58:19.194Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:58:19.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:58:19.198Z||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-15T10:58:19.198Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:58:19.841Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:58:19.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-15T10:58:19.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b48b12ab-dbae-46ea-b64e-e06a1afd2bb8",
"consumerID": "aai-ml",
"timestamp": 1631703458993,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:58:19.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-15T10:58:19.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-15T10:58:19.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b48b12ab-dbae-46ea-b64e-e06a1afd2bb8",
"consumerID": "ves-openapi-manager",
"timestamp": 1631703459428,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:58:19.846Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:58:19.846Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-15T10:58:19.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-15T10:58:19.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b48b12ab-dbae-46ea-b64e-e06a1afd2bb8",
"consumerID": "aai-ml",
"timestamp": 1631703458993,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T10:58:19.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T10:58:19.846Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-15T10:58:19.846Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"b48b12ab-dbae-46ea-b64e-e06a1afd2bb8","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"9e5b1d52-d394-4f5c-9d61-0abaa9da501a","serviceDescription":"service","serviceInvariantUUID":"d8ab198c-59bb-41b8-a00e-1be87ce89fbf","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"47657e16-e22e-4de8-a5dd-a70f0ef2b449","resourceInvariantUUID":"cd7d0a59-f9f1-436d-b212-2a831baadd05","resourceCustomizationUUID":"460fe611-a01a-4ba9-aa18-693bd654f6ec","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":"Njg4ZjQ5MDBhZTJmYjI0ZTBmM2VlYThhYTRlNWY0Mzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"738f392c-e26a-43d2-a795-72d0af9244f2","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjAxZTMyNGIwNmI3NDNjY2ZkOTI1NmVlMzhiNGNlYTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7a93942a-7a1d-407a-8c62-7c7d9750944f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-15T10:58:19.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-15T10:58:19.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b48b12ab-dbae-46ea-b64e-e06a1afd2bb8",
"consumerID": "ves-openapi-manager",
"timestamp": 1631703459428,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:58:19.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-15T10:58:19.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-15T10:58:19.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b48b12ab-dbae-46ea-b64e-e06a1afd2bb8",
"consumerID": "cds",
"timestamp": 1631703462144,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:58:19.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-15T10:58:19.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-15T10:58:19.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b48b12ab-dbae-46ea-b64e-e06a1afd2bb8",
"consumerID": "dcae-sch",
"timestamp": 1631703463077,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:58:19.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-15T10:58:19.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-15T10:58:19.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b48b12ab-dbae-46ea-b64e-e06a1afd2bb8",
"consumerID": "cds",
"timestamp": 1631703462144,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T10:58:19.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-15T10:58:19.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-15T10:58:19.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b48b12ab-dbae-46ea-b64e-e06a1afd2bb8",
"consumerID": "aai-ml",
"timestamp": 1631703463941,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T10:58:19.848Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T10:58:19.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-15T10:58:19.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b48b12ab-dbae-46ea-b64e-e06a1afd2bb8",
"consumerID": "policy-id",
"timestamp": 1631703463972,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:58:19.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-15T10:58:19.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-15T10:58:19.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b48b12ab-dbae-46ea-b64e-e06a1afd2bb8",
"consumerID": "dcae-sch",
"timestamp": 1631703463077,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:58:19.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-15T10:58:19.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-15T10:58:19.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b48b12ab-dbae-46ea-b64e-e06a1afd2bb8",
"consumerID": "policy-id",
"timestamp": 1631703463972,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T10:58:19.849Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T10:58:19.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-15T10:58:19.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-15T10:58:19.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b48b12ab-dbae-46ea-b64e-e06a1afd2bb8",
"consumerID": "cds",
"timestamp": 1631703465956,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T10:58:19.849Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T10:58:19.849Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-15T10:58:19.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-15T10:58:19.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b48b12ab-dbae-46ea-b64e-e06a1afd2bb8",
"consumerID": "cds",
"timestamp": 1631703466966,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-09-15T10:58:19.855Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T10:58:19.855Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "b48b12ab-dbae-46ea-b64e-e06a1afd2bb8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703499191,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-15T10:58:19.881Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b48b12ab-dbae-46ea-b64e-e06a1afd2bb8
2021-09-15T10:58:19.881Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b48b12ab-dbae-46ea-b64e-e06a1afd2bb8 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-15T10:58:19.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-15T10:58:19.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b48b12ab-dbae-46ea-b64e-e06a1afd2bb8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631703466366,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:58:19.890Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-15T10:58:19.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-15T10:58:19.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b48b12ab-dbae-46ea-b64e-e06a1afd2bb8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631703466366,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T10:58:19.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-15T10:58:19.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-15T10:58:19.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b48b12ab-dbae-46ea-b64e-e06a1afd2bb8",
"consumerID": "aai-ml",
"timestamp": 1631703468706,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-15T10:58:19.891Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T10:58:19.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-15T10:58:19.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b48b12ab-dbae-46ea-b64e-e06a1afd2bb8",
"consumerID": "policy-id",
"timestamp": 1631703469225,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T10:58:19.892Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T10:58:19.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-15T10:58:19.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b48b12ab-dbae-46ea-b64e-e06a1afd2bb8",
"consumerID": "aai-ml",
"timestamp": 1631703469710,
"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-15T10:58:19.896Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b48b12ab-dbae-46ea-b64e-e06a1afd2bb8
2021-09-15T10:58:19.897Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b48b12ab-dbae-46ea-b64e-e06a1afd2bb8 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-15T10:58:19.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-15T10:58:19.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b48b12ab-dbae-46ea-b64e-e06a1afd2bb8",
"consumerID": "policy-id",
"timestamp": 1631703470232,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-15T10:58:19.906Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T10:58:19.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-15T10:58:19.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b48b12ab-dbae-46ea-b64e-e06a1afd2bb8",
"consumerID": "policy-id",
"timestamp": 1631703471235,
"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-15T10:58:19.910Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b48b12ab-dbae-46ea-b64e-e06a1afd2bb8
2021-09-15T10:58:19.910Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b48b12ab-dbae-46ea-b64e-e06a1afd2bb8 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-15T10:58:19.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-15T10:58:19.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b48b12ab-dbae-46ea-b64e-e06a1afd2bb8",
"consumerID": "clamp",
"timestamp": 1631703471417,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:58:19.919Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-15T10:58:19.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-15T10:58:19.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b48b12ab-dbae-46ea-b64e-e06a1afd2bb8",
"consumerID": "clamp",
"timestamp": 1631703471417,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T10:58:19.919Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-15T10:58:19.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-15T10:58:19.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b48b12ab-dbae-46ea-b64e-e06a1afd2bb8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631703476513,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:58:19.920Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-15T10:58:19.920Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-15T10:58:19.920Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b48b12ab-dbae-46ea-b64e-e06a1afd2bb8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631703476513,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T10:58:19.920Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-15T10:58:19.920Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-15T10:58:19.920Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b48b12ab-dbae-46ea-b64e-e06a1afd2bb8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631703481239,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T10:58:19.920Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T10:58:19.921Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-15T10:58:19.921Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b48b12ab-dbae-46ea-b64e-e06a1afd2bb8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631703483171,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-15T10:58:19.922Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T10:58:19.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-15T10:58:19.922Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b48b12ab-dbae-46ea-b64e-e06a1afd2bb8",
"consumerID": "clamp",
"timestamp": 1631703483392,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T10:58:19.922Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T10:58:19.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-15T10:58:19.922Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b48b12ab-dbae-46ea-b64e-e06a1afd2bb8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631703484175,
"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-15T10:58:19.927Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b48b12ab-dbae-46ea-b64e-e06a1afd2bb8
2021-09-15T10:58:19.927Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b48b12ab-dbae-46ea-b64e-e06a1afd2bb8 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-15T10:58:19.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-15T10:58:19.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b48b12ab-dbae-46ea-b64e-e06a1afd2bb8",
"consumerID": "clamp",
"timestamp": 1631703485402,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-15T10:58:19.936Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T10:58:19.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-15T10:58:19.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b48b12ab-dbae-46ea-b64e-e06a1afd2bb8",
"consumerID": "clamp",
"timestamp": 1631703486405,
"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-15T10:58:19.941Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b48b12ab-dbae-46ea-b64e-e06a1afd2bb8
2021-09-15T10:58:19.942Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b48b12ab-dbae-46ea-b64e-e06a1afd2bb8 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-15T10:58:19.955Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T10:58:19.956Z||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-15T10:58:19.956Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T10:58:19.967Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:58:19.967Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T10:58:20.856Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T10:58:20.857Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-15T10:58:20.860Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T10:58:20.860Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "b48b12ab-dbae-46ea-b64e-e06a1afd2bb8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703499191,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T10:58:20.960Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T10:58:20.961Z||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-15T10:58:20.962Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T10:58:20.972Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:58:20.972Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-15T10:58:21.861Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "b48b12ab-dbae-46ea-b64e-e06a1afd2bb8",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "9e5b1d52-d394-4f5c-9d61-0abaa9da501a",
"serviceDescription": "service",
"serviceInvariantUUID": "d8ab198c-59bb-41b8-a00e-1be87ce89fbf",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "460fe611-a01a-4ba9-aa18-693bd654f6ec",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "47657e16-e22e-4de8-a5dd-a70f0ef2b449",
"resourceInvariantUUID": "cd7d0a59-f9f1-436d-b212-2a831baadd05",
"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": "NjAxZTMyNGIwNmI3NDNjY2ZkOTI1NmVlMzhiNGNlYTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7a93942a-7a1d-407a-8c62-7c7d9750944f"
}
],
"workloadContext": "Production"
}
2021-09-15T10:58:21.861Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-15T10:58:21.862Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9e5b1d52-d394-4f5c-9d61-0abaa9da501a ASDC
2021-09-15T10:58:21.862Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:b48b12ab-dbae-46ea-b64e-e06a1afd2bb8
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:9e5b1d52-d394-4f5c-9d61-0abaa9da501a
ServiceInvariantUUID:d8ab198c-59bb-41b8-a00e-1be87ce89fbf
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:7a93942a-7a1d-407a-8c62-7c7d9750944f
ArtifactChecksum:NjAxZTMyNGIwNmI3NDNjY2ZkOTI1NmVlMzhiNGNlYTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:460fe611-a01a-4ba9-aa18-693bd654f6ec
ResourceInvariantUUID:cd7d0a59-f9f1-436d-b212-2a831baadd05
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:47657e16-e22e-4de8-a5dd-a70f0ef2b449
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-09-15T10:58:21.862Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9e5b1d52-d394-4f5c-9d61-0abaa9da501a 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-15T10:58:21.888Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-15T10:58:21.889Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-15T10:58:21.889Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-15T10:58:21.890Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7a93942a-7a1d-407a-8c62-7c7d9750944f from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-15T10:58:21.890Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-15T10:58:21.890Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-15T10:58:23.606Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-15T10:58:23.609Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 7a93942a-7a1d-407a-8c62-7c7d9750944f 52176
2021-09-15T10:58:23.610Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||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-15T10:58:23.610Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||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-15T10:58:23.610Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T10:58:23.610Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-15T10:58:23.613Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T10:58:23.613Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "b48b12ab-dbae-46ea-b64e-e06a1afd2bb8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703503610,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T10:58:23.713Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T10:58:23.716Z||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-15T10:58:23.716Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T10:58:23.732Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:58:23.733Z||pool-21-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-09-15T10:58:24.613Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-15T10:58:24.615Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-15T10:58:24.616Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 7a93942a-7a1d-407a-8c62-7c7d9750944f, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-15T10:58:24.616Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-15T10:58:24.616Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-15T10:58:24.617Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-15T10:58:24.784Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12886990326343589214/Definitions/service-BasicNetwork-template.yml
2021-09-15T10:58:25.370Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-15T10:58:25.370Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-15T10:58:25.370Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-15T10:58:25.371Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-15T10:58:25.371Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||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-15T10:58:25.371Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||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-15T10:58:25.371Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||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-15T10:58:25.371Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||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-15T10:58:25.371Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-15T10:58:25.371Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||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-15T10:58:25.371Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||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-15T10:58:25.371Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||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-15T10:58:25.371Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-15T10:58:25.372Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T10:58:25.372Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T10:58:25.372Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-15T10:58:25.373Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-15T10:58:25.373Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-15T10:58:25.373Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T10:58:25.373Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T10:58:25.373Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-15T10:58:25.373Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-15T10:58:25.374Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-15T10:58:25.374Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T10:58:25.374Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T10:58:25.374Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T10:58:25.374Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T10:58:25.374Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T10:58:25.375Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T10:58:25.375Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T10:58:25.375Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T10:58:25.375Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T10:58:25.375Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T10:58:25.375Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:9e5b1d52-d394-4f5c-9d61-0abaa9da501a
Model Version:NULL
Model InvariantUuid:d8ab198c-59bb-41b8-a00e-1be87ce89fbf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:cd7d0a59-f9f1-436d-b212-2a831baadd05
Model UUID:d1880a50-49f5-4d04-84d7-f6206d610719
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:460fe611-a01a-4ba9-aa18-693bd654f6ec
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-15T10:58:25.381Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 47657e16-e22e-4de8-a5dd-a70f0ef2b449
2021-09-15T10:58:25.381Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500||No resources found for Service: 9e5b1d52-d394-4f5c-9d61-0abaa9da501a
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-15T10:58:25.387Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500||
2021-09-15T10:58:25.387Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-09-15T10:58:25.388Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 9e5b1d52-d394-4f5c-9d61-0abaa9da501a
2021-09-15T10:58:25.388Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 9e5b1d52-d394-4f5c-9d61-0abaa9da501a
2021-09-15T10:58:25.388Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-09-15T10:58:25.388Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||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-15T10:58:25.391Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6127216, org.onap.sdc.toscaparser.api.parameters.Input@8539b04, org.onap.sdc.toscaparser.api.parameters.Input@14849f1f, org.onap.sdc.toscaparser.api.parameters.Input@1ea4e26c, org.onap.sdc.toscaparser.api.parameters.Input@bb3b16c]
2021-09-15T10:58:25.393Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T10:58:25.393Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T10:58:25.393Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T10:58:25.394Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T10:58:25.394Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 9e5b1d52-d394-4f5c-9d61-0abaa9da501a: Generic NeutronNet
2021-09-15T10:58:25.394Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T10:58:25.394Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T10:58:25.395Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T10:58:25.395Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||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-15T10:58:25.433Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T10:58:25.433Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T10:58:25.433Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T10:58:25.434Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T10:58:25.434Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T10:58:25.434Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T10:58:25.434Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||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-15T10:58:25.505Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-09-15T10:58:25.505Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||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-15T10:58:25.505Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||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-15T10:58:25.506Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T10:58:25.506Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-15T10:58:25.508Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T10:58:25.508Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "b48b12ab-dbae-46ea-b64e-e06a1afd2bb8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703505505,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-15T10:58:25.609Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-15T10:58:25.611Z||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-15T10:58:25.611Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T10:58:25.622Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:58:25.623Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-15T10:58:26.512Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b48b12ab-dbae-46ea-b64e-e06a1afd2bb8
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-15T10:58:26.528Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b48b12ab-dbae-46ea-b64e-e06a1afd2bb8
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-15T10:58:26.532Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T10:58:26.533Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-15T10:58:26.533Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-15T10:58:26.533Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-15T10:58:26.533Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-15T10:58:26.534Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-15T10:58:26.534Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-15T10:58:26.534Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-15T10:58:26.534Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-15T10:58:26.535Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-15T10:58:26.535Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-15T10:58:26.539Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-15T10:58:56.540Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b48b12ab-dbae-46ea-b64e-e06a1afd2bb8 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-15T10:58:56.547Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b48b12ab-dbae-46ea-b64e-e06a1afd2bb8 and serviceModelVersionId: 9e5b1d52-d394-4f5c-9d61-0abaa9da501a
2021-09-15T10:58:56.548Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d8ab198c-59bb-41b8-a00e-1be87ce89fbf
2021-09-15T10:58:56.567Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d8ab198c-59bb-41b8-a00e-1be87ce89fbf/model-vers/model-ver/9e5b1d52-d394-4f5c-9d61-0abaa9da501a?depth=0
2021-09-15T10:58:56.574Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-09-15T10:58:56.651Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d8ab198c-59bb-41b8-a00e-1be87ce89fbf/model-vers/model-ver/9e5b1d52-d394-4f5c-9d61-0abaa9da501a?depth=0|INFO|500||Invoke
2021-09-15T10:58:56.652Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d8ab198c-59bb-41b8-a00e-1be87ce89fbf/model-vers/model-ver/9e5b1d52-d394-4f5c-9d61-0abaa9da501a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d8ab198c-59bb-41b8-a00e-1be87ce89fbf/model-vers/model-ver/9e5b1d52-d394-4f5c-9d61-0abaa9da501a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b48b12ab-dbae-46ea-b64e-e06a1afd2bb8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fbc563ca-882e-4185-b57d-aae93eda36ff], X-ECOMP-RequestID=[b48b12ab-dbae-46ea-b64e-e06a1afd2bb8], X-TransactionId=[], X-ONAP-RequestID=[b48b12ab-dbae-46ea-b64e-e06a1afd2bb8], Content-Type=[application/merge-patch+json]}
2021-09-15T10:58:56.698Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d8ab198c-59bb-41b8-a00e-1be87ce89fbf/model-vers/model-ver/9e5b1d52-d394-4f5c-9d61-0abaa9da501a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-15T10:58:57.125Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d8ab198c-59bb-41b8-a00e-1be87ce89fbf/model-vers/model-ver/9e5b1d52-d394-4f5c-9d61-0abaa9da501a?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/d8ab198c-59bb-41b8-a00e-1be87ce89fbf/model-vers/model-ver/9e5b1d52-d394-4f5c-9d61-0abaa9da501a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210915-10:58:56:707-1344], vertex-id=[360656], Content-Length=[0], Date=[Wed, 15 Sep 2021 10:58:56 GMT], Content-Type=[application/json]}
2021-09-15T10:58:57.126Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d8ab198c-59bb-41b8-a00e-1be87ce89fbf/model-vers/model-ver/9e5b1d52-d394-4f5c-9d61-0abaa9da501a?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-15T10:58:57.126Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d8ab198c-59bb-41b8-a00e-1be87ce89fbf/model-vers/model-ver/9e5b1d52-d394-4f5c-9d61-0abaa9da501a?depth=0|INFO|500||InvokeReturn
2021-09-15T10:58:57.129Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-15T10:58:57.130Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||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-15T10:58:57.140Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-15T10:58:57.141Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b48b12ab-dbae-46ea-b64e-e06a1afd2bb8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-15T10:58:57.141Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-15T10:58:57.141Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-15T10:58:57.145Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T10:58:57.145Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "b48b12ab-dbae-46ea-b64e-e06a1afd2bb8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703537141,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-15T10:58:57.245Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-15T10:58:57.246Z||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-15T10:58:57.247Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T10:58:57.280Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:58:57.281Z||pool-23-thread-1|||||INFO|500||cambria reply ok (35 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-15T10:59:19.194Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:59:19.195Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T10:59:19.196Z||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-15T10:59:19.196Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|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-15T10:59:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:59:19.196Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|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 j7ZBJXLLemUAXfvd) ...
2021-09-15T10:59:19.357Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T10:59:19.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-15T10:59:19.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b48b12ab-dbae-46ea-b64e-e06a1afd2bb8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703499191,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T10:59:19.360Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-15T10:59:28.810Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T11:00:19.193Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T11:00:19.195Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|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-15T11:00:19.195Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|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 j7ZBJXLLemUAXfvd) ...
2021-09-15T11:00:19.195Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T11:00:19.196Z||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-15T11:00:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T11:00:19.755Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T11:00:19.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-15T11:00:19.758Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b48b12ab-dbae-46ea-b64e-e06a1afd2bb8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703499191,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T11:00:19.760Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-09-15T11:00:19.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-15T11:00:19.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b48b12ab-dbae-46ea-b64e-e06a1afd2bb8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703503610,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T11:00:19.760Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T11:00:19.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-15T11:00:19.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b48b12ab-dbae-46ea-b64e-e06a1afd2bb8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703505505,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-15T11:00:19.761Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T11:00:19.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-15T11:00:19.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b48b12ab-dbae-46ea-b64e-e06a1afd2bb8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703537141,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-15T11:00:19.761Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T11:00:28.801Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T11:01:19.191Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T11:01:19.193Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|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-15T11:01:19.193Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|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 j7ZBJXLLemUAXfvd) ...
2021-09-15T11:01:19.195Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T11:01:19.196Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|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-15T11:01:19.196Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|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 j7ZBJXLLemUAXfvd) ...
2021-09-15T11:01:19.936Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T11:01:19.938Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T11:01:19.938Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"c3dec2f2-facb-40e1-8ba0-a2ab42968789","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"90138f5a-2b91-4cba-a1b2-1c11968fb838","serviceDescription":"service","serviceInvariantUUID":"6acd46ea-e4f3-48ac-9e83-dd4f4b75cb77","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"634a8255-8539-4337-bef8-7bd492e6332b","resourceInvariantUUID":"38d5b68d-8a58-485a-84ce-5ba3aef91354","resourceCustomizationUUID":"4e3b539d-f79d-46d6-b910-01de901a9a51","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"MDQ5MzBjNmU1YWUxZGM2OGZiY2M0M2M3OTY1ZTI4OTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"94835bf7-87b4-4070-a2c9-7588ddbb4405","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"YTU1NjU0MTc3NDk1ZjdiMmI2NDgyMzYzMThmZTBhYjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0c66ae95-2628-4c63-bb91-c38925452935","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8c6dc9a2-30d8-4aea-b00e-3418a8534055","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"16370bf3-b859-4bb1-9c3c-8dc0137f8d69","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"129786b3-805c-4620-a447-7aaaa8039629","artifactVersion":"2","generatedFromUUID":"8c6dc9a2-30d8-4aea-b00e-3418a8534055"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGU2NDUwMDIyNTZhZjIzOWUzODcxNDFlNDUyNDkyZjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b4451be5-1914-4039-b630-134874856f24","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MWEyZDA3M2IwODU4ZTRmM2IzYjg2NzkwNjkyNjQwMTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b74a4d2d-cba0-45d6-8a60-b06e7118cbfc","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-15T11:01:19.946Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T11:01:19.946Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-15T11:01:19.947Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T11:01:19.952Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T11:01:19.952Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703679191,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:19.954Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:19.954Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "clamp",
"timestamp": 1631703651417,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:19.955Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:19.955Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:19.955Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631703656513,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:19.956Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:19.956Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:19.956Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "cds",
"timestamp": 1631703657144,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:19.956Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:19.956Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:19.956Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "clamp",
"timestamp": 1631703651417,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-09-15T11:01:19.957Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:19.957Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:19.957Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631703656513,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:19.957Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:19.958Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:19.958Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "cds",
"timestamp": 1631703657144,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:19.958Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:19.958Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:19.958Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "clamp",
"timestamp": 1631703651417,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:19.959Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:19.959Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:19.959Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631703656513,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:19.959Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:19.959Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:19.959Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "cds",
"timestamp": 1631703657144,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:19.959Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:19.960Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:19.960Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "ves-openapi-manager",
"timestamp": 1631703659427,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:19.960Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:19.960Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:19.960Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "clamp",
"timestamp": 1631703651417,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:19.961Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:19.961Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:19.961Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631703656513,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:19.961Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:19.962Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:19.962Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "cds",
"timestamp": 1631703657144,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:19.962Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:19.962Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:19.963Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "ves-openapi-manager",
"timestamp": 1631703659427,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:19.963Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:19.963Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:19.963Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "clamp",
"timestamp": 1631703651417,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:19.964Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:19.964Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:19.964Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631703656513,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:19.964Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:19.965Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:19.965Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "cds",
"timestamp": 1631703657144,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:19.965Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:19.965Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:19.966Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "ves-openapi-manager",
"timestamp": 1631703659427,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:19.966Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:19.966Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:19.966Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "clamp",
"timestamp": 1631703651417,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:19.967Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:19.967Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:19.967Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631703656513,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:19.967Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:19.968Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:19.968Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "cds",
"timestamp": 1631703657144,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:19.968Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:19.969Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:19.969Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "ves-openapi-manager",
"timestamp": 1631703659427,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:19.969Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:19.969Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:19.970Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "dcae-sch",
"timestamp": 1631703663076,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:19.970Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:19.970Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:19.970Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "clamp",
"timestamp": 1631703651417,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T11:01:19.970Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:19.971Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:19.971Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631703656513,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T11:01:19.971Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:19.971Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:19.972Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "cds",
"timestamp": 1631703657144,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T11:01:19.972Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:19.972Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:19.972Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "ves-openapi-manager",
"timestamp": 1631703659427,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:19.973Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:19.973Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:19.973Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "policy-id",
"timestamp": 1631703663974,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:19.973Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:19.973Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:19.974Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "dcae-sch",
"timestamp": 1631703663076,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:19.974Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:19.974Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:19.974Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "ves-openapi-manager",
"timestamp": 1631703659427,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:19.975Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:19.975Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:19.975Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "policy-id",
"timestamp": 1631703663974,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:19.975Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:19.976Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:19.976Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "dcae-sch",
"timestamp": 1631703663076,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:19.976Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:19.976Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:19.976Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "cds",
"timestamp": 1631703666217,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T11:01:19.977Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T11:01:19.977Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:19.977Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "ves-openapi-manager",
"timestamp": 1631703659427,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:19.977Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:19.977Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:19.978Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631703666340,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T11:01:19.978Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T11:01:19.978Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:19.978Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "policy-id",
"timestamp": 1631703663974,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-09-15T11:01:19.978Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:19.979Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:19.979Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "dcae-sch",
"timestamp": 1631703663076,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:19.979Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:19.979Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:19.979Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631703666364,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:19.979Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:19.980Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:19.980Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "cds",
"timestamp": 1631703667229,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-15T11:01:20.009Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c3dec2f2-facb-40e1-8ba0-a2ab42968789
2021-09-15T11:01:20.010Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3dec2f2-facb-40e1-8ba0-a2ab42968789 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-15T11:01:20.018Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.018Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "policy-id",
"timestamp": 1631703663974,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:20.019Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:20.019Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.019Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "dcae-sch",
"timestamp": 1631703663076,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:20.020Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:20.020Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.020Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631703666364,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-09-15T11:01:20.020Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:20.021Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.021Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "policy-id",
"timestamp": 1631703663974,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:20.021Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:20.021Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.021Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "dcae-sch",
"timestamp": 1631703663076,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:20.022Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:20.022Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.022Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631703666364,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-09-15T11:01:20.023Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:20.023Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.023Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631703669219,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-15T11:01:20.023Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T11:01:20.023Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.024Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "aai-ml",
"timestamp": 1631703668993,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:20.024Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:20.024Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.024Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "policy-id",
"timestamp": 1631703663974,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:20.025Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:20.025Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.025Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "dcae-sch",
"timestamp": 1631703663076,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:20.026Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:20.026Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.026Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631703666364,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:20.026Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:20.027Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.027Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631703670226,
"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-15T11:01:20.032Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c3dec2f2-facb-40e1-8ba0-a2ab42968789
2021-09-15T11:01:20.032Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3dec2f2-facb-40e1-8ba0-a2ab42968789 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-15T11:01:20.039Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.040Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "aai-ml",
"timestamp": 1631703668993,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:20.041Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:20.041Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.041Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "policy-id",
"timestamp": 1631703663974,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T11:01:20.041Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:20.041Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.041Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "dcae-sch",
"timestamp": 1631703663076,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOTIFIED"
}
2021-09-15T11:01:20.041Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:20.041Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.041Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631703666364,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-09-15T11:01:20.041Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:20.041Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.042Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "aai-ml",
"timestamp": 1631703668993,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:20.042Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:20.042Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.042Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "dcae-sch",
"timestamp": 1631703663076,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:20.042Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:20.042Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.043Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631703666364,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:20.043Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:20.043Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.043Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "aai-ml",
"timestamp": 1631703668993,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:20.043Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:20.043Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.043Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "dcae-sch",
"timestamp": 1631703663076,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:20.043Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:20.043Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.043Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "cds",
"timestamp": 1631703672144,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:20.044Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:20.044Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.044Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631703666364,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T11:01:20.044Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:20.044Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.045Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "aai-ml",
"timestamp": 1631703668993,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:20.046Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:20.046Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.046Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "dcae-sch",
"timestamp": 1631703663076,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:20.046Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:20.046Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.046Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "cds",
"timestamp": 1631703672144,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:20.047Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:20.047Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.047Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "clamp",
"timestamp": 1631703674414,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T11:01:20.047Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T11:01:20.047Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.047Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "aai-ml",
"timestamp": 1631703668993,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:20.047Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:20.047Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.047Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "dcae-sch",
"timestamp": 1631703663076,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:20.048Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:20.048Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.048Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "cds",
"timestamp": 1631703672144,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:20.048Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:20.048Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.048Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "aai-ml",
"timestamp": 1631703668993,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T11:01:20.048Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:20.048Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.048Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "dcae-sch",
"timestamp": 1631703663076,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:20.048Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:20.048Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.048Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "cds",
"timestamp": 1631703672144,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:20.049Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:20.049Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.049Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "clamp",
"timestamp": 1631703676422,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-15T11:01:20.049Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T11:01:20.049Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.049Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "policy-id",
"timestamp": 1631703676762,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T11:01:20.049Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T11:01:20.049Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.049Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "dcae-sch",
"timestamp": 1631703663076,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:20.049Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:20.049Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.049Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "cds",
"timestamp": 1631703672144,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:20.049Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:20.050Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.050Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631703677347,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-15T11:01:20.050Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T11:01:20.050Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.050Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "clamp",
"timestamp": 1631703677426,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
2021-09-15T11:01:20.051Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
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-15T11:01:20.052Z||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-15T11:01:20.052Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T11:01:20.058Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c3dec2f2-facb-40e1-8ba0-a2ab42968789
2021-09-15T11:01:20.059Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3dec2f2-facb-40e1-8ba0-a2ab42968789 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=?
2021-09-15T11:01:20.065Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T11:01:20.065Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-15T11:01:20.073Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.073Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "policy-id",
"timestamp": 1631703677767,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-15T11:01:20.074Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T11:01:20.074Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.074Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "dcae-sch",
"timestamp": 1631703663076,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:20.075Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:20.075Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.075Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "cds",
"timestamp": 1631703672144,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:20.075Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:20.075Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.075Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "aai-ml",
"timestamp": 1631703678474,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T11:01:20.076Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T11:01:20.076Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.076Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "policy-id",
"timestamp": 1631703678771,
"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-15T11:01:20.081Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3dec2f2-facb-40e1-8ba0-a2ab42968789
2021-09-15T11:01:20.081Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3dec2f2-facb-40e1-8ba0-a2ab42968789 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-15T11:01:20.088Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T11:01:20.088Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "cds",
"timestamp": 1631703672144,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:20.089Z|8c9b60b0-ab8d-429b-8d76-66273fc3c0e7|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T11:01:20.953Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T11:01:20.953Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-15T11:01:20.957Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T11:01:20.957Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703679191,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-09-15T11:01:21.057Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T11:01:21.059Z||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-15T11:01:21.059Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T11:01:21.068Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T11:01:21.068Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T11:01:21.958Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T11:01:21.958Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-15T11:01:21.960Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T11:01:21.960Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703679191,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-09-15T11:01:22.061Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-15T11:01:22.062Z||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-15T11:01:22.062Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T11:01:22.074Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T11:01:22.074Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-15T11:01:22.961Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T11:01:22.962Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-15T11:01:22.964Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T11:01:22.964Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703679191,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:23.064Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T11:01:23.065Z||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-15T11:01:23.065Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T11:01:23.078Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T11:01:23.078Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-15T11:01:23.965Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T11:01:23.965Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-15T11:01:23.969Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T11:01:23.969Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703679191,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-09-15T11:01:24.070Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-15T11:01:24.071Z||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-15T11:01:24.071Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T11:01:24.081Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T11:01:24.082Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-15T11:01:24.970Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T11:01:24.971Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-15T11:01:24.974Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T11:01:24.974Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703679191,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:01:25.074Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T11:01:25.075Z||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-15T11:01:25.075Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T11:01:25.085Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T11:01:25.086Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-15T11:01:25.974Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T11:01:25.975Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-15T11:01:25.977Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T11:01:25.977Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703679191,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T11:01:26.085Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2021-09-15T11:01:26.086Z||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-15T11:01:26.086Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T11:01:26.095Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T11:01:26.096Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T11:01:26.980Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "90138f5a-2b91-4cba-a1b2-1c11968fb838",
"serviceDescription": "service",
"serviceInvariantUUID": "6acd46ea-e4f3-48ac-9e83-dd4f4b75cb77",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "4e3b539d-f79d-46d6-b910-01de901a9a51",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "634a8255-8539-4337-bef8-7bd492e6332b",
"resourceInvariantUUID": "38d5b68d-8a58-485a-84ce-5ba3aef91354",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "YTU1NjU0MTc3NDk1ZjdiMmI2NDgyMzYzMThmZTBhYjI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0c66ae95-2628-4c63-bb91-c38925452935",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8c6dc9a2-30d8-4aea-b00e-3418a8534055",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "129786b3-805c-4620-a447-7aaaa8039629",
"generatedFromUUID": "8c6dc9a2-30d8-4aea-b00e-3418a8534055"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "129786b3-805c-4620-a447-7aaaa8039629",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "MWEyZDA3M2IwODU4ZTRmM2IzYjg2NzkwNjkyNjQwMTQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b74a4d2d-cba0-45d6-8a60-b06e7118cbfc"
}
],
"workloadContext": "Production"
}
2021-09-15T11:01:26.980Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-15T11:01:26.980Z|b48b12ab-dbae-46ea-b64e-e06a1afd2bb8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 90138f5a-2b91-4cba-a1b2-1c11968fb838 ASDC
2021-09-15T11:01:26.981Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:c3dec2f2-facb-40e1-8ba0-a2ab42968789
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:90138f5a-2b91-4cba-a1b2-1c11968fb838
ServiceInvariantUUID:6acd46ea-e4f3-48ac-9e83-dd4f4b75cb77
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:b74a4d2d-cba0-45d6-8a60-b06e7118cbfc
ArtifactChecksum:MWEyZDA3M2IwODU4ZTRmM2IzYjg2NzkwNjkyNjQwMTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:4e3b539d-f79d-46d6-b910-01de901a9a51
ResourceInvariantUUID:38d5b68d-8a58-485a-84ce-5ba3aef91354
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:634a8255-8539-4337-bef8-7bd492e6332b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:0c66ae95-2628-4c63-bb91-c38925452935
ArtifactChecksum:YTU1NjU0MTc3NDk1ZjdiMmI2NDgyMzYzMThmZTBhYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:8c6dc9a2-30d8-4aea-b00e-3418a8534055
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:129786b3-805c-4620-a447-7aaaa8039629
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:129786b3-805c-4620-a447-7aaaa8039629
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-15T11:01:26.985Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 90138f5a-2b91-4cba-a1b2-1c11968fb838 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-15T11:01:27.027Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-15T11:01:27.027Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-15T11:01:27.028Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-15T11:01:27.028Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b74a4d2d-cba0-45d6-8a60-b06e7118cbfc from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-15T11:01:27.028Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-15T11:01:27.028Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-15T11:01:28.941Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-15T11:01:28.947Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar b74a4d2d-cba0-45d6-8a60-b06e7118cbfc 70860
2021-09-15T11:01:28.948Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-15T11:01:28.948Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-15T11:01:28.948Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T11:01:28.949Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-15T11:01:28.953Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T11:01:28.953Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703688947,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T11:01:29.053Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-15T11:01:29.054Z||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-15T11:01:29.054Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T11:01:29.065Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T11:01:29.065Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-15T11:01:29.954Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-15T11:01:29.956Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-15T11:01:29.957Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b74a4d2d-cba0-45d6-8a60-b06e7118cbfc, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-15T11:01:29.957Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-09-15T11:01:29.958Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-15T11:01:29.958Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-09-15T11:01:30.190Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12525122375711519809/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-09-15T11:01:31.516Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-15T11:01:31.516Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-15T11:01:31.517Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-15T11:01:31.517Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-15T11:01:31.517Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-15T11:01:31.517Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-15T11:01:31.517Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-15T11:01:31.517Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-15T11:01:31.517Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-15T11:01:31.517Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-15T11:01:31.517Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-15T11:01:31.517Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-15T11:01:31.517Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-15T11:01:31.518Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-15T11:01:31.518Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T11:01:31.518Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T11:01:31.518Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-15T11:01:31.518Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-15T11:01:31.518Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-15T11:01:31.519Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T11:01:31.519Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T11:01:31.519Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-15T11:01:31.519Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-15T11:01:31.519Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-15T11:01:31.519Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T11:01:31.520Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T11:01:31.520Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T11:01:31.520Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-15T11:01:31.520Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-15T11:01:31.520Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-15T11:01:31.520Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-15T11:01:31.521Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-15T11:01:31.521Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-15T11:01:31.521Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T11:01:31.521Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-15T11:01:31.521Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T11:01:31.521Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-15T11:01:31.521Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T11:01:31.522Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T11:01:31.522Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-15T11:01:31.522Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T11:01:31.522Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T11:01:31.522Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-15T11:01:31.522Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T11:01:31.523Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T11:01:31.523Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-15T11:01:31.523Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-15T11:01:31.523Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-15T11:01:31.523Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=76649162-e5a6-486e-908a-761bdd0a3099
2021-09-15T11:01:31.523Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T11:01:31.523Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T11:01:31.524Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T11:01:31.524Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T11:01:31.524Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T11:01:31.524Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T11:01:31.524Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T11:01:31.524Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T11:01:31.524Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:90138f5a-2b91-4cba-a1b2-1c11968fb838
Model Version:NULL
Model InvariantUuid:6acd46ea-e4f3-48ac-9e83-dd4f4b75cb77
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:cb01b55b-52bf-4df2-8e77-611213b68324
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:38d5b68d-8a58-485a-84ce-5ba3aef91354
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:4e3b539d-f79d-46d6-b910-01de901a9a51
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:82df5d92-9af3-48e6-8560-082e18e48a17
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:e243be1b-1b8d-4b52-9570-64d178bd82f7
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:76649162-e5a6-486e-908a-761bdd0a3099
ModelInvariantUuid:9e7773d5-c6e7-4510-b854-c150047847b2
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:ff5a2587-bf73-41af-83cf-c37cb59c8f14
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20
VNFC Properties:
ModelCustomizationUuid:8e68ad1a-7ce5-4b5b-8b9e-fed5c6fe502e
ModelInvariantUuid:442ae5f5-63ef-4cea-baca-c14145234b89
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:348d44a1-70a9-48bd-93ae-217444e63aeb
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-15T11:01:31.531Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 634a8255-8539-4337-bef8-7bd492e6332b
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-15T11:01:31.534Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||basic_vm 0
2021-09-15T11:01:31.534Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 634a8255-8539-4337-bef8-7bd492e6332b
2021-09-15T11:01:31.534Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0c66ae95-2628-4c63-bb91-c38925452935 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-15T11:01:31.534Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-15T11:01:31.535Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-15T11:01:35.855Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-15T11:01:35.856Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 0c66ae95-2628-4c63-bb91-c38925452935 787
2021-09-15T11:01:35.857Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-09-15T11:01:35.857Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-15T11:01:35.857Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T11:01:35.858Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-15T11:01:35.862Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T11:01:35.862Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703695857,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-15T11:01:35.963Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T11:01:35.963Z||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-15T11:01:35.964Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T11:01:35.974Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T11:01:35.975Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-15T11:01:36.863Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "82df5d92-9af3-48e6-8560-082e18e48a17",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e243be1b-1b8d-4b52-9570-64d178bd82f7",
"vfModuleModelCustomizationUUID": "dfb2428d-6fdb-42aa-8754-0231fb597692",
"isBase": true,
"artifacts": [
"8c6dc9a2-30d8-4aea-b00e-3418a8534055",
"129786b3-805c-4620-a447-7aaaa8039629"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-15T11:01:36.871Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e243be1b-1b8d-4b52-9570-64d178bd82f7
VfModuleModelInvariantUUID:82df5d92-9af3-48e6-8560-082e18e48a17
VfModuleModelDescription:NULL
Artifacts UUID List:{
8c6dc9a2-30d8-4aea-b00e-3418a8534055
,
129786b3-805c-4620-a447-7aaaa8039629
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-15T11:01:36.873Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "82df5d92-9af3-48e6-8560-082e18e48a17",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e243be1b-1b8d-4b52-9570-64d178bd82f7",
"vfModuleModelCustomizationUUID": "dfb2428d-6fdb-42aa-8754-0231fb597692",
"isBase": true,
"artifacts": [
"8c6dc9a2-30d8-4aea-b00e-3418a8534055",
"129786b3-805c-4620-a447-7aaaa8039629"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-15T11:01:36.873Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e243be1b-1b8d-4b52-9570-64d178bd82f7
VfModuleModelInvariantUUID:82df5d92-9af3-48e6-8560-082e18e48a17
VfModuleModelDescription:NULL
Artifacts UUID List:{
8c6dc9a2-30d8-4aea-b00e-3418a8534055
,
129786b3-805c-4620-a447-7aaaa8039629
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-15T11:01:36.873Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8c6dc9a2-30d8-4aea-b00e-3418a8534055 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-15T11:01:36.874Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-15T11:01:36.874Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-15T11:01:39.203Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-15T11:01:39.203Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 8c6dc9a2-30d8-4aea-b00e-3418a8534055 5033
2021-09-15T11:01:39.203Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-15T11:01:39.203Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-15T11:01:39.204Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T11:01:39.204Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-15T11:01:39.206Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T11:01:39.206Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703699203,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-15T11:01:39.306Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T11:01:39.307Z||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-15T11:01:39.308Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T11:01:39.319Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T11:01:39.319Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-15T11:01:40.207Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 129786b3-805c-4620-a447-7aaaa8039629 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-15T11:01:40.207Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-15T11:01:40.208Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-15T11:01:41.398Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-15T11:01:41.399Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 129786b3-805c-4620-a447-7aaaa8039629 903
2021-09-15T11:01:41.399Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-15T11:01:41.400Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-15T11:01:41.400Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T11:01:41.400Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-15T11:01:41.402Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T11:01:41.402Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703701399,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-09-15T11:01:41.502Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T11:01:41.504Z||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-15T11:01:41.504Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T11:01:41.515Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T11:01:41.516Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-15T11:01:42.403Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 90138f5a-2b91-4cba-a1b2-1c11968fb838
2021-09-15T11:01:42.403Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 634a8255-8539-4337-bef8-7bd492e6332b ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-15T11:01:42.422Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4819f893, org.onap.sdc.toscaparser.api.parameters.Input@33cee3af, org.onap.sdc.toscaparser.api.parameters.Input@104f056f, org.onap.sdc.toscaparser.api.parameters.Input@652fe789, org.onap.sdc.toscaparser.api.parameters.Input@62f546df]
2021-09-15T11:01:42.424Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T11:01:42.425Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T11:01:42.425Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2021-09-15T11:01:42.425Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 4e3b539d-f79d-46d6-b910-01de901a9a51
2021-09-15T11:01:42.425Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4e3b539d-f79d-46d6-b910-01de901a9a51 matches Tosca VF Customization UUID: 4e3b539d-f79d-46d6-b910-01de901a9a51
2021-09-15T11:01:42.425Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 4e3b539d-f79d-46d6-b910-01de901a9a51 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-15T11:01:42.441Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T11:01:42.444Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T11:01:42.445Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 4e3b539d-f79d-46d6-b910-01de901a9a51: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2021-09-15T11:01:42.447Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5467ba80
2021-09-15T11:01:42.447Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T11:01:42.448Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-15T11:01:42.449Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dfb2428d-6fdb-42aa-8754-0231fb597692
2021-09-15T11:01:42.449Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dfb2428d-6fdb-42aa-8754-0231fb597692
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-15T11:01:42.452Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T11:01:42.453Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-15T11:01:42.453Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T11:01:42.454Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T11:01:42.454Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-15T11:01:42.455Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T11:01:42.455Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T11:01:42.456Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-15T11:01:42.456Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-15T11:01:42.456Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-15T11:01:42.457Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=76649162-e5a6-486e-908a-761bdd0a3099
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-15T11:01:42.460Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T11:01:42.461Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-15T11:01:42.461Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T11:01:42.462Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T11:01:42.462Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-15T11:01:42.462Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=4e3b539d-f79d-46d6-b910-01de901a9a51
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-15T11:01:42.464Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T11:01:42.464Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T11:01:42.465Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 90138f5a-2b91-4cba-a1b2-1c11968fb838: basic_vm
2021-09-15T11:01:42.465Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T11:01:42.465Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T11:01:42.465Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T11:01:42.466Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T11:01:42.466Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T11:01:42.467Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T11:01:42.467Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T11:01:42.468Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T11:01:42.468Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T11:01:42.468Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T11:01:42.469Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm
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-15T11:01:42.594Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 634a8255-8539-4337-bef8-7bd492e6332b 1 ASDC deployResourceStructure
2021-09-15T11:01:42.594Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-09-15T11:01:42.595Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-15T11:01:42.595Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T11:01:42.595Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-15T11:01:42.597Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T11:01:42.597Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703702594,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-15T11:01:42.698Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-15T11:01:42.699Z||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-15T11:01:42.699Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T11:01:42.711Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T11:01:42.711Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-15T11:01:43.599Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-15T11:01:43.600Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-15T11:01:43.600Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T11:01:43.601Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-15T11:01:43.603Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T11:01:43.603Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703703599,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DEPLOY_OK"
}
2021-09-15T11:01:43.703Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-15T11:01:43.704Z||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-15T11:01:43.704Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T11:01:43.720Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T11:01:43.720Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-15T11:01:44.606Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-15T11:01:44.606Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-15T11:01:44.607Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T11:01:44.607Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-15T11:01:44.612Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T11:01:44.613Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703704605,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DEPLOY_OK"
}
2021-09-15T11:01:44.712Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-15T11:01:44.714Z||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-15T11:01:44.714Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T11:01:44.724Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T11:01:44.724Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-15T11:01:45.618Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-15T11:01:45.619Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-15T11:01:45.619Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T11:01:45.619Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-15T11:01:45.622Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T11:01:45.622Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703705617,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-15T11:01:45.721Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-15T11:01:45.722Z||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-15T11:01:45.723Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T11:01:45.732Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T11:01:45.732Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-15T11:01:46.623Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3dec2f2-facb-40e1-8ba0-a2ab42968789
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-15T11:01:46.640Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3dec2f2-facb-40e1-8ba0-a2ab42968789
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-15T11:01:46.643Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T11:01:46.644Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T11:01:46.644Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T11:02:16.645Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3dec2f2-facb-40e1-8ba0-a2ab42968789
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-15T11:02:16.661Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3dec2f2-facb-40e1-8ba0-a2ab42968789
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-15T11:02:16.665Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T11:02:16.665Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T11:02:16.665Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T11:02:19.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T11:02:19.196Z||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-15T11:02:19.196Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T11:02:19.220Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T11:02:19.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:02:19.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "policy-id",
"timestamp": 1631703663974,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:02:19.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:02:46.666Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3dec2f2-facb-40e1-8ba0-a2ab42968789
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-15T11:02:46.683Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3dec2f2-facb-40e1-8ba0-a2ab42968789
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-15T11:02:46.692Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T11:02:46.692Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T11:02:46.693Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T11:03:16.693Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3dec2f2-facb-40e1-8ba0-a2ab42968789
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-15T11:03:16.707Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3dec2f2-facb-40e1-8ba0-a2ab42968789
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-15T11:03:16.710Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T11:03:16.710Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T11:03:16.710Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T11:03:19.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T11:03:19.198Z||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-15T11:03:19.198Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T11:03:19.293Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T11:03:19.294Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:03:19.294Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "cds",
"timestamp": 1631703672144,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T11:03:19.295Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:03:46.710Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3dec2f2-facb-40e1-8ba0-a2ab42968789
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-15T11:03:46.724Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3dec2f2-facb-40e1-8ba0-a2ab42968789
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-15T11:03:46.727Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T11:03:46.727Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T11:03:46.727Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T11:04:16.727Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3dec2f2-facb-40e1-8ba0-a2ab42968789
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-15T11:04:16.749Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3dec2f2-facb-40e1-8ba0-a2ab42968789
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-15T11:04:16.756Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T11:04:16.757Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T11:04:16.757Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T11:04:19.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T11:04:19.198Z||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-15T11:04:19.198Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T11:04:19.758Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T11:04:19.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703679191,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:04:19.763Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.763Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "ves-openapi-manager",
"timestamp": 1631703679423,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:04:19.763Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631703680554,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-15T11:04:19.764Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T11:04:19.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "policy-id",
"timestamp": 1631703663974,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:04:19.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703679191,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-09-15T11:04:19.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "ves-openapi-manager",
"timestamp": 1631703679423,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:04:19.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "policy-id",
"timestamp": 1631703663974,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:04:19.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703679191,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-09-15T11:04:19.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "clamp",
"timestamp": 1631703681416,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:04:19.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "ves-openapi-manager",
"timestamp": 1631703679423,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:04:19.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "policy-id",
"timestamp": 1631703663974,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-15T11:04:19.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703679191,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:04:19.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "cds",
"timestamp": 1631703683020,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T11:04:19.767Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T11:04:19.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "clamp",
"timestamp": 1631703681416,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:04:19.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "ves-openapi-manager",
"timestamp": 1631703679423,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:04:19.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631703683623,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-09-15T11:04:19.768Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T11:04:19.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "policy-id",
"timestamp": 1631703663974,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:04:19.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703679191,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-09-15T11:04:19.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "cds",
"timestamp": 1631703684027,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-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-15T11:04:19.783Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 68ecdf5f-68a1-40e9-a679-b176e890e681
2021-09-15T11:04:19.783Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68ecdf5f-68a1-40e9-a679-b176e890e681 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-15T11:04:19.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "clamp",
"timestamp": 1631703681416,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-09-15T11:04:19.791Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "ves-openapi-manager",
"timestamp": 1631703679423,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:04:19.791Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "dcae-sch",
"timestamp": 1631703684319,
"artifactURL": "/sdc/v1/catalog/services/d1b259db-7003-4bbf-bc32-f634d276337a/resourceInstances/basicclamp0/artifacts/e954eddf-fac9-42ec-aa75-537bef8be8fe",
"status": "DOWNLOAD_OK"
}
2021-09-15T11:04:19.791Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T11:04:19.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631703684649,
"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-15T11:04:19.795Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3dec2f2-facb-40e1-8ba0-a2ab42968789
2021-09-15T11:04:19.795Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3dec2f2-facb-40e1-8ba0-a2ab42968789 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-15T11:04:19.808Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.808Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "policy-id",
"timestamp": 1631703663974,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:04:19.808Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.808Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.808Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703679191,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:04:19.808Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.808Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.809Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "clamp",
"timestamp": 1631703681416,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:04:19.809Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.809Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.809Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "ves-openapi-manager",
"timestamp": 1631703679423,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:04:19.809Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.809Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.809Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631703685652,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-15T11:04:19.809Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T11:04:19.809Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.809Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "policy-id",
"timestamp": 1631703663974,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:04:19.810Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.810Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.810Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "dcae-sch",
"timestamp": 1631703685868,
"artifactURL": "/sdc/v1/catalog/services/d1b259db-7003-4bbf-bc32-f634d276337a/resourceInstances/basicclamp0/artifacts/e954eddf-fac9-42ec-aa75-537bef8be8fe",
"status": "DEPLOY_OK"
}
2021-09-15T11:04:19.810Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T11:04:19.810Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.810Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703679191,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T11:04:19.810Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.810Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.810Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "clamp",
"timestamp": 1631703681416,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:04:19.811Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.811Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.811Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "aai-ml",
"timestamp": 1631703686105,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-15T11:04:19.811Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T11:04:19.811Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.811Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "ves-openapi-manager",
"timestamp": 1631703679423,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:04:19.811Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.811Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.811Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631703666364,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:04:19.811Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.811Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "policy-id",
"timestamp": 1631703663974,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T11:04:19.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "dcae-sch",
"timestamp": 1631703686872,
"artifactURL": "/sdc/v1/catalog/services/d1b259db-7003-4bbf-bc32-f634d276337a/resourceInstances/basicclamp0/artifacts/e954eddf-fac9-42ec-aa75-537bef8be8fe",
"status": "COMPONENT_DONE_OK",
"componentName": "service-change-handler"
}
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-15T11:04:19.816Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 68ecdf5f-68a1-40e9-a679-b176e890e681
2021-09-15T11:04:19.816Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68ecdf5f-68a1-40e9-a679-b176e890e681 and ComponentName service-change-handler
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-15T11:04:19.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "clamp",
"timestamp": 1631703681416,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:04:19.826Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "aai-ml",
"timestamp": 1631703687109,
"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-15T11:04:19.830Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c3dec2f2-facb-40e1-8ba0-a2ab42968789
2021-09-15T11:04:19.830Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3dec2f2-facb-40e1-8ba0-a2ab42968789 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-15T11:04:19.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631703686513,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:04:19.836Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "ves-openapi-manager",
"timestamp": 1631703679423,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:04:19.837Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631703666364,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:04:19.837Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "clamp",
"timestamp": 1631703681416,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:04:19.837Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "aai-ml",
"timestamp": 1631703668993,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:04:19.838Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631703686513,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:04:19.838Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631703666364,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-09-15T11:04:19.838Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703688947,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T11:04:19.838Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T11:04:19.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "clamp",
"timestamp": 1631703681416,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T11:04:19.839Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "aai-ml",
"timestamp": 1631703668993,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:04:19.839Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631703686513,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:04:19.839Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631703666364,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-15T11:04:19.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "policy-id",
"timestamp": 1631703690026,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T11:04:19.840Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T11:04:19.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "aai-ml",
"timestamp": 1631703668993,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:04:19.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631703686513,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:04:19.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631703666364,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:04:19.841Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "policy-id",
"timestamp": 1631703691033,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-15T11:04:19.841Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T11:04:19.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "aai-ml",
"timestamp": 1631703668993,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:04:19.841Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631703686513,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:04:19.841Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631703666364,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-15T11:04:19.842Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "policy-id",
"timestamp": 1631703692037,
"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-15T11:04:19.845Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 68ecdf5f-68a1-40e9-a679-b176e890e681
2021-09-15T11:04:19.846Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68ecdf5f-68a1-40e9-a679-b176e890e681 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-15T11:04:19.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "aai-ml",
"timestamp": 1631703668993,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:04:19.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631703686513,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:04:19.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631703666364,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:04:19.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "aai-ml",
"timestamp": 1631703668993,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:04:19.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631703686513,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:04:19.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631703666364,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T11:04:19.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "aai-ml",
"timestamp": 1631703668993,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:04:19.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631703686513,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T11:04:19.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "aai-ml",
"timestamp": 1631703668993,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T11:04:19.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-15T11:04:19.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703695857,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-15T11:04:19.855Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T11:04:19.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631703697361,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-15T11:04:19.855Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T11:04:19.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631703698062,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T11:04:19.855Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T11:04:19.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "aai-ml",
"timestamp": 1631703698645,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T11:04:19.855Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T11:04:19.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703699203,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-15T11:04:19.856Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T11:04:19.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631703700265,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-15T11:04:19.856Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T11:04:19.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631703700416,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-15T11:04:19.856Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T11:04:19.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703701399,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-09-15T11:04:19.856Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T11:04:19.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "clamp",
"timestamp": 1631703701417,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T11:04:19.857Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T11:04:19.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631703701424,
"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-15T11:04:19.860Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 68ecdf5f-68a1-40e9-a679-b176e890e681
2021-09-15T11:04:19.860Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68ecdf5f-68a1-40e9-a679-b176e890e681 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-15T11:04:19.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "clamp",
"timestamp": 1631703702420,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-15T11:04:19.867Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T11:04:19.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631703702541,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-15T11:04:19.867Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T11:04:19.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703702594,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-15T11:04:19.867Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T11:04:19.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631703703565,
"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-15T11:04:19.871Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 68ecdf5f-68a1-40e9-a679-b176e890e681
2021-09-15T11:04:19.871Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68ecdf5f-68a1-40e9-a679-b176e890e681 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-15T11:04:19.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703703599,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DEPLOY_OK"
}
2021-09-15T11:04:19.877Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T11:04:19.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631703704569,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-15T11:04:19.877Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T11:04:19.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703704605,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DEPLOY_OK"
}
2021-09-15T11:04:19.877Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T11:04:19.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703705617,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-15T11:04:19.878Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T11:04:19.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "aai-ml",
"timestamp": 1631703705706,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-15T11:04:19.878Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T11:04:19.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "clamp",
"timestamp": 1631703706498,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-15T11:04:19.878Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T11:04:19.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "aai-ml",
"timestamp": 1631703706709,
"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-15T11:04:19.882Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 68ecdf5f-68a1-40e9-a679-b176e890e681
2021-09-15T11:04:19.882Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68ecdf5f-68a1-40e9-a679-b176e890e681 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-15T11:04:19.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "clamp",
"timestamp": 1631703707501,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-15T11:04:19.893Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T11:04:19.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:04:19.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "clamp",
"timestamp": 1631703708508,
"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-15T11:04:19.897Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 68ecdf5f-68a1-40e9-a679-b176e890e681
2021-09-15T11:04:19.897Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68ecdf5f-68a1-40e9-a679-b176e890e681 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-15T11:04:46.757Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3dec2f2-facb-40e1-8ba0-a2ab42968789
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-15T11:04:49.192Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3dec2f2-facb-40e1-8ba0-a2ab42968789
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-15T11:04:49.199Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T11:04:49.200Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-15T11:04:49.200Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-15T11:04:49.200Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-15T11:04:49.200Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-15T11:04:49.200Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-15T11:04:49.200Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-15T11:04:49.200Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-15T11:04:49.200Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-15T11:04:49.200Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-15T11:04:49.200Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-15T11:04:49.211Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-15T11:05:19.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T11:05:19.199Z||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-15T11:05:19.199Z||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 j7ZBJXLLemUAXfvd) ...
2021-09-15T11:05:19.212Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c3dec2f2-facb-40e1-8ba0-a2ab42968789 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-15T11:05:19.225Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c3dec2f2-facb-40e1-8ba0-a2ab42968789 and serviceModelVersionId: 90138f5a-2b91-4cba-a1b2-1c11968fb838
2021-09-15T11:05:19.226Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6acd46ea-e4f3-48ac-9e83-dd4f4b75cb77
2021-09-15T11:05:19.228Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6acd46ea-e4f3-48ac-9e83-dd4f4b75cb77/model-vers/model-ver/90138f5a-2b91-4cba-a1b2-1c11968fb838?depth=0
2021-09-15T11:05:19.242Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-09-15T11:05:19.307Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6acd46ea-e4f3-48ac-9e83-dd4f4b75cb77/model-vers/model-ver/90138f5a-2b91-4cba-a1b2-1c11968fb838?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-15T11:05:19.310Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6acd46ea-e4f3-48ac-9e83-dd4f4b75cb77/model-vers/model-ver/90138f5a-2b91-4cba-a1b2-1c11968fb838?depth=0|INFO|500||Invoke
2021-09-15T11:05:19.349Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6acd46ea-e4f3-48ac-9e83-dd4f4b75cb77/model-vers/model-ver/90138f5a-2b91-4cba-a1b2-1c11968fb838?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-15T11:05:19.487Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6acd46ea-e4f3-48ac-9e83-dd4f4b75cb77/model-vers/model-ver/90138f5a-2b91-4cba-a1b2-1c11968fb838?depth=0|INFO|500||InvokeReturn
2021-09-15T11:05:19.488Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6acd46ea-e4f3-48ac-9e83-dd4f4b75cb77/model-vers/model-ver/90138f5a-2b91-4cba-a1b2-1c11968fb838?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210915-11:05:19:353-19173], vertex-id=[184336], Content-Length=[0], Date=[Wed, 15 Sep 2021 11:05:19 GMT], Content-Type=[application/json]}
2021-09-15T11:05:19.489Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-09-15T11:05:19.489Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-15T11:05:19.490Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||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-15T11:05:19.496Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-15T11:05:19.496Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c3dec2f2-facb-40e1-8ba0-a2ab42968789 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-15T11:05:19.496Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-15T11:05:19.497Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-15T11:05:19.501Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T11:05:19.501Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703919496,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-15T11:05:19.601Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-15T11:05:19.602Z||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-15T11:05:19.602Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T11:05:19.612Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T11:05:19.613Z||pool-39-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T11:05:20.270Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T11:05:20.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-15T11:05:20.272Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3dec2f2-facb-40e1-8ba0-a2ab42968789",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703919496,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-15T11:05:20.274Z||pool-2-thread-9|||||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-15T11:05:20.518Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T11:05:20.518Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"68ecdf5f-68a1-40e9-a679-b176e890e681","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"d1b259db-7003-4bbf-bc32-f634d276337a","serviceDescription":"service","serviceInvariantUUID":"a91a2c70-8059-4a33-91d7-773ef563ad7f","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d59f8c8-159b-488f-b5a6-7418e76dcbd7","resourceInvariantUUID":"1e5e521e-364d-4187-b211-0e6d37c5fe06","resourceCustomizationUUID":"1e0f78d0-d6c9-4529-a840-bc678de24b9a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"ZjQzNWQ3MzVhMTlhYjlmYmVmYjJjZGQwZjg1NTgwNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e954eddf-fac9-42ec-aa75-537bef8be8fe","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"OTRlM2VjNDM5NGUyNDg3NDhiNTVkNThlOGU5NmU2Yjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"73eab10e-035e-4ced-b4f2-77ab041dc496","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"MzQ1YzFiMzFhNDYwNGU2OTQyMGMxNzM1MWNjNWNiMTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7dc57da0-03e9-4a6e-afc0-20721a48c606","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"39ea3267-48c2-4bd8-b845-6c39a29126c2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"741f3da7-b695-437e-8308-7fe41b3e7058","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c7d73351-4645-4a29-a1ad-b9987d82b57c","artifactVersion":"2","generatedFromUUID":"39ea3267-48c2-4bd8-b845-6c39a29126c2"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MjkxMjFjZjBjOGViNjkyYmFkY2M1Y2E5N2FiMjVkMTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0a0f29c1-c197-4e43-8e40-1c8b36b7bb64","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MWEwN2NlNDNkYzk0NTY5ZGQ0MDI3YjhhNzY0NDhkMTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5a27b04e-d35f-452d-be76-0fac23167258","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-15T11:05:20.519Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T11:05:20.519Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-15T11:05:20.521Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T11:05:20.522Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703679191,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:05:20.624Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-15T11:05:20.625Z||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-15T11:05:20.625Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T11:05:20.636Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T11:05:20.637Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-15T11:05:21.523Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T11:05:21.525Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-15T11:05:21.528Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T11:05:21.528Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703679191,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:05:21.629Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-15T11:05:21.630Z||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-15T11:05:21.630Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T11:05:21.639Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T11:05:21.639Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-15T11:05:22.529Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T11:05:22.529Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-15T11:05:22.534Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T11:05:22.534Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703679191,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-09-15T11:05:22.635Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T11:05:22.636Z||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-15T11:05:22.636Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T11:05:22.644Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T11:05:22.645Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-15T11:05:23.535Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T11:05:23.538Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-15T11:05:23.540Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T11:05:23.540Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703679191,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-15T11:05:23.640Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T11:05:23.641Z||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-15T11:05:23.641Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T11:05:23.652Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T11:05:23.652Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-15T11:05:24.541Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T11:05:24.542Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-15T11:05:24.544Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T11:05:24.544Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703679191,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:05:24.644Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T11:05:24.645Z||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-15T11:05:24.645Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T11:05:24.659Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T11:05:24.659Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-15T11:05:25.544Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T11:05:25.545Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-15T11:05:25.548Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T11:05:25.548Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703679191,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-15T11:05:25.648Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T11:05:25.649Z||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-15T11:05:25.649Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T11:05:25.662Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T11:05:25.662Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-15T11:05:26.548Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T11:05:26.550Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-15T11:05:26.552Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T11:05:26.552Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703679191,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T11:05:26.654Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-15T11:05:26.655Z||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-15T11:05:26.655Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T11:05:26.665Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T11:05:26.666Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-15T11:05:27.554Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T11:05:27.555Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-15T11:05:27.558Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T11:05:27.558Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703679191,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T11:05:27.659Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-15T11:05:27.660Z||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-15T11:05:27.661Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T11:05:27.674Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T11:05:27.676Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-15T11:05:28.560Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"serviceName": "basicclamp",
"serviceVersion": "1.0",
"serviceUUID": "d1b259db-7003-4bbf-bc32-f634d276337a",
"serviceDescription": "service",
"serviceInvariantUUID": "a91a2c70-8059-4a33-91d7-773ef563ad7f",
"resources": [
{
"resourceInstanceName": "basicclamp 0",
"resourceCustomizationUUID": "1e0f78d0-d6c9-4529-a840-bc678de24b9a",
"resourceName": "basicclamp",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7d59f8c8-159b-488f-b5a6-7418e76dcbd7",
"resourceInvariantUUID": "1e5e521e-364d-4187-b211-0e6d37c5fe06",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basicclamp0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"artifactChecksum": "MzQ1YzFiMzFhNDYwNGU2OTQyMGMxNzM1MWNjNWNiMTI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7dc57da0-03e9-4a6e-afc0-20721a48c606",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "39ea3267-48c2-4bd8-b845-6c39a29126c2",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c7d73351-4645-4a29-a1ad-b9987d82b57c",
"generatedFromUUID": "39ea3267-48c2-4bd8-b845-6c39a29126c2"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c7d73351-4645-4a29-a1ad-b9987d82b57c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Basicclamp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"artifactChecksum": "MWEwN2NlNDNkYzk0NTY5ZGQ0MDI3YjhhNzY0NDhkMTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5a27b04e-d35f-452d-be76-0fac23167258"
}
],
"workloadContext": "Production"
}
2021-09-15T11:05:28.560Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-15T11:05:28.561Z|c3dec2f2-facb-40e1-8ba0-a2ab42968789|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d1b259db-7003-4bbf-bc32-f634d276337a ASDC
2021-09-15T11:05:28.562Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:68ecdf5f-68a1-40e9-a679-b176e890e681
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:d1b259db-7003-4bbf-bc32-f634d276337a
ServiceInvariantUUID:a91a2c70-8059-4a33-91d7-773ef563ad7f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:5a27b04e-d35f-452d-be76-0fac23167258
ArtifactChecksum:MWEwN2NlNDNkYzk0NTY5ZGQ0MDI3YjhhNzY0NDhkMTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:1e0f78d0-d6c9-4529-a840-bc678de24b9a
ResourceInvariantUUID:1e5e521e-364d-4187-b211-0e6d37c5fe06
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:7d59f8c8-159b-488f-b5a6-7418e76dcbd7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:7dc57da0-03e9-4a6e-afc0-20721a48c606
ArtifactChecksum:MzQ1YzFiMzFhNDYwNGU2OTQyMGMxNzM1MWNjNWNiMTI=
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:39ea3267-48c2-4bd8-b845-6c39a29126c2
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:c7d73351-4645-4a29-a1ad-b9987d82b57c
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:c7d73351-4645-4a29-a1ad-b9987d82b57c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-15T11:05:28.562Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d1b259db-7003-4bbf-bc32-f634d276337a 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-15T11:05:28.609Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-15T11:05:28.609Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-15T11:05:28.610Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-15T11:05:28.610Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5a27b04e-d35f-452d-be76-0fac23167258 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-15T11:05:28.610Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-15T11:05:28.610Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-15T11:05:31.002Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-15T11:05:31.014Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 5a27b04e-d35f-452d-be76-0fac23167258 73381
2021-09-15T11:05:31.015Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-09-15T11:05:31.015Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-15T11:05:31.015Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T11:05:31.015Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-15T11:05:31.018Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T11:05:31.018Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703931015,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T11:05:31.118Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T11:05:31.119Z||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-15T11:05:31.119Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T11:05:31.128Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T11:05:31.128Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-15T11:05:32.018Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-15T11:05:32.020Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-15T11:05:32.020Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 5a27b04e-d35f-452d-be76-0fac23167258, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-15T11:05:32.021Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-09-15T11:05:32.022Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-15T11:05:32.022Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-15T11:05:32.223Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11788149321708604559/Definitions/service-Basicclamp-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-15T11:05:33.494Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-15T11:05:33.494Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-15T11:05:33.494Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-15T11:05:33.495Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-15T11:05:33.495Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 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-Basicclamp-csar.csar
2021-09-15T11:05:33.495Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-15T11:05:33.495Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-15T11:05:33.495Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-15T11:05:33.495Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-15T11:05:33.495Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-15T11:05:33.495Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-15T11:05:33.495Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-15T11:05:33.495Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-15T11:05:33.496Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-15T11:05:33.496Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T11:05:33.496Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T11:05:33.496Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-15T11:05:33.496Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-15T11:05:33.497Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-15T11:05:33.497Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T11:05:33.497Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T11:05:33.497Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-15T11:05:33.497Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-15T11:05:33.497Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-15T11:05:33.498Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T11:05:33.498Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T11:05:33.498Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T11:05:33.498Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-15T11:05:33.498Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-15T11:05:33.499Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-15T11:05:33.499Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-15T11:05:33.499Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-15T11:05:33.499Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-15T11:05:33.499Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T11:05:33.499Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-15T11:05:33.500Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T11:05:33.500Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-15T11:05:33.500Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T11:05:33.500Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T11:05:33.500Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-15T11:05:33.501Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T11:05:33.501Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T11:05:33.501Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-15T11:05:33.501Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T11:05:33.501Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T11:05:33.502Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-15T11:05:33.502Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-15T11:05:33.502Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-15T11:05:33.502Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=77ffd30e-e2b0-40f4-a054-c8d7776cf186
2021-09-15T11:05:33.502Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T11:05:33.502Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T11:05:33.503Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T11:05:33.503Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T11:05:33.503Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T11:05:33.503Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T11:05:33.503Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T11:05:33.504Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T11:05:33.504Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basicclamp
Description:service
Model UUID:d1b259db-7003-4bbf-bc32-f634d276337a
Model Version:NULL
Model InvariantUuid:a91a2c70-8059-4a33-91d7-773ef563ad7f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basicclamp
Model UUID:d99fa188-eb3c-4ec1-aed8-6b0e884f731b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1e5e521e-364d-4187-b211-0e6d37c5fe06
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:1e0f78d0-d6c9-4529-a840-bc678de24b9a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:7e1c041d-cfb1-44ef-94a1-a666841d4bae
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:4f2c5a7f-b7f6-4885-93a0-9bf9990de7e0
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:77ffd30e-e2b0-40f4-a054-c8d7776cf186
ModelInvariantUuid:e1435c1d-a4cd-424b-80bc-1da92f9e8ca0
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:58b08860-1ac9-4785-8824-c38226738756
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:5a588f12-b4ae-4402-8612-8d3d1a24a0d6
ModelInvariantUuid:b0043430-3d26-4aef-a740-1323870c2960
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:d58a14b6-78af-4422-9881-2d41acb09c9b
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-15T11:05:33.511Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d59f8c8-159b-488f-b5a6-7418e76dcbd7
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-15T11:05:33.513Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||INFO|500||basicclamp 0
2021-09-15T11:05:33.514Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d59f8c8-159b-488f-b5a6-7418e76dcbd7
2021-09-15T11:05:33.514Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7dc57da0-03e9-4a6e-afc0-20721a48c606 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-15T11:05:33.514Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-15T11:05:33.514Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-15T11:05:36.694Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-15T11:05:36.695Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 7dc57da0-03e9-4a6e-afc0-20721a48c606 790
2021-09-15T11:05:36.695Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-09-15T11:05:36.695Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-15T11:05:36.695Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T11:05:36.696Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-15T11:05:36.704Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T11:05:36.704Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703936695,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-15T11:05:36.802Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-15T11:05:36.803Z||pool-49-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-15T11:05:36.803Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T11:05:36.818Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T11:05:36.819Z||pool-49-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-15T11:05:37.705Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "7e1c041d-cfb1-44ef-94a1-a666841d4bae",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4f2c5a7f-b7f6-4885-93a0-9bf9990de7e0",
"vfModuleModelCustomizationUUID": "e9ef15de-7045-44c4-9fbf-e253e5e882c1",
"isBase": true,
"artifacts": [
"39ea3267-48c2-4bd8-b845-6c39a29126c2",
"c7d73351-4645-4a29-a1ad-b9987d82b57c"
],
"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-15T11:05:37.710Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4f2c5a7f-b7f6-4885-93a0-9bf9990de7e0
VfModuleModelInvariantUUID:7e1c041d-cfb1-44ef-94a1-a666841d4bae
VfModuleModelDescription:NULL
Artifacts UUID List:{
39ea3267-48c2-4bd8-b845-6c39a29126c2
,
c7d73351-4645-4a29-a1ad-b9987d82b57c
}
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-15T11:05:37.712Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "7e1c041d-cfb1-44ef-94a1-a666841d4bae",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4f2c5a7f-b7f6-4885-93a0-9bf9990de7e0",
"vfModuleModelCustomizationUUID": "e9ef15de-7045-44c4-9fbf-e253e5e882c1",
"isBase": true,
"artifacts": [
"39ea3267-48c2-4bd8-b845-6c39a29126c2",
"c7d73351-4645-4a29-a1ad-b9987d82b57c"
],
"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-15T11:05:37.712Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4f2c5a7f-b7f6-4885-93a0-9bf9990de7e0
VfModuleModelInvariantUUID:7e1c041d-cfb1-44ef-94a1-a666841d4bae
VfModuleModelDescription:NULL
Artifacts UUID List:{
39ea3267-48c2-4bd8-b845-6c39a29126c2
,
c7d73351-4645-4a29-a1ad-b9987d82b57c
}
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-15T11:05:37.713Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 39ea3267-48c2-4bd8-b845-6c39a29126c2 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-15T11:05:37.713Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-15T11:05:37.713Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-15T11:05:39.664Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-15T11:05:39.665Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 39ea3267-48c2-4bd8-b845-6c39a29126c2 5033
2021-09-15T11:05:39.665Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-15T11:05:39.665Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-15T11:05:39.665Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T11:05:39.665Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-15T11:05:39.667Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T11:05:39.668Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703939665,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-15T11:05:39.768Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T11:05:39.768Z||pool-50-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-15T11:05:39.769Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T11:05:39.783Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T11:05:39.783Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-15T11:05:40.668Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c7d73351-4645-4a29-a1ad-b9987d82b57c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-15T11:05:40.668Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-15T11:05:40.669Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-15T11:05:42.977Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-15T11:05:42.977Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env c7d73351-4645-4a29-a1ad-b9987d82b57c 909
2021-09-15T11:05:42.977Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-15T11:05:42.977Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-15T11:05:42.977Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T11:05:42.978Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-15T11:05:42.979Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T11:05:42.979Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "68ecdf5f-68a1-40e9-a679-b176e890e681",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631703942977,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-15T11:05:43.080Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T11:05:43.081Z||pool-51-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-15T11:05:43.081Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j7ZBJXLLemUAXfvd) ...
2021-09-15T11:05:43.090Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T11:05:43.090Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-15T11:05:43.980Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: d1b259db-7003-4bbf-bc32-f634d276337a
2021-09-15T11:05:43.980Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 7d59f8c8-159b-488f-b5a6-7418e76dcbd7 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-15T11:05:43.990Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@695c42df, org.onap.sdc.toscaparser.api.parameters.Input@3b1b3a64, org.onap.sdc.toscaparser.api.parameters.Input@1a164ee6, org.onap.sdc.toscaparser.api.parameters.Input@1a9c7557, org.onap.sdc.toscaparser.api.parameters.Input@11dd9661]
2021-09-15T11:05:43.992Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T11:05:43.992Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T11:05:43.992Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2021-09-15T11:05:43.992Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 1e0f78d0-d6c9-4529-a840-bc678de24b9a
2021-09-15T11:05:43.992Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1e0f78d0-d6c9-4529-a840-bc678de24b9a matches Tosca VF Customization UUID: 1e0f78d0-d6c9-4529-a840-bc678de24b9a
2021-09-15T11:05:43.992Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 1e0f78d0-d6c9-4529-a840-bc678de24b9a 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-15T11:05:43.994Z|68ecdf5f-68a1-40e9-a679-b176e890e681|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery