By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-10-13T02:34:04.466Z||main|||||INFO|500||The following profiles are active: basic
2021-10-13T02:34:15.118Z||main|||||INFO|500||Starting service [Tomcat]
2021-10-13T02:34:15.118Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-10-13T02:34:15.210Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-10-13T02:34:17.976Z||main|||||INFO|500||catdb-pool - Starting...
2021-10-13T02:34:18.165Z||main|||||INFO|500||catdb-pool - Start completed.
2021-10-13T02:34:18.610Z||main|||||INFO|500||reqdb-pool - Starting...
2021-10-13T02:34:18.637Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-10-13T02:34:18.724Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-10-13T02:34:18.873Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-10-13T02:34:19.300Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-10-13T02:34:20.241Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-13T02:34:22.409Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-13T02:34:22.474Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-10-13T02:34:22.973Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-13T02:34:23.282Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-10-13T02:34:24.506Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-13T02:34:25.624Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-10-13T02:34:25.646Z||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$$41d44204.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-10-13T02:34:25.647Z||main|||||WARN|500||The sdc end point is not alive
2021-10-13T02:34:28.743Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-10-13T02:34:31.906Z||main|||||WARN|500||---
2021-10-13T02:34:31.906Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-10-13T02:34:31.907Z||main|||||WARN|500||---
2021-10-13T02:34:32.364Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-10-13T02:34:37.477Z||main|||||INFO|500||Started Application in 37.771 seconds (JVM running for 39.079)
2021-10-13T02:34:37.493Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-13T02:34:37.494Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-13T02:34:37.536Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-13T02:34:37.570Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-13T02:34:37.661Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0e520661-d5ee-4a93-8f2c-eeafe6bfaf3c url= /sdc/v1/artifactTypes
2021-10-13T02:34:37.662Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-13T02:34:37.978Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-13T02:34:37.998Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-10-13T02:34:38.020Z||scheduling-1|||||DEBUG|500||create keys
2021-10-13T02:34:38.027Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-13T02:34:38.055Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:34:38.073Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 63efe73b-b696-45e2-8d3e-8982e9837156 url= /sdc/v1/registerForDistribution
2021-10-13T02:34:38.209Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 63efe73b-b696-45e2-8d3e-8982e9837156 url= /sdc/v1/registerForDistribution
2021-10-13T02:34:38.209Z||scheduling-1|||||INFO|500||start DistributionClient
2021-10-13T02:34:38.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:34:38.222Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:34:38.226Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-10-13T02:34:38.228Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:34:38.228Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:34:38.228Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:34:38.228Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:34:48.461Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:34:48.461Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:35:38.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:35:38.219Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:35:38.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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:35:38.220Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:35:38.222Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:35:38.222Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:35:47.766Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:35:47.766Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:36:38.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:36:38.220Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:36:38.220Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:36:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:36:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:36:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:36:47.763Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:36:47.766Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:37:38.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:37:38.219Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:37:38.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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:37:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:37:38.222Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:37:38.222Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:37:47.764Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:37:47.765Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:38:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:38:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:38:38.220Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:38:38.221Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:38:38.223Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:38:38.223Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:38:47.764Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:38:47.767Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:39:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:39:38.220Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:39:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:39:38.220Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:39:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:39:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:39:47.768Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:39:47.767Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:40:38.219Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:40:38.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:40:38.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:40:38.221Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:40:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:40:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:40:47.766Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:40:47.764Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:41:38.221Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:41:38.221Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:41:38.229Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:41:38.230Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:41:38.232Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:41:38.232Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:41:47.784Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:41:47.785Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:42:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:42:38.220Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:42:38.220Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:42:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:42:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:42:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:42:47.761Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:42:47.761Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:43:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:43:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:43:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:43:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:43:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:43:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:43:47.766Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:43:47.767Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:44:36.201Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-10-13T02:44:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:44:38.220Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:44:38.220Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:44:38.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:44:38.221Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:44:38.222Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:44:47.762Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:44:47.762Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:45:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:45:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:45:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:45:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:45:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:45:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:45:47.768Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:45:47.768Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:46:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:46:38.220Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:46:38.220Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:46:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:46:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:46:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:46:47.765Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:46:47.767Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:47:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:47:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:47:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:47:38.221Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:47:38.222Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:47:38.222Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:47:47.764Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:47:47.764Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:48:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:48:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:48:38.220Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:48:38.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:48:38.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:48:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:48:47.762Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:48:47.762Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:49:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:49:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:49:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:49:38.220Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:49:38.221Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:49:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:49:47.763Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:49:47.763Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:50:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:50:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:50:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:50:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:50:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:50:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:50:47.763Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:50:47.763Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:51:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:51:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:51:38.220Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:51:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:51:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:51:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:51:47.763Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:51:47.764Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:52:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:52:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:52:38.220Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:52:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:52:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:52:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:52:47.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:52:47.761Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:53:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:53:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:53:38.220Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:53:38.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:53:38.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:53:38.222Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:53:47.768Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:53:47.768Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:54:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:54:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:54:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:54:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:54:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:54:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:54:47.758Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:54:47.758Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:55:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:55:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:55:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:55:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:55:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:55:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:55:47.763Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:55:47.780Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:56:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:56:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:56:38.220Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:56:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:56:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:56:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:56:47.763Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:56:47.765Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:57:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:57:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:57:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:57:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:57:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:57:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:57:47.759Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:57:47.762Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:58:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:58:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:58:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:58:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:58:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:58:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:58:47.756Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:58:47.758Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:59:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:59:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:59:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:59:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T02:59:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T02:59:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T02:59:47.761Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T02:59:47.763Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:00:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:00:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:00:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:00:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:00:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:00:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:00:47.762Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:00:47.762Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:01:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:01:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:01:38.220Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:01:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:01:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:01:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:01:47.759Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:01:47.760Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:02:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:02:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:02:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:02:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:02:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:02:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:02:47.758Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:02:47.759Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:03:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:03:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:03:38.220Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:03:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:03:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:03:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:03:47.762Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:03:47.763Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:04:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:04:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:04:38.220Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:04:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:04:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:04:38.222Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:04:47.757Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:04:47.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:05:38.219Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:05:38.220Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:05:38.220Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:05:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:05:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:05:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:05:47.763Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:05:47.764Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:06:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:06:38.220Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:06:38.220Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:06:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:06:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:06:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:06:47.761Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:06:47.762Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:07:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:07:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:07:38.220Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:07:38.221Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:07:38.222Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:07:38.222Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:07:47.763Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:07:47.764Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:08:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:08:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:08:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:08:38.220Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:08:38.221Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:08:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:08:47.759Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:08:47.762Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:09:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:09:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:09:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:09:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:09:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:09:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:09:47.760Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:09:47.760Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:10:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:10:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:10:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:10:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:10:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:10:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:10:47.760Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:10:47.760Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:11:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:11:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:11:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:11:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:11:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:11:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:11:47.767Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:11:47.767Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:12:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:12:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:12:38.220Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:12:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:12:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:12:38.222Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:12:47.759Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:12:47.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:13:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:13:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:13:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:13:38.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:13:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:13:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:13:47.763Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:13:47.763Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:14:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:14:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:14:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:14:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:14:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:14:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:14:47.762Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:14:47.762Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:15:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:15:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:15:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:15:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:15:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:15:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:15:47.763Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:15:47.764Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:16:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:16:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:16:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:16:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:16:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:16:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:16:47.759Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:16:47.759Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:17:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:17:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:17:38.220Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:17:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:17:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:17:38.222Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:17:47.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:17:47.760Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:18:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:18:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:18:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:18:38.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:18:38.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:18:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:18:47.758Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:18:47.758Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:19:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:19:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:19:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:19:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:19:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:19:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:19:47.763Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:19:47.764Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:20:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:20:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:20:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:20:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:20:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:20:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:20:47.759Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:20:47.758Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:21:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:21:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:21:38.220Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:21:38.220Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:21:38.221Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:21:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:21:47.762Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:21:47.765Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:22:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:22:38.220Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:22:38.220Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:22:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:22:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:22:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:22:47.762Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:22:47.766Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:23:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:23:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:23:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:23:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:23:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:23:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:23:47.759Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:23:47.759Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:24:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:24:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:24:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:24:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:24:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:24:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:24:47.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:24:47.759Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:25:38.219Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:25:38.220Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:25:38.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:25:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:25:38.221Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:25:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:25:47.759Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:25:47.759Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:26:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:26:38.220Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:26:38.220Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:26:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:26:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:26:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:26:47.761Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:26:47.763Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:27:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:27:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:27:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:27:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:27:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:27:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:27:47.760Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:27:47.761Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:28:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:28:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:28:38.220Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:28:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:28:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:28:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:28:47.758Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:28:47.759Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:29:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:29:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:29:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:29:38.220Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:29:38.221Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:29:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:29:47.761Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:29:47.761Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:30:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:30:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:30:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:30:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:30:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:30:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:30:47.759Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:30:47.759Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:31:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:31:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:31:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:31:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:31:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:31:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:31:47.763Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:31:47.764Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:32:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:32:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:32:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:32:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:32:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:32:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:32:47.760Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:32:47.760Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:33:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:33:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:33:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:33:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:33:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:33:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:33:47.758Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:33:47.761Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:34:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:34:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:34:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:34:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:34:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:34:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:34:47.758Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:34:47.758Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:35:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:35:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:35:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:35:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:35:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:35:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:35:47.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:35:47.762Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:36:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:36:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:36:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:36:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:36:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:36:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:36:47.758Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:36:47.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:37:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:37:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:37:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:37:38.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:37:38.221Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:37:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:37:47.758Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:37:47.761Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:38:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:38:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:38:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:38:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:38:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:38:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:38:47.760Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:38:47.763Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:39:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:39:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:39:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:39:38.220Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:39:38.221Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:39:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:39:47.763Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:39:47.765Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:40:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:40:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:40:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:40:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:40:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:40:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:40:47.760Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:40:47.761Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:41:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:41:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:41:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:41:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:41:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:41:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:41:47.757Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:41:47.757Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:42:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:42:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:42:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:42:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:42:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:42:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:42:47.758Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:42:47.758Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:43:38.218Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:43:38.219Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:43:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:43:38.220Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:43:38.221Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:43:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:43:47.761Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:43:47.761Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:44:38.218Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:44:38.219Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:44:38.220Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:44:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:44:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:44:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:44:47.761Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:44:47.762Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:45:38.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:45:38.219Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:45:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:45:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:45:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:45:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:45:47.762Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:45:47.762Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:46:38.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:46:38.219Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:46:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:46:38.220Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:46:38.221Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:46:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:46:47.758Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:46:47.759Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:47:38.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:47:38.219Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:47:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:47:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:47:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:47:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:47:47.763Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:47:47.763Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:48:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:48:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:48:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:48:38.221Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:48:38.222Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:48:38.222Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:48:47.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:48:47.762Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:49:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:49:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:49:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:49:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:49:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:49:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:49:47.760Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:49:47.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:50:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:50:38.220Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:50:38.220Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:50:38.220Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:50:38.221Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:50:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:50:47.764Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:50:47.764Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:51:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:51:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:51:38.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:51:38.223Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:51:38.223Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:51:38.223Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:51:47.765Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:51:47.767Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:52:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:52:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:52:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:52:38.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:52:38.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:52:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:52:47.762Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:52:47.763Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:53:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:53:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:53:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:53:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:53:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:53:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:53:47.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:53:47.760Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:54:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:54:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:54:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:54:38.220Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:54:38.221Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:54:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:54:47.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:54:47.761Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:55:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:55:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:55:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:55:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:55:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:55:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:55:47.763Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:55:47.779Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:56:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:56:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:56:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:56:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:56:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:56:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:56:47.759Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:56:47.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:57:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:57:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:57:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:57:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:57:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:57:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:57:47.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:57:47.792Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:58:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:58:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:58:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:58:38.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:58:38.221Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:58:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:58:47.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:58:47.759Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:59:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:59:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:59:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:59:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T03:59:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T03:59:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T03:59:47.759Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T03:59:47.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:00:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:00:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:00:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:00:38.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:00:38.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:00:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:00:47.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:00:47.760Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:01:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:01:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:01:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:01:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:01:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:01:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:01:47.764Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:01:47.764Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:02:38.218Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:02:38.219Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:02:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:02:38.220Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:02:38.221Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:02:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:02:47.758Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:02:47.758Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:03:38.218Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:03:38.219Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:03:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:03:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:03:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:03:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:03:47.759Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:03:47.760Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:04:38.218Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:04:38.219Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:04:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:04:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:04:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:04:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:04:47.757Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:04:47.760Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:05:38.218Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:05:38.219Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:05:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:05:38.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:05:38.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:05:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:05:47.761Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:05:47.761Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:06:38.218Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:06:38.219Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:06:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:06:38.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:06:38.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:06:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:06:47.756Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:06:47.756Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:07:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:07:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:07:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:07:38.220Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:07:38.221Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:07:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:07:47.759Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:07:47.759Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:08:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:08:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:08:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:08:38.221Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:08:38.222Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:08:38.222Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:08:47.757Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:08:47.757Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:09:38.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:09:38.219Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:09:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:09:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:09:38.222Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:09:38.222Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:09:47.762Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:09:47.765Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:10:38.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:10:38.219Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:10:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:10:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:10:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:10:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:10:47.759Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:10:47.763Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:11:38.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:11:38.219Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:11:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:11:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:11:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:11:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:11:47.774Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:11:47.788Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:12:38.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:12:38.219Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:12:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:12:38.220Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:12:38.220Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:12:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:12:47.758Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:12:47.758Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:13:38.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:13:38.219Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:13:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:13:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:13:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:13:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:13:47.761Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:13:47.761Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:14:38.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:14:38.219Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:14:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:14:38.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:14:38.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:14:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:14:47.758Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:14:47.758Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:15:38.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:15:38.219Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:15:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:15:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:15:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:15:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:15:47.758Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:15:47.761Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:16:38.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:16:38.219Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:16:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:16:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:16:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:16:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:16:47.757Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:16:47.760Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:17:38.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:17:38.219Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:17:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:17:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:17:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:17:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:17:47.760Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:17:47.761Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:18:38.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:18:38.219Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:18:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:18:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:18:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:18:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:18:47.758Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:18:47.762Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:19:38.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:19:38.219Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:19:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:19:38.220Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:19:38.221Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:19:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:19:47.765Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:19:47.766Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:20:38.218Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:20:38.219Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:20:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:20:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:20:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:20:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:20:47.766Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:20:47.767Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:21:38.218Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:21:38.219Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:21:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:21:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:21:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:21:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:21:47.765Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:21:47.766Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:22:38.218Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:22:38.219Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:22:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:22:38.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:22:38.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:22:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:22:47.761Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:22:47.762Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:23:38.218Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:23:38.219Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:23:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:23:38.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:23:38.221Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:23:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:23:47.759Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:23:47.762Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:24:38.218Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:24:38.219Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:24:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:24:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:24:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:24:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:24:47.755Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:24:47.755Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:25:38.218Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:25:38.219Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:25:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:25:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:25:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:25:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:25:47.763Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:25:47.763Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:26:38.218Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:26:38.219Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:26:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:26:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:26:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:26:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:26:47.757Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:26:47.759Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:27:38.218Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:27:38.219Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:27:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:27:38.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:27:38.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:27:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:27:47.763Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:27:47.764Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:28:38.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:28:38.219Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:28:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:28:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:28:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:28:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:28:47.760Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:28:47.760Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:29:38.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:29:38.219Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:29:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:29:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:29:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:29:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:29:47.764Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:29:47.765Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:30:38.218Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:30:38.219Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:30:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:30:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:30:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:30:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:30:47.757Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:30:47.757Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:31:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:31:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:31:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:31:38.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:31:38.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:31:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:31:47.766Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:31:47.789Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:32:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:32:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:32:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:32:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:32:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:32:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:32:47.759Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:32:47.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:33:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:33:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:33:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:33:38.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:33:38.221Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:33:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:33:47.761Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:33:47.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:34:38.219Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:34:38.220Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:34:38.220Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:34:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:34:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:34:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:34:47.761Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:34:47.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:35:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:35:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:35:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:35:38.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:35:38.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:35:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:35:47.761Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:35:47.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:36:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:36:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:36:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:36:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:36:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:36:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:36:47.757Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:36:47.757Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:37:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:37:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:37:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:37:38.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:37:38.221Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:37:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:37:47.756Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:37:47.763Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:38:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:38:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:38:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:38:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:38:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:38:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:38:47.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:38:47.762Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:39:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:39:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:39:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:39:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:39:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:39:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:39:47.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:39:47.762Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:40:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:40:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:40:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:40:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:40:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:40:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:40:47.758Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:40:47.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:41:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:41:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:41:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:41:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:41:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:41:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:41:47.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:41:47.761Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:42:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:42:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:42:38.220Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:42:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:42:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:42:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:42:47.760Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:42:47.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:43:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:43:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:43:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:43:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:43:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:43:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:43:47.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:43:47.763Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:44:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:44:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:44:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:44:38.220Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:44:38.221Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:44:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:44:47.758Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:44:47.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:45:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:45:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:45:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:45:38.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:45:38.220Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:45:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:45:47.765Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:45:47.765Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:46:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:46:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:46:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:46:38.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:46:38.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:46:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:46:47.759Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:46:47.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:47:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:47:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:47:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:47:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:47:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:47:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:47:47.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:47:47.764Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:48:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:48:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:48:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:48:38.220Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:48:38.221Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:48:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:48:47.759Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:48:47.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:49:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:49:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:49:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:49:38.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:49:38.221Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:49:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:49:47.759Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:49:47.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:50:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:50:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:50:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:50:38.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:50:38.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:50:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:50:47.756Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:50:47.757Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:51:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:51:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:51:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:51:38.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:51:38.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:51:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:51:47.759Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:51:47.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:52:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:52:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:52:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:52:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:52:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:52:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:52:47.755Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:52:47.755Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:53:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:53:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:53:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:53:38.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:53:38.221Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:53:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:53:47.763Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:53:47.763Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:54:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:54:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:54:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:54:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:54:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:54:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:54:47.755Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:54:47.755Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:55:38.218Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:55:38.219Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:55:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:55:38.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:55:38.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:55:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:55:47.762Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:55:47.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:56:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:56:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:56:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:56:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:56:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:56:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:56:47.758Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:56:47.759Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:57:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:57:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:57:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:57:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:57:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:57:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:57:47.758Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:57:47.759Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:58:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:58:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:58:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:58:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:58:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:58:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:58:47.756Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:58:47.758Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:59:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:59:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:59:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:59:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T04:59:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T04:59:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T04:59:47.765Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T04:59:47.768Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:00:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:00:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:00:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:00:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:00:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:00:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:00:47.756Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:00:47.756Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:01:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:01:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:01:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:01:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:01:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:01:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:01:47.764Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:01:47.764Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:02:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:02:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:02:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:02:38.221Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:02:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:02:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:02:47.760Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:02:47.760Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:03:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:03:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:03:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:03:38.220Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:03:38.220Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:03:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:03:47.761Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:03:47.761Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:04:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:04:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:04:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:04:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:04:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:04:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:04:47.755Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:04:47.756Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:05:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:05:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:05:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:05:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:05:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:05:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:05:47.756Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:05:47.760Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:06:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:06:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:06:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:06:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:06:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:06:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:06:47.761Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:06:47.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:07:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:07:38.218Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:07:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:07:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:07:38.220Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:07:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:07:47.759Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:07:47.759Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:08:38.218Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:08:38.219Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:08:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:08:38.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:08:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:08:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:08:47.760Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:08:47.760Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:09:38.218Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:09:38.219Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:09:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:09:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:09:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:09:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:09:47.761Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:09:47.761Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:10:38.218Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:10:38.219Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:10:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:10:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:10:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:10:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:10:47.756Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:10:47.757Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:11:38.218Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:11:38.219Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:11:38.220Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:11:38.220Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:11:38.220Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:11:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:11:47.764Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:11:47.764Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:12:38.218Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:12:38.219Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:12:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:12:38.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:12:38.221Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:12:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:12:47.761Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:12:47.761Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:13:38.218Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:13:38.219Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:13:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:13:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:13:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:13:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:13:47.762Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:13:47.762Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:14:38.218Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:14:38.219Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:14:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:14:38.220Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:14:38.221Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:14:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:14:47.759Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:14:47.760Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:15:38.218Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:15:38.219Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:15:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:15:38.220Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:15:38.221Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:15:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:15:47.761Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:15:47.761Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:16:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:16:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:16:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:16:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:16:38.220Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:16:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:16:47.758Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:16:47.758Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:17:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:17:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:17:38.220Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:17:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:17:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:17:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:17:47.763Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:17:47.763Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:18:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:18:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:18:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:18:38.221Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:18:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:18:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:18:47.762Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:18:47.762Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:19:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:19:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:19:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:19:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:19:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:19:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:19:47.755Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:19:47.757Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:20:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:20:38.218Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:20:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:20:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:20:38.220Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:20:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:20:47.760Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:20:47.761Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:21:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:21:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:21:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:21:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:21:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:21:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:21:47.760Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:21:47.760Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:22:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:22:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:22:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:22:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:22:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:22:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:22:47.755Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:22:47.758Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:23:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:23:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:23:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:23:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:23:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:23:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:23:47.759Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:23:47.759Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:24:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:24:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:24:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:24:38.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:24:38.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:24:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:24:47.761Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:24:47.761Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:25:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:25:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:25:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:25:38.221Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:25:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:25:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:25:47.759Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:25:47.759Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:26:38.218Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:26:38.219Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:26:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:26:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:26:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:26:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:26:47.755Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:26:47.756Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:27:38.218Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:27:38.219Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:27:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:27:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:27:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:27:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:27:47.758Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:27:47.760Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:28:38.218Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:28:38.219Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:28:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:28:38.220Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:28:38.221Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:28:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:28:47.757Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:28:47.757Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:29:38.218Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:29:38.219Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:29:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:29:38.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:29:38.221Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:29:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:29:47.763Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:29:47.763Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:30:38.218Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:30:38.219Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:30:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:30:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:30:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:30:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:30:47.759Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:30:47.759Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:31:38.218Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:31:38.219Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:31:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:31:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:31:38.222Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:31:38.222Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:31:47.761Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:31:47.761Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:32:38.218Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:32:38.219Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:32:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:32:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:32:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:32:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:32:47.761Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:32:47.761Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:33:38.218Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:33:38.219Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:33:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:33:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:33:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:33:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:33:47.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:33:47.759Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:34:38.218Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:34:38.219Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:34:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:34:38.220Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:34:38.221Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:34:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:34:47.757Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:34:47.760Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:35:38.218Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:35:38.219Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:35:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:35:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:35:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:35:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:35:47.761Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:35:47.763Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:36:38.218Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:36:38.219Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:36:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:36:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:36:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:36:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:36:47.756Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:36:47.756Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:37:38.218Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:37:38.219Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:37:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:37:38.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:37:38.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:37:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:37:47.759Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:37:47.760Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:38:38.218Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:38:38.219Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:38:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:38:38.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:38:38.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:38:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:38:47.772Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:38:47.772Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:39:38.218Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:39:38.219Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:39:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:39:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:39:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:39:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:39:47.759Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:39:47.760Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:40:38.218Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:40:38.219Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:40:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:40:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:40:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:40:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:40:47.759Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:40:47.759Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:41:38.218Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:41:38.218Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:41:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:41:38.220Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:41:38.221Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:41:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:41:47.757Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:41:47.791Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:42:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:42:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:42:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:42:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:42:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:42:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:42:47.757Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:42:47.759Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:43:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:43:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:43:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:43:38.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:43:38.221Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:43:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:43:47.759Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:43:47.760Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:44:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:44:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:44:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:44:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:44:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:44:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:44:47.759Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:44:47.759Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:45:38.218Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:45:38.219Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:45:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:45:38.220Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:45:38.221Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:45:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:45:47.761Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:45:47.762Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:46:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:46:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:46:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:46:38.221Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:46:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:46:38.222Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:46:47.762Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:46:47.763Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:47:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:47:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:47:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:47:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:47:38.220Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:47:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:47:47.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:47:47.761Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:48:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:48:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:48:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:48:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:48:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:48:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:48:47.763Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:48:47.768Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:49:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:49:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:49:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:49:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:49:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:49:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:49:47.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:49:47.761Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:50:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:50:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:50:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:50:38.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:50:38.221Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:50:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:50:47.759Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:50:47.762Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:51:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:51:38.218Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:51:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:51:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:51:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:51:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:51:47.787Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:51:47.788Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:52:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:52:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:52:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:52:38.220Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:52:38.221Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:52:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:52:47.760Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:52:47.761Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:53:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:53:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:53:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:53:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:53:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:53:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:53:47.761Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:53:47.761Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:54:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:54:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:54:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:54:38.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:54:38.221Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:54:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:54:47.756Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:54:47.758Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:55:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:55:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:55:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:55:38.220Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:55:38.221Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:55:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:55:47.763Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:55:47.763Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:56:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:56:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:56:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:56:38.220Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:56:38.221Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:56:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:56:47.756Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:56:47.756Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:57:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:57:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:57:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:57:38.220Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:57:38.221Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:57:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:57:47.758Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:57:47.758Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:58:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:58:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:58:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:58:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:58:38.221Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:58:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:58:47.759Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:58:47.759Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:59:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:59:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:59:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:59:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T05:59:38.220Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T05:59:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T05:59:47.762Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T05:59:47.764Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:00:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:00:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:00:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:00:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:00:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:00:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:00:47.757Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:00:47.759Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:01:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:01:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:01:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:01:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:01:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:01:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:01:47.761Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:01:47.761Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:02:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:02:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:02:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:02:38.220Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:02:38.221Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:02:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:02:47.758Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:02:47.759Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:03:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:03:38.218Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:03:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:03:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:03:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:03:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:03:47.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:03:47.763Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:04:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:04:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:04:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:04:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:04:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:04:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:04:47.754Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:04:47.755Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:05:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:05:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:05:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:05:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:05:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:05:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:05:47.758Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:05:47.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:06:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:06:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:06:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:06:38.220Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:06:38.221Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:06:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:06:47.757Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:06:47.758Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:07:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:07:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:07:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:07:38.220Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:07:38.221Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:07:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:07:47.762Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:07:47.764Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:08:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:08:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:08:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:08:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:08:38.220Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:08:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:08:47.756Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:08:47.760Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:09:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:09:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:09:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:09:38.223Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:09:38.223Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:09:38.223Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:09:47.764Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:09:47.764Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:10:38.218Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:10:38.219Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:10:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:10:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:10:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:10:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:10:38.844Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:10:38.846Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:10:38.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"7f9ff82d-03e2-4268-9259-552058e155f1","serviceName":"vFW 2021-10-13 06-07-12","serviceVersion":"1.0","serviceUUID":"07b35ed7-e00a-44a1-a679-763ee6c780b7","serviceDescription":"catalog service description","serviceInvariantUUID":"6bfa8bb7-14ca-4a47-8a7d-019ee248b431","resources":[{"resourceInstanceName":"vFW 0712aec9-58bc 0","resourceName":"vFW 0712aec9-58bc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d3e054b-815b-45ca-8487-98f96de75e6e","resourceInvariantUUID":"623b7916-0693-4269-9acb-4e7b0de4d7e5","resourceCustomizationUUID":"b9837fff-24a3-46bf-be06-fcaea480c45d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vf-license-model.xml","artifactChecksum":"NTcwMTU0ZDIwNWEzYTVkYTZkNThiYjQ5ZjAyYzUyYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0188f50a-70dc-4f8f-8755-ee42a14c92a5","artifactVersion":"1"},{"artifactName":"vfw0712aec958bc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json","artifactChecksum":"YTQ2Mzk2YTFhMmEzZTg1NzVkMjFkMjQ0MzlmN2JjZjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a482b334-f657-40c8-a9ef-0bc0c100f759","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6becd98f-dee3-4078-8c1a-0635c29f0d1d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vendor-license-model.xml","artifactChecksum":"YWVhM2VhNGUwYjk1NWM3MDE2OWVkNjI5MWQwODc3N2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"245db9a2-ae9d-43f6-9f71-5a8664e62788","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"065d200d-08d3-4ee7-ad4e-62e97ab4b555","artifactVersion":"2","generatedFromUUID":"6becd98f-dee3-4078-8c1a-0635c29f0d1d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211013060712-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-template.yml","artifactChecksum":"MzAzMGExOGQ4ZjI5NjYxYjk4YjQ5YWM4Mjg0Y2ExMTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4eb16d28-7df8-4bf0-a939-5d75570edc64","artifactVersion":"1"},{"artifactName":"service-Vfw20211013060712-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar","artifactChecksum":"YTc4ZGUwMDM1ODYwN2U4ZmIzYzk1MDk0YjdlYjA5NmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"906a5988-6e6c-4158-8453-759222bff163","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-13T06:10:38.855Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-13T06:10:38.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "clamp",
"timestamp": 1634105399329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:38.861Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:10:38.870Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:10:38.871Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634105438218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:38.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634105394469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:38.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634105402171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:38.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "dcae-sch",
"timestamp": 1634105396066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:38.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "policy-id",
"timestamp": 1634105403654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:38.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "clamp",
"timestamp": 1634105399329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json",
"status": "NOTIFIED"
}
2021-10-13T06:10:38.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634105394469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json",
"status": "NOTIFIED"
}
2021-10-13T06:10:38.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634105402171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:38.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "dcae-sch",
"timestamp": 1634105396066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:38.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "policy-id",
"timestamp": 1634105403654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:38.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "cds",
"timestamp": 1634105404712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:38.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "clamp",
"timestamp": 1634105399329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:38.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634105402171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:38.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634105394469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-13T06:10:38.878Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "dcae-sch",
"timestamp": 1634105396066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:38.878Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "policy-id",
"timestamp": 1634105403654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-13T06:10:38.879Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.879Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.879Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "cds",
"timestamp": 1634105404712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:38.879Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.879Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.879Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "clamp",
"timestamp": 1634105399329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:38.879Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.880Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.880Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634105402171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:38.880Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.880Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.880Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634105394469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:38.880Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.880Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.880Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "dcae-sch",
"timestamp": 1634105396066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:38.880Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.880Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.880Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "policy-id",
"timestamp": 1634105403654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:38.880Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.880Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.880Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "cds",
"timestamp": 1634105404712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:38.881Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.881Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.881Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "clamp",
"timestamp": 1634105399329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:38.881Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.881Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.881Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634105394469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-13T06:10:38.881Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.881Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.881Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634105402171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:38.881Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.881Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.881Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "dcae-sch",
"timestamp": 1634105396066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:38.881Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.881Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.881Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "policy-id",
"timestamp": 1634105403654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:38.881Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "cds",
"timestamp": 1634105404712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:38.882Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "clamp",
"timestamp": 1634105399329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:38.882Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634105394469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:38.882Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634105402171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:38.883Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "dcae-sch",
"timestamp": 1634105396066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:38.884Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "policy-id",
"timestamp": 1634105403654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:38.884Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "cds",
"timestamp": 1634105404712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:38.884Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "clamp",
"timestamp": 1634105399329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar",
"status": "NOTIFIED"
}
2021-10-13T06:10:38.884Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634105402171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar",
"status": "NOTIFIED"
}
2021-10-13T06:10:38.884Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634105394469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar",
"status": "NOTIFIED"
}
2021-10-13T06:10:38.885Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "dcae-sch",
"timestamp": 1634105396066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:38.885Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "policy-id",
"timestamp": 1634105403654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar",
"status": "NOTIFIED"
}
2021-10-13T06:10:38.885Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "cds",
"timestamp": 1634105404712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:38.885Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "cds",
"timestamp": 1634105404712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar",
"status": "NOTIFIED"
}
2021-10-13T06:10:38.885Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634105411554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-13T06:10:38.886Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:10:38.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634105411684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-13T06:10:38.886Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:10:38.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "policy-id",
"timestamp": 1634105412321,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-13T06:10:38.886Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:10:38.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "cds",
"timestamp": 1634105413179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-13T06:10:38.886Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:10:38.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634105413261,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-13T06:10:38.886Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:10:38.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "policy-id",
"timestamp": 1634105413329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-13T06:10:38.887Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:10:38.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "ves-openapi-manager",
"timestamp": 1634105413202,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:38.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:38.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:38.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "cds",
"timestamp": 1634105414195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-13T06:10:38.971Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-10-13T06:10:38.975Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:10:38.976Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:10:38.986Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:10:38.987Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-13T06:10:39.052Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7f9ff82d-03e2-4268-9259-552058e155f1
2021-10-13T06:10:39.074Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f9ff82d-03e2-4268-9259-552058e155f1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-13T06:10:39.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:39.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "policy-id",
"timestamp": 1634105414333,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-13T06:10:39.117Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7f9ff82d-03e2-4268-9259-552058e155f1
2021-10-13T06:10:39.117Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f9ff82d-03e2-4268-9259-552058e155f1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-13T06:10:39.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:39.128Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634105414497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-13T06:10:39.128Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:10:39.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:39.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "ves-openapi-manager",
"timestamp": 1634105413202,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:39.129Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:39.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:39.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "ves-openapi-manager",
"timestamp": 1634105413202,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:39.129Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:39.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:39.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634105416301,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-13T06:10:39.135Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7f9ff82d-03e2-4268-9259-552058e155f1
2021-10-13T06:10:39.136Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f9ff82d-03e2-4268-9259-552058e155f1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-13T06:10:39.146Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:39.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634105416482,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-13T06:10:39.147Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:10:39.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:39.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "ves-openapi-manager",
"timestamp": 1634105413202,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:39.147Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:39.147Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:39.147Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634105417305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-13T06:10:39.148Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:10:39.148Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:39.148Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634105417486,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-13T06:10:39.153Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7f9ff82d-03e2-4268-9259-552058e155f1
2021-10-13T06:10:39.153Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f9ff82d-03e2-4268-9259-552058e155f1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-13T06:10:39.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:39.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "ves-openapi-manager",
"timestamp": 1634105413202,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:39.162Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:39.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:39.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "aai-ml",
"timestamp": 1634105417891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:39.162Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:39.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:39.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "ves-openapi-manager",
"timestamp": 1634105413202,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:39.162Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:39.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:39.163Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "aai-ml",
"timestamp": 1634105417891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:39.163Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:39.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:39.163Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "ves-openapi-manager",
"timestamp": 1634105413202,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:39.163Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:39.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:39.163Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "aai-ml",
"timestamp": 1634105417891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:39.163Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:39.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:39.163Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "aai-ml",
"timestamp": 1634105417891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:39.163Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:39.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:39.163Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "aai-ml",
"timestamp": 1634105417891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:39.164Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:39.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:39.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "clamp",
"timestamp": 1634105423317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-13T06:10:39.164Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:10:39.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:39.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "aai-ml",
"timestamp": 1634105417891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:39.164Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:39.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:39.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "aai-ml",
"timestamp": 1634105417891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar",
"status": "NOTIFIED"
}
2021-10-13T06:10:39.164Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:10:39.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:39.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "clamp",
"timestamp": 1634105425327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-13T06:10:39.164Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:10:39.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:39.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "aai-ml",
"timestamp": 1634105425773,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-13T06:10:39.165Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:10:39.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:10:39.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "clamp",
"timestamp": 1634105426330,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-13T06:10:39.170Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7f9ff82d-03e2-4268-9259-552058e155f1
2021-10-13T06:10:39.171Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f9ff82d-03e2-4268-9259-552058e155f1 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-13T06:10:39.876Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-13T06:10:39.876Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:10:39.878Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:10:39.878Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634105438218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json",
"status": "NOTIFIED"
}
2021-10-13T06:10:39.978Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-13T06:10:39.979Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:10:39.979Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:10:39.989Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:10:39.989Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-10-13T06:10:40.878Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-13T06:10:40.879Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:10:40.882Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:10:40.882Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634105438218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-13T06:10:40.982Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-13T06:10:40.982Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:10:40.983Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:10:40.994Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:10:40.994Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-13T06:10:41.882Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-13T06:10:41.883Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:10:41.886Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:10:41.886Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634105438218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:41.986Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-13T06:10:41.986Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:10:41.986Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:10:41.995Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:10:41.996Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-13T06:10:42.886Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-13T06:10:42.887Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:10:42.888Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:10:42.888Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634105438218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-13T06:10:42.989Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-13T06:10:42.990Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:10:42.990Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:10:42.999Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:10:42.999Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-13T06:10:43.889Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-13T06:10:43.890Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:10:43.891Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:10:43.891Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634105438218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:10:43.992Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-13T06:10:43.993Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:10:43.993Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:10:44.002Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:10:44.002Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-10-13T06:10:44.892Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-13T06:10:44.893Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:10:44.895Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:10:44.895Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634105438218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar",
"status": "NOTIFIED"
}
2021-10-13T06:10:44.995Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-13T06:10:44.996Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:10:44.996Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:10:45.006Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:10:45.006Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-13T06:10:45.897Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"serviceName": "vFW 2021-10-13 06-07-12",
"serviceVersion": "1.0",
"serviceUUID": "07b35ed7-e00a-44a1-a679-763ee6c780b7",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "6bfa8bb7-14ca-4a47-8a7d-019ee248b431",
"resources": [
{
"resourceInstanceName": "vFW 0712aec9-58bc 0",
"resourceCustomizationUUID": "b9837fff-24a3-46bf-be06-fcaea480c45d",
"resourceName": "vFW 0712aec9-58bc",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7d3e054b-815b-45ca-8487-98f96de75e6e",
"resourceInvariantUUID": "623b7916-0693-4269-9acb-4e7b0de4d7e5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw0712aec958bc0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json",
"artifactChecksum": "YTQ2Mzk2YTFhMmEzZTg1NzVkMjFkMjQ0MzlmN2JjZjQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a482b334-f657-40c8-a9ef-0bc0c100f759",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "6becd98f-dee3-4078-8c1a-0635c29f0d1d",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "065d200d-08d3-4ee7-ad4e-62e97ab4b555",
"generatedFromUUID": "6becd98f-dee3-4078-8c1a-0635c29f0d1d"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "065d200d-08d3-4ee7-ad4e-62e97ab4b555",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211013060712-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar",
"artifactChecksum": "YTc4ZGUwMDM1ODYwN2U4ZmIzYzk1MDk0YjdlYjA5NmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "906a5988-6e6c-4158-8453-759222bff163"
}
],
"workloadContext": "Production"
}
2021-10-13T06:10:45.897Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-13T06:10:45.898Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 07b35ed7-e00a-44a1-a679-763ee6c780b7 ASDC
2021-10-13T06:10:45.989Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:7f9ff82d-03e2-4268-9259-552058e155f1
ServiceName:vFW 2021-10-13 06-07-12
ServiceVersion:1.0
ServiceUUID:07b35ed7-e00a-44a1-a679-763ee6c780b7
ServiceInvariantUUID:6bfa8bb7-14ca-4a47-8a7d-019ee248b431
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211013060712-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar
ArtifactUUID:906a5988-6e6c-4158-8453-759222bff163
ArtifactChecksum:YTc4ZGUwMDM1ODYwN2U4ZmIzYzk1MDk0YjdlYjA5NmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0712aec9-58bc 0
ResourceCustomizationUUID:b9837fff-24a3-46bf-be06-fcaea480c45d
ResourceInvariantUUID:623b7916-0693-4269-9acb-4e7b0de4d7e5
ResourceName:vFW 0712aec9-58bc
ResourceType:VF
ResourceUUID:7d3e054b-815b-45ca-8487-98f96de75e6e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0712aec958bc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json
ArtifactUUID:a482b334-f657-40c8-a9ef-0bc0c100f759
ArtifactChecksum:YTQ2Mzk2YTFhMmEzZTg1NzVkMjFkMjQ0MzlmN2JjZjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml
ArtifactUUID:6becd98f-dee3-4078-8c1a-0635c29f0d1d
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env
ArtifactUUID:065d200d-08d3-4ee7-ad4e-62e97ab4b555
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env
ArtifactUUID:065d200d-08d3-4ee7-ad4e-62e97ab4b555
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-13T06:10:45.989Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 07b35ed7-e00a-44a1-a679-763ee6c780b7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-13T06:10:46.061Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-13T06:10:46.062Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-13T06:10:46.063Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-13T06:10:46.063Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 906a5988-6e6c-4158-8453-759222bff163 from URL: /sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar
2021-10-13T06:10:46.063Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-13T06:10:46.065Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar
2021-10-13T06:10:46.234Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-13T06:10:46.252Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar 906a5988-6e6c-4158-8453-759222bff163 98715
2021-10-13T06:10:46.253Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar ASDC sendASDCNotification
2021-10-13T06:10:46.254Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar
2021-10-13T06:10:46.254Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-13T06:10:46.255Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:10:46.256Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:10:46.256Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634105446252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-13T06:10:46.357Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-13T06:10:46.357Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:10:46.357Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:10:46.367Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:10:46.368Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-13T06:10:47.257Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-13T06:10:47.258Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-13T06:10:47.258Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 906a5988-6e6c-4158-8453-759222bff163, URL: /sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar to file: /app/ASDC/1/service-Vfw20211013060712-csar.csar
2021-10-13T06:10:47.259Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211013060712-csar.csar
2021-10-13T06:10:47.325Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211013060712-csar.csar
2021-10-13T06:10:47.326Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211013060712-csar.csar
2021-10-13T06:10:47.901Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4087633086379059732/Definitions/service-Vfw20211013060712-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-10-13T06:10:50.666Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-13T06:10:50.672Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-13T06:10:50.672Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211013060712-csar.csar
2021-10-13T06:10:50.672Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-10-13T06:10:50.672Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211013060712-csar.csar
2021-10-13T06:10:50.673Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211013060712-csar.csar
2021-10-13T06:10:50.673Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||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-Vfw20211013060712-csar.csar
2021-10-13T06:10:50.673Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211013060712-csar.csar
2021-10-13T06:10:50.673Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211013060712-csar.csar
2021-10-13T06:10:50.673Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211013060712-csar.csar
2021-10-13T06:10:50.673Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||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-Vfw20211013060712-csar.csar
2021-10-13T06:10:50.673Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||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-Vfw20211013060712-csar.csar
2021-10-13T06:10:50.673Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0712aec9-58bc 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20211013060712-csar.csar
2021-10-13T06:10:50.673Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211013060712-csar.csar
2021-10-13T06:10:50.673Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||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-Vfw20211013060712-csar.csar
2021-10-13T06:10:50.673Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211013060712-csar.csar
2021-10-13T06:10:50.673Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||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-Vfw20211013060712-csar.csar
2021-10-13T06:10:50.674Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-13T06:10:50.679Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:10:50.680Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-13 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:10:50.683Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vFW 0712aec9-58bc 0 is matching search criteria
2021-10-13T06:10:50.683Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-13T06:10:50.684Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0712aec9-58bc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-13T06:10:50.685Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:10:50.685Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-13 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:10:50.685Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vFW 0712aec9-58bc 0 is matching search criteria
2021-10-13T06:10:50.685Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-13T06:10:50.685Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0712aec9-58bc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-13T06:10:50.685Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:10:50.685Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-13 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:10:50.688Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:10:50.688Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vFW 0712aec9-58bc 0 is not matching search criteria
2021-10-13T06:10:50.688Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-13T06:10:50.688Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-13T06:10:50.688Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-13T06:10:50.689Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-13T06:10:50.689Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-13T06:10:50.689Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-13T06:10:50.689Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-13T06:10:50.689Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-13T06:10:50.689Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-13T06:10:50.689Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-13T06:10:50.689Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-13T06:10:50.689Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-13T06:10:50.689Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-13T06:10:50.689Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-13T06:10:50.689Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-13T06:10:50.689Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-13T06:10:50.690Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:10:50.690Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-13 06-07-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-13T06:10:50.690Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:10:50.690Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vFW 0712aec9-58bc 0 is matching search criteria
2021-10-13T06:10:50.691Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0712aec9-58bc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-13T06:10:50.691Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:10:50.691Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vFW 0712aec9-58bc 0 is matching search criteria
2021-10-13T06:10:50.691Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0712aec9-58bc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-13T06:10:50.691Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:10:50.691Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vFW 0712aec9-58bc 0 is matching search criteria
2021-10-13T06:10:50.691Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0712aec9-58bc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-13T06:10:50.692Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:10:50.692Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vFW 0712aec9-58bc 0 is not matching search criteria
2021-10-13T06:10:50.692Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-13T06:10:50.692Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-13T06:10:50.692Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-13T06:10:50.692Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-13T06:10:50.692Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-13T06:10:50.692Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-13T06:10:50.692Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-13T06:10:50.692Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-13T06:10:50.692Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-13T06:10:50.692Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-13T06:10:50.693Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-13T06:10:50.693Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f9fd5817-6723-458a-8ef8-a1d1b7a1e16e
2021-10-13T06:10:50.693Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:10:50.693Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vFW 0712aec9-58bc 0 is not matching search criteria
2021-10-13T06:10:50.693Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-13T06:10:50.693Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-13T06:10:50.693Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-13T06:10:50.693Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-13T06:10:50.694Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-13T06:10:50.694Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-13T06:10:50.694Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-13T06:10:50.694Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-13T06:10:50.694Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-13T06:10:50.694Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-13T06:10:50.694Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-13T06:10:50.694Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-13T06:10:50.694Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=290ef8a9-cf61-49c6-91c1-218826b20611
2021-10-13T06:10:50.694Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:10:50.694Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vFW 0712aec9-58bc 0 is not matching search criteria
2021-10-13T06:10:50.695Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-13T06:10:50.695Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-13T06:10:50.695Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-13T06:10:50.695Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-13T06:10:50.695Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-13T06:10:50.695Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-13T06:10:50.695Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-13T06:10:50.695Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-13T06:10:50.695Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-13T06:10:50.695Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-13T06:10:50.695Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-13T06:10:50.695Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-13T06:10:50.695Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8241c9cb-5932-4128-bf0f-fe6fcec957df
2021-10-13T06:10:50.696Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:10:50.696Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-13 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:10:50.696Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:10:50.696Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-13 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:10:50.696Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:10:50.696Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-13 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:10:50.696Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:10:50.696Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-13 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:10:50.696Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-10-13 06-07-12
Description:catalog service description
Model UUID:07b35ed7-e00a-44a1-a679-763ee6c780b7
Model Version:NULL
Model InvariantUuid:6bfa8bb7-14ca-4a47-8a7d-019ee248b431
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 0712aec9-58bc
Model UUID:6dc4097b-b811-400b-9d60-28e4e7d2c896
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:623b7916-0693-4269-9acb-4e7b0de4d7e5
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b9837fff-24a3-46bf-be06-fcaea480c45d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:eba8de41-008e-4029-816b-61430995ea93
ModelName:Vfw0712aec958bc..base_vfw..module-0
ModelUuid:51703045-5950-48dd-8b4a-95033d5f9248
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f9fd5817-6723-458a-8ef8-a1d1b7a1e16e
ModelInvariantUuid:441a7aca-7a2e-40d2-8dc0-1595e33f1358
ModelName:vFW 0712aec9-58bc-nodes.vfwCvfc
ModelUuid:f47db50a-5afa-4030-933f-cafa9c9699b2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:fd9642c0-b18a-4902-9216-ad2d5278dfc9
ModelInvariantUuid:6db1acd9-74eb-454f-bf4b-823fdc4a8c73
ModelName:Vfw0712aec958bc.compute.nodes.heat.vfw
ModelUuid:f47860f9-f9b6-44cd-9f0d-9e46abf2021c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:290ef8a9-cf61-49c6-91c1-218826b20611
ModelInvariantUuid:bf29e6d7-0f8e-4515-b205-c763ad3812fa
ModelName:vFW 0712aec9-58bc-nodes.vsnCvfc
ModelUuid:69c1901e-0360-4d03-8432-dd883b9ebad2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:66c7e763-4c24-4416-a993-83867125bc48
ModelInvariantUuid:8a379141-c6b1-48c6-bbdb-258f07001410
ModelName:Vfw0712aec958bc.compute.nodes.heat.vsn
ModelUuid:f7d523fb-70de-4f90-9153-8de18ffebacf
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8241c9cb-5932-4128-bf0f-fe6fcec957df
ModelInvariantUuid:34d0540a-4632-43b5-a510-6153274275e4
ModelName:vFW 0712aec9-58bc-nodes.vpgCvfc
ModelUuid:851abe4a-7e81-4e81-869c-2a7a622070af
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:5023cb46-3fcf-4127-aa33-3b1f2c5b03f5
ModelInvariantUuid:bc797a32-8992-4649-a507-a49bd85d0921
ModelName:Vfw0712aec958bc.compute.nodes.heat.vpg
ModelUuid:b070315e-1094-4034-869f-1d19ba3323ea
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-10-13T06:10:50.707Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d3e054b-815b-45ca-8487-98f96de75e6e
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-10-13T06:10:50.862Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||vFW 0712aec9-58bc 0
2021-10-13T06:10:50.869Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d3e054b-815b-45ca-8487-98f96de75e6e
2021-10-13T06:10:50.869Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a482b334-f657-40c8-a9ef-0bc0c100f759 from URL: /sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json
2021-10-13T06:10:50.870Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-13T06:10:50.870Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json
2021-10-13T06:10:51.088Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-13T06:10:51.088Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json a482b334-f657-40c8-a9ef-0bc0c100f759 785
2021-10-13T06:10:51.088Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json ASDC sendASDCNotification
2021-10-13T06:10:51.088Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json
2021-10-13T06:10:51.088Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-13T06:10:51.089Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:10:51.091Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:10:51.091Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634105451088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-13T06:10:51.191Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-13T06:10:51.192Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:10:51.193Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:10:51.203Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:10:51.203Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-13T06:10:52.092Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0712aec958bc..base_vfw..module-0",
"vfModuleModelInvariantUUID": "eba8de41-008e-4029-816b-61430995ea93",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "51703045-5950-48dd-8b4a-95033d5f9248",
"vfModuleModelCustomizationUUID": "c6872ca5-f3b0-4d73-b348-f58b634ae60c",
"isBase": true,
"artifacts": [
"6becd98f-dee3-4078-8c1a-0635c29f0d1d",
"065d200d-08d3-4ee7-ad4e-62e97ab4b555"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-10-13T06:10:52.107Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0712aec958bc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:51703045-5950-48dd-8b4a-95033d5f9248
VfModuleModelInvariantUUID:eba8de41-008e-4029-816b-61430995ea93
VfModuleModelDescription:NULL
Artifacts UUID List:{
6becd98f-dee3-4078-8c1a-0635c29f0d1d
,
065d200d-08d3-4ee7-ad4e-62e97ab4b555
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-10-13T06:10:52.110Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0712aec958bc..base_vfw..module-0",
"vfModuleModelInvariantUUID": "eba8de41-008e-4029-816b-61430995ea93",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "51703045-5950-48dd-8b4a-95033d5f9248",
"vfModuleModelCustomizationUUID": "c6872ca5-f3b0-4d73-b348-f58b634ae60c",
"isBase": true,
"artifacts": [
"6becd98f-dee3-4078-8c1a-0635c29f0d1d",
"065d200d-08d3-4ee7-ad4e-62e97ab4b555"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-10-13T06:10:52.111Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0712aec958bc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:51703045-5950-48dd-8b4a-95033d5f9248
VfModuleModelInvariantUUID:eba8de41-008e-4029-816b-61430995ea93
VfModuleModelDescription:NULL
Artifacts UUID List:{
6becd98f-dee3-4078-8c1a-0635c29f0d1d
,
065d200d-08d3-4ee7-ad4e-62e97ab4b555
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-10-13T06:10:52.111Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6becd98f-dee3-4078-8c1a-0635c29f0d1d from URL: /sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml
2021-10-13T06:10:52.111Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-13T06:10:52.111Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml
2021-10-13T06:10:52.459Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-13T06:10:52.460Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml 6becd98f-dee3-4078-8c1a-0635c29f0d1d 20368
2021-10-13T06:10:52.460Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-13T06:10:52.461Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml
2021-10-13T06:10:52.461Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-13T06:10:52.461Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:10:52.462Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:10:52.463Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634105452460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-13T06:10:52.563Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-13T06:10:52.564Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:10:52.564Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:10:52.575Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:10:52.576Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-13T06:10:53.463Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 065d200d-08d3-4ee7-ad4e-62e97ab4b555 from URL: /sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env
2021-10-13T06:10:53.464Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-13T06:10:53.465Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env
2021-10-13T06:10:53.597Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-13T06:10:53.597Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env 065d200d-08d3-4ee7-ad4e-62e97ab4b555 2098
2021-10-13T06:10:53.597Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-13T06:10:53.597Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env
2021-10-13T06:10:53.597Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-13T06:10:53.598Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:10:53.599Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:10:53.599Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634105453597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-13T06:10:53.700Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-13T06:10:53.700Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:10:53.700Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:10:53.710Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:10:53.711Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-13T06:10:54.600Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 07b35ed7-e00a-44a1-a679-763ee6c780b7
2021-10-13T06:10:54.601Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0712aec9-58bc 0 7d3e054b-815b-45ca-8487-98f96de75e6e 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-10-13T06:10:54.638Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@673602d4, org.onap.sdc.toscaparser.api.parameters.Input@1f11bc78, org.onap.sdc.toscaparser.api.parameters.Input@f3a8841, org.onap.sdc.toscaparser.api.parameters.Input@7de58a2, org.onap.sdc.toscaparser.api.parameters.Input@50a9da2f]
2021-10-13T06:10:54.641Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:10:54.641Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-13 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:10:54.641Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2021-10-13T06:10:54.641Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= b9837fff-24a3-46bf-be06-fcaea480c45d
2021-10-13T06:10:54.641Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b9837fff-24a3-46bf-be06-fcaea480c45d matches Tosca VF Customization UUID: b9837fff-24a3-46bf-be06-fcaea480c45d
2021-10-13T06:10:54.642Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: b9837fff-24a3-46bf-be06-fcaea480c45d 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-10-13T06:10:54.648Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:10:54.649Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-13 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:10:54.650Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id b9837fff-24a3-46bf-be06-fcaea480c45d: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-10-13T06:10:54.650Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7a81abfd
2021-10-13T06:10:54.650Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:10:54.650Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-13 06-07-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-13T06:10:54.651Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c6872ca5-f3b0-4d73-b348-f58b634ae60c
2021-10-13T06:10:54.652Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c6872ca5-f3b0-4d73-b348-f58b634ae60c
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-10-13T06:10:54.657Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:10:54.658Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vFW 0712aec9-58bc 0 is matching search criteria
2021-10-13T06:10:54.658Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0712aec9-58bc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-13T06:10:54.659Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:10:54.659Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vFW 0712aec9-58bc 0 is matching search criteria
2021-10-13T06:10:54.659Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0712aec9-58bc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-13T06:10:54.659Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:10:54.659Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vFW 0712aec9-58bc 0 is not matching search criteria
2021-10-13T06:10:54.659Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-13T06:10:54.659Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-13T06:10:54.659Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-13T06:10:54.660Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-13T06:10:54.660Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-13T06:10:54.660Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-13T06:10:54.660Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-13T06:10:54.660Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-13T06:10:54.660Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-13T06:10:54.660Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-13T06:10:54.660Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-13T06:10:54.660Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f9fd5817-6723-458a-8ef8-a1d1b7a1e16e
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-10-13T06:10:54.670Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:10:54.670Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vFW 0712aec9-58bc 0 is matching search criteria
2021-10-13T06:10:54.671Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0712aec9-58bc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-13T06:10:54.671Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:10:54.671Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vFW 0712aec9-58bc 0 is not matching search criteria
2021-10-13T06:10:54.671Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-13T06:10:54.671Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-13T06:10:54.672Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-13T06:10:54.672Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-13T06:10:54.672Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-13T06:10:54.672Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-13T06:10:54.672Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-13T06:10:54.672Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-13T06:10:54.672Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-13T06:10:54.672Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-13T06:10:54.672Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-13T06:10:54.673Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-13T06:10:54.673Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=290ef8a9-cf61-49c6-91c1-218826b20611
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-10-13T06:10:54.675Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:10:54.675Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vFW 0712aec9-58bc 0 is matching search criteria
2021-10-13T06:10:54.675Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0712aec9-58bc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-13T06:10:54.677Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:10:54.677Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vFW 0712aec9-58bc 0 is not matching search criteria
2021-10-13T06:10:54.677Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-13T06:10:54.677Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-13T06:10:54.677Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-13T06:10:54.677Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-13T06:10:54.677Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-13T06:10:54.677Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-13T06:10:54.678Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-13T06:10:54.678Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-13T06:10:54.678Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-13T06:10:54.678Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-13T06:10:54.678Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-13T06:10:54.678Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-13T06:10:54.678Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8241c9cb-5932-4128-bf0f-fe6fcec957df
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-10-13T06:10:54.680Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:10:54.680Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vFW 0712aec9-58bc 0 is matching search criteria
2021-10-13T06:10:54.680Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0712aec9-58bc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-13T06:10:54.681Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:10:54.681Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Node template vFW 0712aec9-58bc 0 is matching search criteria
2021-10-13T06:10:54.681Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0712aec9-58bc 0] matching following query criteria: sdcType=VF, customizationUUID=b9837fff-24a3-46bf-be06-fcaea480c45d
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-10-13T06:10:54.682Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:10:54.682Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-13 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:10:54.683Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 07b35ed7-e00a-44a1-a679-763ee6c780b7: vFW 0712aec9-58bc
2021-10-13T06:10:54.683Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:10:54.683Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-13 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:10:54.683Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:10:54.683Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-13 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:10:54.683Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:10:54.683Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-13 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:10:54.683Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:10:54.684Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-13 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:10:54.684Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:10:54.684Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-10-13 06-07-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:10:54.684Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2021-10-13 06-07-12
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-13T06:10:54.949Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0712aec9-58bc 7d3e054b-815b-45ca-8487-98f96de75e6e 1 ASDC deployResourceStructure
2021-10-13T06:10:54.949Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json ASDC sendASDCNotification
2021-10-13T06:10:54.949Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json
2021-10-13T06:10:54.949Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-13T06:10:54.950Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:10:54.952Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:10:54.952Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634105454949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-13T06:10:55.052Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-13T06:10:55.053Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:10:55.053Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:10:55.063Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:10:55.063Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-13T06:10:55.954Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-13T06:10:55.954Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml
2021-10-13T06:10:55.954Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-13T06:10:55.954Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:10:55.956Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:10:55.956Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634105455954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-10-13T06:10:56.057Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-13T06:10:56.057Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:10:56.058Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:10:56.067Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:10:56.068Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-13T06:10:56.957Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-13T06:10:56.958Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env
2021-10-13T06:10:56.958Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-13T06:10:56.959Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:10:56.961Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:10:56.961Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634105456957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-10-13T06:10:57.062Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-13T06:10:57.062Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:10:57.063Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:10:57.072Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:10:57.073Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-13T06:10:57.962Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar ASDC sendASDCNotification
2021-10-13T06:10:57.962Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar
2021-10-13T06:10:57.963Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-13T06:10:57.963Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:10:57.965Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:10:57.965Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634105457962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-13T06:10:58.065Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-13T06:10:58.066Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:10:58.066Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:10:58.078Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:10:58.078Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-13T06:10:58.966Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f9ff82d-03e2-4268-9259-552058e155f1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-13T06:10:58.981Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f9ff82d-03e2-4268-9259-552058e155f1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-13T06:10:58.985Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-13T06:10:58.985Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-13T06:10:58.986Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-13T06:11:28.986Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f9ff82d-03e2-4268-9259-552058e155f1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-13T06:11:28.998Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f9ff82d-03e2-4268-9259-552058e155f1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-13T06:11:29.000Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-13T06:11:29.001Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-13T06:11:29.001Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-13T06:11:38.221Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:11:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:11:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:11:38.360Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:11:38.360Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:11:38.360Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634105438218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:11:38.362Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:11:59.001Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f9ff82d-03e2-4268-9259-552058e155f1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-13T06:11:59.013Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f9ff82d-03e2-4268-9259-552058e155f1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-13T06:11:59.017Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-13T06:11:59.017Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-13T06:11:59.017Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-13T06:12:29.018Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f9ff82d-03e2-4268-9259-552058e155f1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-13T06:12:29.029Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f9ff82d-03e2-4268-9259-552058e155f1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-13T06:12:29.032Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-13T06:12:29.032Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-13T06:12:29.032Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-13T06:12:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:12:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:12:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:12:38.739Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:12:38.741Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:12:38.741Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "aai-ml",
"timestamp": 1634105439470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-13T06:12:38.743Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:12:38.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:12:38.743Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634105438218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json",
"status": "NOTIFIED"
}
2021-10-13T06:12:38.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:12:38.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:12:38.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "aai-ml",
"timestamp": 1634105440475,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-13T06:12:38.753Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7f9ff82d-03e2-4268-9259-552058e155f1
2021-10-13T06:12:38.753Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f9ff82d-03e2-4268-9259-552058e155f1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-13T06:12:38.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:12:38.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634105438218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-13T06:12:38.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:12:38.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:12:38.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634105438218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:12:38.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:12:38.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:12:38.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634105438218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-13T06:12:38.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:12:38.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:12:38.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634105438218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:12:38.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:12:38.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:12:38.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634105438218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar",
"status": "NOTIFIED"
}
2021-10-13T06:12:38.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-13T06:12:38.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:12:38.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634105446252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-13T06:12:38.765Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:12:38.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:12:38.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634105451088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-13T06:12:38.765Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:12:38.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:12:38.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634105452460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-13T06:12:38.765Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:12:38.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:12:38.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634105453597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-13T06:12:38.766Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:12:38.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:12:38.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634105454949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/vfw0712aec958bc0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-13T06:12:38.766Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:12:38.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:12:38.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634105455954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-10-13T06:12:38.766Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:12:38.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:12:38.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634105456957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/resourceInstances/vfw0712aec958bc0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-10-13T06:12:38.767Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:12:38.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:12:38.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634105457962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211013060712/1.0/artifacts/service-Vfw20211013060712-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-13T06:12:38.767Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:12:59.033Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f9ff82d-03e2-4268-9259-552058e155f1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-13T06:12:59.044Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f9ff82d-03e2-4268-9259-552058e155f1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-13T06:12:59.046Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-13T06:12:59.047Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-13T06:12:59.047Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-13T06:12:59.047Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-13T06:12:59.047Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-13T06:12:59.047Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-13T06:12:59.047Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-13T06:12:59.047Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-13T06:12:59.047Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-13T06:12:59.047Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-13T06:12:59.047Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-13T06:12:59.053Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-13T06:13:29.053Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7f9ff82d-03e2-4268-9259-552058e155f1 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-13T06:13:29.063Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7f9ff82d-03e2-4268-9259-552058e155f1 and serviceModelVersionId: 07b35ed7-e00a-44a1-a679-763ee6c780b7
2021-10-13T06:13:29.063Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bfa8bb7-14ca-4a47-8a7d-019ee248b431
2021-10-13T06:13:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:13:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:13:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:13:41.822Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bfa8bb7-14ca-4a47-8a7d-019ee248b431/model-vers/model-ver/07b35ed7-e00a-44a1-a679-763ee6c780b7?depth=0
2021-10-13T06:13:41.915Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-10-13T06:13:42.458Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6bfa8bb7-14ca-4a47-8a7d-019ee248b431/model-vers/model-ver/07b35ed7-e00a-44a1-a679-763ee6c780b7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-10-13T06:13:42.462Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6bfa8bb7-14ca-4a47-8a7d-019ee248b431/model-vers/model-ver/07b35ed7-e00a-44a1-a679-763ee6c780b7?depth=0|INFO|500||Invoke
2021-10-13T06:13:42.742Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6bfa8bb7-14ca-4a47-8a7d-019ee248b431/model-vers/model-ver/07b35ed7-e00a-44a1-a679-763ee6c780b7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-13T06:13:43.216Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6bfa8bb7-14ca-4a47-8a7d-019ee248b431/model-vers/model-ver/07b35ed7-e00a-44a1-a679-763ee6c780b7?depth=0|INFO|500||InvokeReturn
2021-10-13T06:13:43.217Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6bfa8bb7-14ca-4a47-8a7d-019ee248b431/model-vers/model-ver/07b35ed7-e00a-44a1-a679-763ee6c780b7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211013-06:13:42:754-26113], vertex-id=[172184], Content-Length=[0], Date=[Wed, 13 Oct 2021 06:13:42 GMT], Content-Type=[application/json]}
2021-10-13T06:13:43.217Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-10-13T06:13:43.219Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-13T06:13:43.219Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||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-10-13T06:13:43.223Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-13T06:13:43.232Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7f9ff82d-03e2-4268-9259-552058e155f1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-13T06:13:43.233Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-13T06:13:43.233Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:13:43.235Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:13:43.235Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634105623232,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-13T06:13:43.335Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-13T06:13:43.336Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:13:43.337Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:13:43.347Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:13:43.348Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-13T06:13:43.958Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:13:43.959Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-13T06:13:43.959Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7f9ff82d-03e2-4268-9259-552058e155f1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634105623232,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-13T06:13:43.960Z||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-10-13T06:13:44.252Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:13:44.253Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:13:44.253Z|7f9ff82d-03e2-4268-9259-552058e155f1|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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:13:54.439Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:13:54.439Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:13:54.440Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:13:54.440Z|7f9ff82d-03e2-4268-9259-552058e155f1|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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:14:03.982Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:14:03.982Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:14:03.983Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:14:03.983Z|7f9ff82d-03e2-4268-9259-552058e155f1|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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:14:13.518Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:14:38.218Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:14:38.219Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:14:38.219Z|7f9ff82d-03e2-4268-9259-552058e155f1|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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:14:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:14:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:14:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:14:47.760Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:14:47.760Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:15:38.218Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:15:38.219Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:15:38.219Z|7f9ff82d-03e2-4268-9259-552058e155f1|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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:15:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:15:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:15:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:15:47.761Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:15:47.762Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:16:38.218Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:16:38.219Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:16:38.219Z|7f9ff82d-03e2-4268-9259-552058e155f1|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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:16:38.220Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:16:38.222Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:16:38.223Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:16:47.757Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:16:47.759Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:17:38.218Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:17:38.219Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:17:38.219Z|7f9ff82d-03e2-4268-9259-552058e155f1|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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:17:38.220Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:17:38.221Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:17:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:17:47.765Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:17:47.784Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:18:38.218Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:18:38.219Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:18:38.219Z|7f9ff82d-03e2-4268-9259-552058e155f1|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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:18:38.221Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:18:38.222Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:18:38.222Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:18:47.760Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:18:47.760Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:19:38.218Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:19:38.218Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:19:38.219Z|7f9ff82d-03e2-4268-9259-552058e155f1|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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:19:38.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:19:38.221Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:19:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:19:47.761Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:19:47.761Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:20:38.218Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:20:38.219Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:20:38.219Z|7f9ff82d-03e2-4268-9259-552058e155f1|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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:20:38.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:20:38.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:20:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:20:47.755Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:20:47.755Z|7f9ff82d-03e2-4268-9259-552058e155f1|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:21:38.218Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:21:38.219Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:21:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:21:38.220Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:21:38.221Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:21:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:21:47.764Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:21:47.764Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:22:38.218Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:22:38.219Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:22:38.219Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:22:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:22:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:22:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:22:38.842Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:22:38.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-13T06:22:38.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"07b50945-184f-4b77-9a29-44cd6a8bd841","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e510a9bc-365c-4d81-824d-363c4b9709fa","serviceDescription":"service","serviceInvariantUUID":"5b22b718-d55c-4492-8253-ff3f153a2179","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"b2fc17ee-c6de-4901-bf49-9ec39c084fe1","resourceInvariantUUID":"3091d5f6-11b3-4b25-9bd0-f6be33cc63ad","resourceCustomizationUUID":"f6368499-2c05-4bdf-aec0-82c31e0db57d","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":"NzFmODVlMjU4MWU4ZjA3NzdhYjM4YzNiOGU3NzJhY2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"71c6a34b-eceb-4265-8c65-d60db6765101","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjQ4NWQzYmNkZGZkYWYxMzc1NTc1OTk0ZmJkZmI5ZTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc6eb084-54c5-47df-9c18-5a029dff99c0","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-13T06:22:38.843Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:22:38.845Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:22:38.845Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841",
"consumerID": "cds",
"timestamp": 1634106109712,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:22:38.846Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:22:38.846Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-13T06:22:38.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:22:38.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841",
"consumerID": "ves-openapi-manager",
"timestamp": 1634106113202,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:22:38.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:22:38.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:22:38.847Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:22:38.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841",
"consumerID": "aai-ml",
"timestamp": 1634106107891,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:22:38.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:22:38.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:22:38.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841",
"consumerID": "ves-openapi-manager",
"timestamp": 1634106113202,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:22:38.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:22:38.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:22:38.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841",
"consumerID": "cds",
"timestamp": 1634106109712,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-13T06:22:38.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:22:38.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:22:38.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841",
"consumerID": "aai-ml",
"timestamp": 1634106107891,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-13T06:22:38.849Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:22:38.850Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106158218,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:22:38.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:22:38.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:22:38.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634106114469,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:22:38.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:22:38.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:22:38.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634106114469,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-13T06:22:38.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:22:38.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:22:38.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841",
"consumerID": "cds",
"timestamp": 1634106116669,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-13T06:22:38.852Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:22:38.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:22:38.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841",
"consumerID": "dcae-sch",
"timestamp": 1634106116066,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:22:38.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:22:38.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:22:38.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841",
"consumerID": "aai-ml",
"timestamp": 1634106116794,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-13T06:22:38.853Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:22:38.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:22:38.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841",
"consumerID": "cds",
"timestamp": 1634106117673,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-13T06:22:38.870Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 07b50945-184f-4b77-9a29-44cd6a8bd841
2021-10-13T06:22:38.870Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07b50945-184f-4b77-9a29-44cd6a8bd841 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-13T06:22:38.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:22:38.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841",
"consumerID": "dcae-sch",
"timestamp": 1634106116066,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:22:38.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:22:38.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:22:38.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841",
"consumerID": "clamp",
"timestamp": 1634106119329,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:22:38.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:22:38.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:22:38.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841",
"consumerID": "aai-ml",
"timestamp": 1634106120361,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-13T06:22:38.883Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:22:38.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:22:38.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841",
"consumerID": "clamp",
"timestamp": 1634106119329,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-13T06:22:38.884Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:22:38.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:22:38.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841",
"consumerID": "aai-ml",
"timestamp": 1634106121365,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-13T06:22:38.891Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 07b50945-184f-4b77-9a29-44cd6a8bd841
2021-10-13T06:22:38.891Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07b50945-184f-4b77-9a29-44cd6a8bd841 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-13T06:22:38.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:22:38.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634106122171,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:22:38.903Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:22:38.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:22:38.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634106122171,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-13T06:22:38.903Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:22:38.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:22:38.904Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841",
"consumerID": "policy-id",
"timestamp": 1634106123654,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:22:38.904Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:22:38.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:22:38.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634106125020,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-13T06:22:38.905Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:22:38.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:22:38.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841",
"consumerID": "policy-id",
"timestamp": 1634106123654,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-13T06:22:38.906Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:22:38.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:22:38.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841",
"consumerID": "policy-id",
"timestamp": 1634106126350,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-13T06:22:38.906Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:22:38.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:22:38.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634106126535,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-13T06:22:38.907Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:22:38.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:22:38.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841",
"consumerID": "policy-id",
"timestamp": 1634106127354,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-13T06:22:38.908Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:22:38.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:22:38.908Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634106127539,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-13T06:22:38.915Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 07b50945-184f-4b77-9a29-44cd6a8bd841
2021-10-13T06:22:38.915Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07b50945-184f-4b77-9a29-44cd6a8bd841 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-13T06:22:38.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:22:38.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841",
"consumerID": "policy-id",
"timestamp": 1634106128358,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-13T06:22:38.932Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 07b50945-184f-4b77-9a29-44cd6a8bd841
2021-10-13T06:22:38.933Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07b50945-184f-4b77-9a29-44cd6a8bd841 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-13T06:22:38.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:22:38.944Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841",
"consumerID": "clamp",
"timestamp": 1634106132424,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-13T06:22:38.945Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:22:38.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:22:38.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841",
"consumerID": "clamp",
"timestamp": 1634106134432,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-13T06:22:38.945Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:22:38.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:22:38.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841",
"consumerID": "clamp",
"timestamp": 1634106135435,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-13T06:22:38.950Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-13T06:22:38.951Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:22:38.951Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:22:38.953Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 07b50945-184f-4b77-9a29-44cd6a8bd841
2021-10-13T06:22:38.954Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07b50945-184f-4b77-9a29-44cd6a8bd841 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-13T06:22:38.961Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:22:38.961Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-10-13T06:22:39.850Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-13T06:22:39.851Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:22:39.852Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:22:39.852Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106158218,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-13T06:22:39.952Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-13T06:22:39.953Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:22:39.953Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:22:39.965Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:22:39.965Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-13T06:22:40.854Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "e510a9bc-365c-4d81-824d-363c4b9709fa",
"serviceDescription": "service",
"serviceInvariantUUID": "5b22b718-d55c-4492-8253-ff3f153a2179",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "f6368499-2c05-4bdf-aec0-82c31e0db57d",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "b2fc17ee-c6de-4901-bf49-9ec39c084fe1",
"resourceInvariantUUID": "3091d5f6-11b3-4b25-9bd0-f6be33cc63ad",
"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": "YjQ4NWQzYmNkZGZkYWYxMzc1NTc1OTk0ZmJkZmI5ZTI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fc6eb084-54c5-47df-9c18-5a029dff99c0"
}
],
"workloadContext": "Production"
}
2021-10-13T06:22:40.854Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-13T06:22:40.854Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e510a9bc-365c-4d81-824d-363c4b9709fa ASDC
2021-10-13T06:22:40.854Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:07b50945-184f-4b77-9a29-44cd6a8bd841
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:e510a9bc-365c-4d81-824d-363c4b9709fa
ServiceInvariantUUID:5b22b718-d55c-4492-8253-ff3f153a2179
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:fc6eb084-54c5-47df-9c18-5a029dff99c0
ArtifactChecksum:YjQ4NWQzYmNkZGZkYWYxMzc1NTc1OTk0ZmJkZmI5ZTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:f6368499-2c05-4bdf-aec0-82c31e0db57d
ResourceInvariantUUID:3091d5f6-11b3-4b25-9bd0-f6be33cc63ad
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:b2fc17ee-c6de-4901-bf49-9ec39c084fe1
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-10-13T06:22:40.855Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e510a9bc-365c-4d81-824d-363c4b9709fa ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-13T06:22:40.886Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-13T06:22:40.887Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-13T06:22:40.887Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-13T06:22:40.887Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fc6eb084-54c5-47df-9c18-5a029dff99c0 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-13T06:22:40.887Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-13T06:22:40.888Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-13T06:22:40.956Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-13T06:22:40.958Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar fc6eb084-54c5-47df-9c18-5a029dff99c0 52175
2021-10-13T06:22:40.959Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-13T06:22:40.959Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-13T06:22:40.959Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-13T06:22:40.959Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:22:40.960Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:22:40.960Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106160959,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-13T06:22:41.061Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-13T06:22:41.062Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:22:41.062Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:22:41.073Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:22:41.073Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-13T06:22:41.961Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-13T06:22:41.962Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-13T06:22:41.962Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: fc6eb084-54c5-47df-9c18-5a029dff99c0, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-13T06:22:41.963Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-10-13T06:22:41.963Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-13T06:22:41.963Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-13T06:22:42.066Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1560490048957850303/Definitions/service-BasicNetwork-template.yml
2021-10-13T06:22:42.555Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-13T06:22:42.555Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-13T06:22:42.556Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-13T06:22:42.556Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-10-13T06:22:42.556Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-13T06:22:42.556Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-13T06:22:42.556Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-13T06:22:42.556Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-13T06:22:42.556Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-13T06:22:42.556Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-13T06:22:42.556Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-13T06:22:42.556Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-13T06:22:42.556Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-13T06:22:42.556Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:22:42.556Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:22:42.556Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-13T06:22:42.556Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-13T06:22:42.557Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-13T06:22:42.557Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:22:42.557Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:22:42.557Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-13T06:22:42.557Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-13T06:22:42.557Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-13T06:22:42.557Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:22:42.557Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:22:42.557Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:22:42.557Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:22:42.557Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:22:42.557Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:22:42.558Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:22:42.558Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:22:42.558Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:22:42.558Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:22:42.558Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:e510a9bc-365c-4d81-824d-363c4b9709fa
Model Version:NULL
Model InvariantUuid:5b22b718-d55c-4492-8253-ff3f153a2179
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:3091d5f6-11b3-4b25-9bd0-f6be33cc63ad
Model UUID:2a4916c5-7114-4ee6-9251-1032fb70f164
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:f6368499-2c05-4bdf-aec0-82c31e0db57d
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-10-13T06:22:42.565Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: b2fc17ee-c6de-4901-bf49-9ec39c084fe1
2021-10-13T06:22:42.565Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||No resources found for Service: e510a9bc-365c-4d81-824d-363c4b9709fa
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-10-13T06:22:42.568Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||
2021-10-13T06:22:42.568Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-10-13T06:22:42.569Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||No resources found for Service: e510a9bc-365c-4d81-824d-363c4b9709fa
2021-10-13T06:22:42.569Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e510a9bc-365c-4d81-824d-363c4b9709fa
2021-10-13T06:22:42.569Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-10-13T06:22:42.569Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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-10-13T06:22:42.573Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7357f804, org.onap.sdc.toscaparser.api.parameters.Input@3ee6ba5a, org.onap.sdc.toscaparser.api.parameters.Input@12357399, org.onap.sdc.toscaparser.api.parameters.Input@43356d2e, org.onap.sdc.toscaparser.api.parameters.Input@f6e2a94]
2021-10-13T06:22:42.574Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:22:42.574Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:22:42.574Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:22:42.574Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:22:42.574Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid e510a9bc-365c-4d81-824d-363c4b9709fa: Generic NeutronNet
2021-10-13T06:22:42.574Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:22:42.574Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:22:42.575Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:22:42.575Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_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-10-13T06:22:42.600Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:22:42.601Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:22:42.601Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:22:42.601Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:22:42.601Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:22:42.601Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:22:42.601Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||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-10-13T06:22:42.659Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-10-13T06:22:42.660Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-13T06:22:42.660Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-13T06:22:42.660Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-13T06:22:42.660Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:22:42.662Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:22:42.662Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106162659,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-13T06:22:42.763Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-13T06:22:42.764Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:22:42.764Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:22:42.775Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:22:42.776Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-13T06:22:43.664Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07b50945-184f-4b77-9a29-44cd6a8bd841
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-13T06:22:43.676Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07b50945-184f-4b77-9a29-44cd6a8bd841
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-13T06:22:43.681Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-13T06:22:43.681Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-13T06:22:43.681Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-13T06:22:43.681Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-13T06:22:43.681Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-13T06:22:43.681Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-13T06:22:43.681Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-13T06:22:43.681Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-13T06:22:43.681Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-13T06:22:43.681Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-13T06:22:43.681Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-13T06:22:43.687Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-13T06:23:13.687Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 07b50945-184f-4b77-9a29-44cd6a8bd841 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-13T06:23:13.692Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 07b50945-184f-4b77-9a29-44cd6a8bd841 and serviceModelVersionId: e510a9bc-365c-4d81-824d-363c4b9709fa
2021-10-13T06:23:13.693Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5b22b718-d55c-4492-8253-ff3f153a2179
2021-10-13T06:23:13.693Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5b22b718-d55c-4492-8253-ff3f153a2179/model-vers/model-ver/e510a9bc-365c-4d81-824d-363c4b9709fa?depth=0
2021-10-13T06:23:13.697Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-10-13T06:23:13.746Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5b22b718-d55c-4492-8253-ff3f153a2179/model-vers/model-ver/e510a9bc-365c-4d81-824d-363c4b9709fa?depth=0|INFO|500||Invoke
2021-10-13T06:23:13.746Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5b22b718-d55c-4492-8253-ff3f153a2179/model-vers/model-ver/e510a9bc-365c-4d81-824d-363c4b9709fa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5b22b718-d55c-4492-8253-ff3f153a2179/model-vers/model-ver/e510a9bc-365c-4d81-824d-363c4b9709fa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[07b50945-184f-4b77-9a29-44cd6a8bd841], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a149a8c3-078b-467e-b8bf-320e6ed0e34a], X-ECOMP-RequestID=[07b50945-184f-4b77-9a29-44cd6a8bd841], X-TransactionId=[], X-ONAP-RequestID=[07b50945-184f-4b77-9a29-44cd6a8bd841], Content-Type=[application/merge-patch+json]}
2021-10-13T06:23:13.771Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5b22b718-d55c-4492-8253-ff3f153a2179/model-vers/model-ver/e510a9bc-365c-4d81-824d-363c4b9709fa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-13T06:23:14.583Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5b22b718-d55c-4492-8253-ff3f153a2179/model-vers/model-ver/e510a9bc-365c-4d81-824d-363c4b9709fa?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/5b22b718-d55c-4492-8253-ff3f153a2179/model-vers/model-ver/e510a9bc-365c-4d81-824d-363c4b9709fa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211013-06:23:13:779-64717], vertex-id=[180376], Content-Length=[0], Date=[Wed, 13 Oct 2021 06:23:13 GMT], Content-Type=[application/json]}
2021-10-13T06:23:14.584Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5b22b718-d55c-4492-8253-ff3f153a2179/model-vers/model-ver/e510a9bc-365c-4d81-824d-363c4b9709fa?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-13T06:23:14.585Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5b22b718-d55c-4492-8253-ff3f153a2179/model-vers/model-ver/e510a9bc-365c-4d81-824d-363c4b9709fa?depth=0|INFO|500||InvokeReturn
2021-10-13T06:23:14.585Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-13T06:23:14.585Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||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-10-13T06:23:14.591Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-13T06:23:14.592Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 07b50945-184f-4b77-9a29-44cd6a8bd841 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-13T06:23:14.592Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-13T06:23:14.592Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:23:14.594Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:23:14.594Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106194592,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-13T06:23:14.694Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-13T06:23:14.695Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:23:14.695Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:23:14.706Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:23:14.706Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-13T06:23:38.218Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:23:38.219Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:23:38.219Z|07b50945-184f-4b77-9a29-44cd6a8bd841|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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:23:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:23:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:23:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:23:38.338Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:23:38.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:23:38.339Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106158218,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:23:38.340Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:23:38.839Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:23:38.840Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-13T06:23:38.840Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"785d60a7-bc44-4ea2-bc5d-670032bf9ec5","serviceName":"Demo_pNF_ZxS7INTrUbuKQHHv6RzG","serviceVersion":"1.0","serviceUUID":"2d3c34b4-9629-472b-a8df-7f77fd604532","serviceDescription":"catalog service description","serviceInvariantUUID":"c6c90c59-dfa6-4540-922a-5688f1b3171d","resources":[{"resourceInstanceName":"pNF 817d3f32-e8d8 0","resourceName":"pNF 817d3f32-e8d8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e16161f2-1862-45ae-a1dc-8eda4fc92ebd","resourceInvariantUUID":"5aa1c487-2161-4965-b837-9389f0244e5d","resourceCustomizationUUID":"eb525f23-aec2-4138-88a8-3424f1189310","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vf-license-model.xml","artifactChecksum":"OGU3NGU3YTk2YzZmYTM3ODU2MGNmMWU1MjUzMmU1NTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1e90b3a2-5c72-4b31-8436-25670f7bc3d9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/pNF.csar","artifactChecksum":"OTNjZDhmNmEyMTg0YTM0YmEwYjU5MGU5MTRiNjY4YjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f3bd211c-f8e5-4b20-b5b6-a7cad8883245","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a516208a-2a75-4dd1-b71f-0badf05143ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vendor-license-model.xml","artifactChecksum":"ZjA3MDE1N2M4MjE2M2I2OTk3YjRmMDU5YjQzMDVmYjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a795d579-6f63-4199-9c2d-80bed9fe7033","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"46585bb6-983a-428c-8d44-821218c08012","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"343e9eaf-846b-45f3-8ef7-24a68063664e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfZxs7intrubukqhhv6rzg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-template.yml","artifactChecksum":"ODUyMWRjZWJjYTdjYzhkNTA5OTRkOTVkMTFmNDBhM2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1a98796c-8220-4509-90ac-c71d8c9ea5d4","artifactVersion":"1"},{"artifactName":"service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar","artifactChecksum":"YTJhYmZmMGRjN2IzYTQ0ZTJjMTNkYzAwYTY0ZTY4Y2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c0f29829-d5de-4e48-86ba-94b5e6c43192","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-13T06:23:38.842Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-13T06:23:38.842Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:23:38.844Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:23:38.844Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106218218,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:23:38.944Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-13T06:23:38.945Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:23:38.946Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:23:38.955Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:23:38.955Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-13T06:23:39.845Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-13T06:23:39.846Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:23:39.848Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:23:39.848Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106218218,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:23:39.948Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-13T06:23:39.949Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:23:39.949Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:23:39.962Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:23:39.962Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-13T06:23:40.848Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-13T06:23:40.849Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:23:40.851Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:23:40.851Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106218218,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:23:40.952Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-13T06:23:40.952Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:23:40.952Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:23:40.962Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:23:40.962Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-13T06:23:41.852Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-13T06:23:41.853Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:23:41.854Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:23:41.854Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106218218,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:23:41.955Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-13T06:23:41.955Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:23:41.955Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:23:41.965Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:23:41.965Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-13T06:23:42.855Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-13T06:23:42.856Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:23:42.857Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:23:42.857Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106218218,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:23:42.958Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-13T06:23:42.958Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:23:42.958Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:23:42.967Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:23:42.968Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-13T06:23:43.858Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-13T06:23:43.859Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:23:43.860Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:23:43.860Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106218218,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:23:43.960Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-13T06:23:43.961Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:23:43.962Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:23:43.971Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:23:43.971Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-13T06:23:44.861Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-13T06:23:44.862Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:23:44.863Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:23:44.863Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106218218,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:23:44.963Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-13T06:23:44.964Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:23:44.964Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:23:44.977Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:23:44.978Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-13T06:23:45.863Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-13T06:23:45.864Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:23:45.866Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:23:45.866Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106218218,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar",
"status": "NOTIFIED"
}
2021-10-13T06:23:45.966Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-13T06:23:45.967Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:23:45.967Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:23:45.978Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:23:45.978Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-13T06:23:46.868Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"serviceName": "Demo_pNF_ZxS7INTrUbuKQHHv6RzG",
"serviceVersion": "1.0",
"serviceUUID": "2d3c34b4-9629-472b-a8df-7f77fd604532",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "c6c90c59-dfa6-4540-922a-5688f1b3171d",
"resources": [
{
"resourceInstanceName": "pNF 817d3f32-e8d8 0",
"resourceCustomizationUUID": "eb525f23-aec2-4138-88a8-3424f1189310",
"resourceName": "pNF 817d3f32-e8d8",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "e16161f2-1862-45ae-a1dc-8eda4fc92ebd",
"resourceInvariantUUID": "5aa1c487-2161-4965-b837-9389f0244e5d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar",
"artifactChecksum": "YTJhYmZmMGRjN2IzYTQ0ZTJjMTNkYzAwYTY0ZTY4Y2Q\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c0f29829-d5de-4e48-86ba-94b5e6c43192"
}
],
"workloadContext": "Production"
}
2021-10-13T06:23:46.868Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-13T06:23:46.868Z|07b50945-184f-4b77-9a29-44cd6a8bd841|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2d3c34b4-9629-472b-a8df-7f77fd604532 ASDC
2021-10-13T06:23:46.868Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:785d60a7-bc44-4ea2-bc5d-670032bf9ec5
ServiceName:Demo_pNF_ZxS7INTrUbuKQHHv6RzG
ServiceVersion:1.0
ServiceUUID:2d3c34b4-9629-472b-a8df-7f77fd604532
ServiceInvariantUUID:c6c90c59-dfa6-4540-922a-5688f1b3171d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar
ArtifactUUID:c0f29829-d5de-4e48-86ba-94b5e6c43192
ArtifactChecksum:YTJhYmZmMGRjN2IzYTQ0ZTJjMTNkYzAwYTY0ZTY4Y2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 817d3f32-e8d8 0
ResourceCustomizationUUID:eb525f23-aec2-4138-88a8-3424f1189310
ResourceInvariantUUID:5aa1c487-2161-4965-b837-9389f0244e5d
ResourceName:pNF 817d3f32-e8d8
ResourceType:PNF
ResourceUUID:e16161f2-1862-45ae-a1dc-8eda4fc92ebd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-10-13T06:23:46.868Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2d3c34b4-9629-472b-a8df-7f77fd604532 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-13T06:23:46.894Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-13T06:23:46.894Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-13T06:23:46.894Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-13T06:23:46.895Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c0f29829-d5de-4e48-86ba-94b5e6c43192 from URL: /sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar
2021-10-13T06:23:46.895Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-13T06:23:46.895Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar
2021-10-13T06:23:47.049Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-13T06:23:47.052Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar c0f29829-d5de-4e48-86ba-94b5e6c43192 82558
2021-10-13T06:23:47.053Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar ASDC sendASDCNotification
2021-10-13T06:23:47.053Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar
2021-10-13T06:23:47.053Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-13T06:23:47.053Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:23:47.055Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:23:47.055Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106227052,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-13T06:23:47.155Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-13T06:23:47.156Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:23:47.156Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:23:47.165Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:23:47.166Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-13T06:23:48.055Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-13T06:23:48.056Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-13T06:23:48.056Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: c0f29829-d5de-4e48-86ba-94b5e6c43192, URL: /sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar to file: /app/ASDC/1/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar
2021-10-13T06:23:48.057Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar
2021-10-13T06:23:48.057Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar
2021-10-13T06:23:48.057Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar
2021-10-13T06:23:48.151Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14165499403702367179/Definitions/service-DemoPnfZxs7intrubukqhhv6rzg-template.yml
2021-10-13T06:23:49.070Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-13T06:23:49.070Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-13T06:23:49.070Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar
2021-10-13T06:23:49.071Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-13T06:23:49.071Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar
2021-10-13T06:23:49.071Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar
2021-10-13T06:23:49.071Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar
2021-10-13T06:23:49.071Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar
2021-10-13T06:23:49.071Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar
2021-10-13T06:23:49.071Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 817d3f32-e8d8 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar
2021-10-13T06:23:49.071Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar
2021-10-13T06:23:49.071Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-13T06:23:49.071Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:23:49.072Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZxS7INTrUbuKQHHv6RzG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:23:49.072Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Node template pNF 817d3f32-e8d8 0 is matching search criteria
2021-10-13T06:23:49.072Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-13T06:23:49.072Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 817d3f32-e8d8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-13T06:23:49.072Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:23:49.072Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZxS7INTrUbuKQHHv6RzG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:23:49.073Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Node template pNF 817d3f32-e8d8 0 is matching search criteria
2021-10-13T06:23:49.073Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-13T06:23:49.073Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 817d3f32-e8d8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-13T06:23:49.073Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:23:49.073Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZxS7INTrUbuKQHHv6RzG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:23:49.073Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:23:49.073Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZxS7INTrUbuKQHHv6RzG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:23:49.073Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:23:49.074Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZxS7INTrUbuKQHHv6RzG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:23:49.074Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:23:49.074Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZxS7INTrUbuKQHHv6RzG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:23:49.074Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:23:49.074Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZxS7INTrUbuKQHHv6RzG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:23:49.074Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_ZxS7INTrUbuKQHHv6RzG
Description:catalog service description
Model UUID:2d3c34b4-9629-472b-a8df-7f77fd604532
Model Version:NULL
Model InvariantUuid:c6c90c59-dfa6-4540-922a-5688f1b3171d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-13T06:23:49.080Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: e16161f2-1862-45ae-a1dc-8eda4fc92ebd
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-10-13T06:23:49.084Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||pNF 817d3f32-e8d8 0
2021-10-13T06:23:49.084Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e16161f2-1862-45ae-a1dc-8eda4fc92ebd
2021-10-13T06:23:49.084Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 2d3c34b4-9629-472b-a8df-7f77fd604532
2021-10-13T06:23:49.084Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 2d3c34b4-9629-472b-a8df-7f77fd604532
2021-10-13T06:23:49.084Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 817d3f32-e8d8 0 e16161f2-1862-45ae-a1dc-8eda4fc92ebd ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-13T06:23:49.088Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5eb1bd75, org.onap.sdc.toscaparser.api.parameters.Input@1f70e748, org.onap.sdc.toscaparser.api.parameters.Input@159fe17d, org.onap.sdc.toscaparser.api.parameters.Input@3e63b14f, org.onap.sdc.toscaparser.api.parameters.Input@6deaf9e3]
2021-10-13T06:23:49.088Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:23:49.088Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZxS7INTrUbuKQHHv6RzG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:23:49.088Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 2d3c34b4-9629-472b-a8df-7f77fd604532: pNF 817d3f32-e8d8
2021-10-13T06:23:49.088Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||Processing PNF resource: e16161f2-1862-45ae-a1dc-8eda4fc92ebd
2021-10-13T06:23:49.089Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:23:49.089Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZxS7INTrUbuKQHHv6RzG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:23:49.089Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||Resource customization UUID: eb525f23-aec2-4138-88a8-3424f1189310 is the same as notified resource customizationUUID: eb525f23-aec2-4138-88a8-3424f1189310
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 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 pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-10-13T06:23:49.151Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 817d3f32-e8d8 e16161f2-1862-45ae-a1dc-8eda4fc92ebd 0 ASDC deployResourceStructure
2021-10-13T06:23:49.152Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar ASDC sendASDCNotification
2021-10-13T06:23:49.152Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar
2021-10-13T06:23:49.152Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-13T06:23:49.152Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:23:49.154Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:23:49.155Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106229152,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-13T06:23:49.255Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-13T06:23:49.255Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:23:49.255Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:23:49.265Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:23:49.265Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-13T06:23:50.155Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 785d60a7-bc44-4ea2-bc5d-670032bf9ec5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-13T06:23:50.168Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 785d60a7-bc44-4ea2-bc5d-670032bf9ec5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-13T06:23:50.170Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-13T06:23:50.170Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-13T06:23:50.170Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-13T06:24:20.171Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 785d60a7-bc44-4ea2-bc5d-670032bf9ec5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-13T06:24:20.181Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 785d60a7-bc44-4ea2-bc5d-670032bf9ec5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-13T06:24:20.184Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-13T06:24:20.184Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-13T06:24:20.184Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-13T06:24:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:24:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:24:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:24:38.247Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:24:38.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106158218,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-13T06:24:38.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106160959,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-13T06:24:38.251Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:24:38.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106162659,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-13T06:24:38.251Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:24:38.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634106174469,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "clamp",
"timestamp": 1634106179329,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "ves-openapi-manager",
"timestamp": 1634106173202,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "dcae-sch",
"timestamp": 1634106176066,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "ves-openapi-manager",
"timestamp": 1634106173202,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "clamp",
"timestamp": 1634106179329,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634106174469,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "dcae-sch",
"timestamp": 1634106176066,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634106182171,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.255Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "clamp",
"timestamp": 1634106179329,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.255Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634106174469,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.255Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "ves-openapi-manager",
"timestamp": 1634106173202,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.256Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "dcae-sch",
"timestamp": 1634106176066,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.256Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634106182171,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.256Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "policy-id",
"timestamp": 1634106183654,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.257Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "ves-openapi-manager",
"timestamp": 1634106173202,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.257Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "clamp",
"timestamp": 1634106179329,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.257Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634106174469,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.257Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "dcae-sch",
"timestamp": 1634106176066,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.258Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634106182171,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.258Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "policy-id",
"timestamp": 1634106183654,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.258Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "cds",
"timestamp": 1634106184712,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.258Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "ves-openapi-manager",
"timestamp": 1634106173202,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.258Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634106174469,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.258Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.259Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.259Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "clamp",
"timestamp": 1634106179329,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.259Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.259Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.259Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "dcae-sch",
"timestamp": 1634106176066,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.259Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.259Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.259Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634106182171,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.259Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.259Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.259Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "policy-id",
"timestamp": 1634106183654,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.259Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "cds",
"timestamp": 1634106184712,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.260Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "clamp",
"timestamp": 1634106179329,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.260Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "ves-openapi-manager",
"timestamp": 1634106173202,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2021-10-13T06:24:38.260Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634106174469,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.261Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "dcae-sch",
"timestamp": 1634106176066,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.261Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634106182171,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.261Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "policy-id",
"timestamp": 1634106183654,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.261Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "cds",
"timestamp": 1634106184712,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.262Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "clamp",
"timestamp": 1634106179329,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.262Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634106174469,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.262Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "ves-openapi-manager",
"timestamp": 1634106173202,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.262Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "dcae-sch",
"timestamp": 1634106176066,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.263Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634106182171,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.263Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "policy-id",
"timestamp": 1634106183654,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.263Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "cds",
"timestamp": 1634106184712,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.263Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634106174469,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar",
"status": "NOTIFIED"
}
2021-10-13T06:24:38.264Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "clamp",
"timestamp": 1634106179329,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar",
"status": "NOTIFIED"
}
2021-10-13T06:24:38.264Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "ves-openapi-manager",
"timestamp": 1634106173202,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.264Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "dcae-sch",
"timestamp": 1634106176066,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.264Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634106182171,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "policy-id",
"timestamp": 1634106183654,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "cds",
"timestamp": 1634106184712,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634106182171,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar",
"status": "NOTIFIED"
}
2021-10-13T06:24:38.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "ves-openapi-manager",
"timestamp": 1634106189894,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-13T06:24:38.266Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:24:38.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "policy-id",
"timestamp": 1634106183654,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "cds",
"timestamp": 1634106184712,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "ves-openapi-manager",
"timestamp": 1634106191071,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2021-10-13T06:24:38.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:24:38.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "policy-id",
"timestamp": 1634106183654,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar",
"status": "NOTIFIED"
}
2021-10-13T06:24:38.267Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "cds",
"timestamp": 1634106184712,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.267Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634106191496,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-13T06:24:38.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:24:38.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "ves-openapi-manager",
"timestamp": 1634106192074,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-13T06:24:38.274Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 785d60a7-bc44-4ea2-bc5d-670032bf9ec5
2021-10-13T06:24:38.275Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 785d60a7-bc44-4ea2-bc5d-670032bf9ec5 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-13T06:24:38.283Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "cds",
"timestamp": 1634106184712,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar",
"status": "NOTIFIED"
}
2021-10-13T06:24:38.284Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "policy-id",
"timestamp": 1634106193062,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-13T06:24:38.284Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:24:38.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634106193196,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-13T06:24:38.284Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:24:38.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.285Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "cds",
"timestamp": 1634106193687,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-13T06:24:38.285Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:24:38.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.285Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "policy-id",
"timestamp": 1634106194065,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-13T06:24:38.285Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:24:38.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.285Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634106194199,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-13T06:24:38.292Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 785d60a7-bc44-4ea2-bc5d-670032bf9ec5
2021-10-13T06:24:38.292Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 785d60a7-bc44-4ea2-bc5d-670032bf9ec5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-13T06:24:38.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.303Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "07b50945-184f-4b77-9a29-44cd6a8bd841",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106194592,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-13T06:24:38.303Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:24:38.304Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.304Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "cds",
"timestamp": 1634106194691,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-13T06:24:38.309Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 785d60a7-bc44-4ea2-bc5d-670032bf9ec5
2021-10-13T06:24:38.309Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 785d60a7-bc44-4ea2-bc5d-670032bf9ec5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-13T06:24:38.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "policy-id",
"timestamp": 1634106195067,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-13T06:24:38.324Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 785d60a7-bc44-4ea2-bc5d-670032bf9ec5
2021-10-13T06:24:38.324Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 785d60a7-bc44-4ea2-bc5d-670032bf9ec5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-13T06:24:38.334Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "clamp",
"timestamp": 1634106198433,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-13T06:24:38.335Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:24:38.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "aai-ml",
"timestamp": 1634106197891,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.336Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.336Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.336Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "aai-ml",
"timestamp": 1634106197891,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.336Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.336Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.336Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "clamp",
"timestamp": 1634106200444,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-13T06:24:38.336Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:24:38.336Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.336Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "aai-ml",
"timestamp": 1634106197891,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.337Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.337Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "clamp",
"timestamp": 1634106201448,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-13T06:24:38.342Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 785d60a7-bc44-4ea2-bc5d-670032bf9ec5
2021-10-13T06:24:38.343Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 785d60a7-bc44-4ea2-bc5d-670032bf9ec5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-13T06:24:38.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.352Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "aai-ml",
"timestamp": 1634106197891,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.352Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.352Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.352Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "aai-ml",
"timestamp": 1634106197891,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.352Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.352Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.352Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "aai-ml",
"timestamp": 1634106197891,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.352Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.352Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.352Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "aai-ml",
"timestamp": 1634106197891,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:24:38.353Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.353Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.353Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "aai-ml",
"timestamp": 1634106197891,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar",
"status": "NOTIFIED"
}
2021-10-13T06:24:38.353Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:24:38.353Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.353Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "aai-ml",
"timestamp": 1634106206732,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-13T06:24:38.353Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:24:38.353Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.353Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "aai-ml",
"timestamp": 1634106214357,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-13T06:24:38.353Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:24:38.353Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:24:38.353Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "aai-ml",
"timestamp": 1634106215361,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-13T06:24:38.359Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 785d60a7-bc44-4ea2-bc5d-670032bf9ec5
2021-10-13T06:24:38.359Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 785d60a7-bc44-4ea2-bc5d-670032bf9ec5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-13T06:24:50.185Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 785d60a7-bc44-4ea2-bc5d-670032bf9ec5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-13T06:24:50.197Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 785d60a7-bc44-4ea2-bc5d-670032bf9ec5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-13T06:24:50.200Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-13T06:24:50.200Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-13T06:24:50.200Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-13T06:24:50.200Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-13T06:24:50.200Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-13T06:24:50.200Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-13T06:24:50.200Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-13T06:24:50.200Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-13T06:24:50.200Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-13T06:24:50.200Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-13T06:24:50.201Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-13T06:24:50.201Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-13T06:24:50.206Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-13T06:25:20.206Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 785d60a7-bc44-4ea2-bc5d-670032bf9ec5 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-13T06:25:20.211Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 785d60a7-bc44-4ea2-bc5d-670032bf9ec5 and serviceModelVersionId: 2d3c34b4-9629-472b-a8df-7f77fd604532
2021-10-13T06:25:20.211Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c6c90c59-dfa6-4540-922a-5688f1b3171d
2021-10-13T06:25:20.212Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c6c90c59-dfa6-4540-922a-5688f1b3171d/model-vers/model-ver/2d3c34b4-9629-472b-a8df-7f77fd604532?depth=0
2021-10-13T06:25:20.217Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-10-13T06:25:20.252Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c6c90c59-dfa6-4540-922a-5688f1b3171d/model-vers/model-ver/2d3c34b4-9629-472b-a8df-7f77fd604532?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-10-13T06:25:20.253Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c6c90c59-dfa6-4540-922a-5688f1b3171d/model-vers/model-ver/2d3c34b4-9629-472b-a8df-7f77fd604532?depth=0|INFO|500||Invoke
2021-10-13T06:25:20.276Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c6c90c59-dfa6-4540-922a-5688f1b3171d/model-vers/model-ver/2d3c34b4-9629-472b-a8df-7f77fd604532?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-13T06:25:20.491Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c6c90c59-dfa6-4540-922a-5688f1b3171d/model-vers/model-ver/2d3c34b4-9629-472b-a8df-7f77fd604532?depth=0|INFO|500||InvokeReturn
2021-10-13T06:25:20.492Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c6c90c59-dfa6-4540-922a-5688f1b3171d/model-vers/model-ver/2d3c34b4-9629-472b-a8df-7f77fd604532?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211013-06:25:20:284-19876], vertex-id=[204960], Content-Length=[0], Date=[Wed, 13 Oct 2021 06:25:20 GMT], Content-Type=[application/json]}
2021-10-13T06:25:20.492Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-10-13T06:25:20.492Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-13T06:25:20.492Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||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-10-13T06:25:20.496Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-13T06:25:20.496Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 785d60a7-bc44-4ea2-bc5d-670032bf9ec5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-13T06:25:20.497Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-13T06:25:20.497Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:25:20.501Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:25:20.501Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106320497,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-13T06:25:20.601Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-13T06:25:20.602Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:25:20.603Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:25:20.616Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:25:20.617Z||pool-34-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-10-13T06:25:21.517Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:25:21.518Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:25:21.518Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:25:26.226Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:25:26.227Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-13T06:25:26.227Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"e06cb3b0-1aef-4d3c-876e-71abb45cea08","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"6e67d28e-4aeb-437d-a3ad-9224bb9035b6","serviceDescription":"service","serviceInvariantUUID":"66e026fc-4f44-4b28-9549-c19ad1e6f0a9","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5bb3d34d-9ed4-4ca0-870d-ac17393cdca4","resourceInvariantUUID":"de86aef6-b742-4e17-8602-5823fe06df85","resourceCustomizationUUID":"6578e049-3ce7-4037-b4db-4ee41378f7c8","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":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"cd6e3f5b-b68c-49dc-a04a-a275c87dcedc","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":"MWI2YjVkNzZjMmIxMzJlMDYxMmU2YmViZWFjZGM5YWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"af9d2f1e-086f-490d-99f7-fd0370e417b4","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":"YjJjMjlhNTA4ODM3MjFlZDIxY2FiY2RkMzJhMTg2OGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"862d5401-97b0-4661-96e1-880fb3740742","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":"c10a1e09-69a6-4a7f-8932-6d72e9bd60a6","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":"bcdc9a5f-0f73-4c4f-bf98-d3714ac7eaac","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":"9e972946-4cd0-49a1-bac4-082a9b31e289","artifactVersion":"2","generatedFromUUID":"c10a1e09-69a6-4a7f-8932-6d72e9bd60a6"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MWFlYTRjZTA0Yjg4M2E0Y2ZjZDEyYzYwMTc0YjE3NzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6e1dca0e-c9be-4cdf-9511-61db287ea411","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NWI5NmM1M2NjNzgzMDkyYjgyNTYxOTllYjdhZTMzNzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b1dc354a-570d-47c4-a895-26dd7ef3d8f1","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-13T06:25:26.229Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-13T06:25:26.229Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:25:26.231Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:25:26.231Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106321517,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:25:26.331Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-13T06:25:26.332Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:25:26.332Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:25:26.343Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:25:26.343Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-13T06:25:27.232Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-13T06:25:27.232Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:25:27.234Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:25:27.234Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106321517,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:25:27.334Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-13T06:25:27.335Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:25:27.335Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:25:27.345Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:25:27.345Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-10-13T06:25:28.235Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-13T06:25:28.235Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:25:28.237Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:25:28.237Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106321517,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-10-13T06:25:28.337Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-13T06:25:28.338Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:25:28.338Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:25:28.347Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:25:28.347Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-13T06:25:29.237Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-13T06:25:29.238Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:25:29.239Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:25:29.239Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106321517,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-13T06:25:29.340Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-13T06:25:29.340Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:25:29.340Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:25:29.347Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:25:29.348Z||pool-38-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-10-13T06:25:30.240Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-13T06:25:30.241Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:25:30.243Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:25:30.243Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106321517,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:25:30.343Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-13T06:25:30.344Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:25:30.344Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:25:30.353Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:25:30.354Z||pool-39-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-13T06:25:31.243Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-13T06:25:31.244Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:25:31.246Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:25:31.246Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106321517,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-13T06:25:31.346Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-13T06:25:31.347Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:25:31.347Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:25:31.357Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:25:31.358Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-13T06:25:32.247Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-13T06:25:32.247Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:25:32.249Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:25:32.249Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106321517,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:25:32.349Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-13T06:25:32.350Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:25:32.351Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:25:32.360Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:25:32.361Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-13T06:25:33.250Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-13T06:25:33.250Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:25:33.252Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:25:33.252Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106321517,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-10-13T06:25:33.353Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-13T06:25:33.354Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:25:33.354Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:25:33.364Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:25:33.364Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-10-13T06:25:34.254Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08",
"serviceName": "basicclamp",
"serviceVersion": "1.0",
"serviceUUID": "6e67d28e-4aeb-437d-a3ad-9224bb9035b6",
"serviceDescription": "service",
"serviceInvariantUUID": "66e026fc-4f44-4b28-9549-c19ad1e6f0a9",
"resources": [
{
"resourceInstanceName": "basicclamp 0",
"resourceCustomizationUUID": "6578e049-3ce7-4037-b4db-4ee41378f7c8",
"resourceName": "basicclamp",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "5bb3d34d-9ed4-4ca0-870d-ac17393cdca4",
"resourceInvariantUUID": "de86aef6-b742-4e17-8602-5823fe06df85",
"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": "YjJjMjlhNTA4ODM3MjFlZDIxY2FiY2RkMzJhMTg2OGU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "862d5401-97b0-4661-96e1-880fb3740742",
"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": "c10a1e09-69a6-4a7f-8932-6d72e9bd60a6",
"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": "9e972946-4cd0-49a1-bac4-082a9b31e289",
"generatedFromUUID": "c10a1e09-69a6-4a7f-8932-6d72e9bd60a6"
},
"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": "9e972946-4cd0-49a1-bac4-082a9b31e289",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Basicclamp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"artifactChecksum": "NWI5NmM1M2NjNzgzMDkyYjgyNTYxOTllYjdhZTMzNzQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b1dc354a-570d-47c4-a895-26dd7ef3d8f1"
}
],
"workloadContext": "Production"
}
2021-10-13T06:25:34.254Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-13T06:25:34.255Z|785d60a7-bc44-4ea2-bc5d-670032bf9ec5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6e67d28e-4aeb-437d-a3ad-9224bb9035b6 ASDC
2021-10-13T06:25:34.255Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:e06cb3b0-1aef-4d3c-876e-71abb45cea08
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:6e67d28e-4aeb-437d-a3ad-9224bb9035b6
ServiceInvariantUUID:66e026fc-4f44-4b28-9549-c19ad1e6f0a9
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:b1dc354a-570d-47c4-a895-26dd7ef3d8f1
ArtifactChecksum:NWI5NmM1M2NjNzgzMDkyYjgyNTYxOTllYjdhZTMzNzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:6578e049-3ce7-4037-b4db-4ee41378f7c8
ResourceInvariantUUID:de86aef6-b742-4e17-8602-5823fe06df85
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:5bb3d34d-9ed4-4ca0-870d-ac17393cdca4
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:862d5401-97b0-4661-96e1-880fb3740742
ArtifactChecksum:YjJjMjlhNTA4ODM3MjFlZDIxY2FiY2RkMzJhMTg2OGU=
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:c10a1e09-69a6-4a7f-8932-6d72e9bd60a6
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:9e972946-4cd0-49a1-bac4-082a9b31e289
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:9e972946-4cd0-49a1-bac4-082a9b31e289
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-13T06:25:34.255Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6e67d28e-4aeb-437d-a3ad-9224bb9035b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-13T06:25:34.285Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-13T06:25:34.285Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-13T06:25:34.285Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-13T06:25:34.285Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b1dc354a-570d-47c4-a895-26dd7ef3d8f1 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-13T06:25:34.286Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-13T06:25:34.286Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-13T06:25:35.254Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-13T06:25:35.260Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar b1dc354a-570d-47c4-a895-26dd7ef3d8f1 73477
2021-10-13T06:25:35.260Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-10-13T06:25:35.260Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-13T06:25:35.261Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-13T06:25:35.261Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:25:35.263Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:25:35.263Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106335260,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-13T06:25:35.363Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-13T06:25:35.364Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:25:35.364Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:25:35.374Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:25:35.374Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-13T06:25:36.263Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-13T06:25:36.265Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-10-13T06:25:36.265Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: b1dc354a-570d-47c4-a895-26dd7ef3d8f1, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-13T06:25:36.265Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-10-13T06:25:36.266Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-13T06:25:36.266Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-13T06:25:36.370Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14366673348887369614/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-10-13T06:25:37.450Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-13T06:25:37.450Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-13T06:25:37.450Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-13T06:25:37.450Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-13T06:25:37.450Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||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-10-13T06:25:37.450Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||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-10-13T06:25:37.451Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-13T06:25:37.451Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-13T06:25:37.451Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-13T06:25:37.451Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||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-10-13T06:25:37.451Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||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-10-13T06:25:37.451Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-13T06:25:37.451Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-13T06:25:37.451Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-10-13T06:25:37.451Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:25:37.452Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:25:37.452Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-13T06:25:37.452Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-13T06:25:37.452Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-13T06:25:37.452Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:25:37.452Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:25:37.453Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-13T06:25:37.453Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-10-13T06:25:37.453Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-13T06:25:37.453Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:25:37.453Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:25:37.453Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:25:37.453Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-13T06:25:37.454Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-13T06:25:37.454Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-13T06:25:37.454Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-13T06:25:37.454Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-13T06:25:37.454Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-13T06:25:37.454Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:25:37.454Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-13T06:25:37.454Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:25:37.454Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-13T06:25:37.454Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-13T06:25:37.455Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:25:37.455Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-13T06:25:37.455Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-13T06:25:37.455Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:25:37.455Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-13T06:25:37.455Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-13T06:25:37.455Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:25:37.456Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-13T06:25:37.456Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-13T06:25:37.456Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-13T06:25:37.456Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=dce7ede3-6089-457a-93d2-8ff02d879af6
2021-10-13T06:25:37.456Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:25:37.456Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:25:37.456Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:25:37.456Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:25:37.456Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:25:37.456Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:25:37.456Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:25:37.457Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:25:37.457Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basicclamp
Description:service
Model UUID:6e67d28e-4aeb-437d-a3ad-9224bb9035b6
Model Version:NULL
Model InvariantUuid:66e026fc-4f44-4b28-9549-c19ad1e6f0a9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basicclamp
Model UUID:2d62d766-a0bf-4dc4-a75e-f12df977a681
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:de86aef6-b742-4e17-8602-5823fe06df85
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:6578e049-3ce7-4037-b4db-4ee41378f7c8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:033ffdf1-35a2-4965-81ff-839510c19256
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:552b7cf0-e3a7-4b99-9642-6d947931a47c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:dce7ede3-6089-457a-93d2-8ff02d879af6
ModelInvariantUuid:f3971bac-1d84-47f5-951a-9b8c04adec35
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:7dd64ece-4e12-44b0-922e-0cac30ea529b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:b5a66336-2adc-4b1b-b2d8-c269bcbabbf5
ModelInvariantUuid:e67a2910-c4f4-41a3-8089-b830b33636da
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:1b4cab19-c8ce-49eb-8105-10ba8ee79df8
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-10-13T06:25:37.464Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 5bb3d34d-9ed4-4ca0-870d-ac17393cdca4
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-10-13T06:25:37.466Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||basicclamp 0
2021-10-13T06:25:37.466Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5bb3d34d-9ed4-4ca0-870d-ac17393cdca4
2021-10-13T06:25:37.466Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 862d5401-97b0-4661-96e1-880fb3740742 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-13T06:25:37.467Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-13T06:25:37.467Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-13T06:25:37.679Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-13T06:25:37.679Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 862d5401-97b0-4661-96e1-880fb3740742 790
2021-10-13T06:25:37.679Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||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-10-13T06:25:37.680Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||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-10-13T06:25:37.680Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-13T06:25:37.680Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:25:37.682Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:25:37.682Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106337679,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-13T06:25:37.782Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-13T06:25:37.783Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:25:37.783Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:25:37.793Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:25:37.793Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-10-13T06:25:38.220Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-13T06:25:38.221Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-13T06:25:38.221Z||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 EHTWRzHR0i2epbmQ) ...
2021-10-13T06:25:38.238Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:25:38.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:25:38.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106218218,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:25:38.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:25:38.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:25:38.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106218218,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:25:38.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:25:38.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:25:38.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106218218,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:25:38.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:25:38.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:25:38.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106218218,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:25:38.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:25:38.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:25:38.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106218218,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:25:38.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:25:38.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:25:38.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106218218,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/resourceInstances/pnf817d3f32e8d80/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:25:38.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:25:38.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:25:38.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106218218,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-13T06:25:38.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:25:38.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:25:38.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106218218,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar",
"status": "NOTIFIED"
}
2021-10-13T06:25:38.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-13T06:25:38.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:25:38.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106227052,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-13T06:25:38.241Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:25:38.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-13T06:25:38.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "785d60a7-bc44-4ea2-bc5d-670032bf9ec5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106229152,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZxs7intrubukqhhv6rzg/1.0/artifacts/service-DemoPnfZxs7intrubukqhhv6rzg-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-13T06:25:38.241Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-13T06:25:38.683Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "033ffdf1-35a2-4965-81ff-839510c19256",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "552b7cf0-e3a7-4b99-9642-6d947931a47c",
"vfModuleModelCustomizationUUID": "6c7fdce6-a680-4fd3-94b4-0fcb1108f584",
"isBase": true,
"artifacts": [
"c10a1e09-69a6-4a7f-8932-6d72e9bd60a6",
"9e972946-4cd0-49a1-bac4-082a9b31e289"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-10-13T06:25:38.688Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:552b7cf0-e3a7-4b99-9642-6d947931a47c
VfModuleModelInvariantUUID:033ffdf1-35a2-4965-81ff-839510c19256
VfModuleModelDescription:NULL
Artifacts UUID List:{
c10a1e09-69a6-4a7f-8932-6d72e9bd60a6
,
9e972946-4cd0-49a1-bac4-082a9b31e289
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-10-13T06:25:38.690Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "033ffdf1-35a2-4965-81ff-839510c19256",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "552b7cf0-e3a7-4b99-9642-6d947931a47c",
"vfModuleModelCustomizationUUID": "6c7fdce6-a680-4fd3-94b4-0fcb1108f584",
"isBase": true,
"artifacts": [
"c10a1e09-69a6-4a7f-8932-6d72e9bd60a6",
"9e972946-4cd0-49a1-bac4-082a9b31e289"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-10-13T06:25:38.690Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:552b7cf0-e3a7-4b99-9642-6d947931a47c
VfModuleModelInvariantUUID:033ffdf1-35a2-4965-81ff-839510c19256
VfModuleModelDescription:NULL
Artifacts UUID List:{
c10a1e09-69a6-4a7f-8932-6d72e9bd60a6
,
9e972946-4cd0-49a1-bac4-082a9b31e289
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-10-13T06:25:38.691Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c10a1e09-69a6-4a7f-8932-6d72e9bd60a6 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-13T06:25:38.691Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-13T06:25:38.691Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-13T06:25:38.784Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-13T06:25:38.784Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml c10a1e09-69a6-4a7f-8932-6d72e9bd60a6 5033
2021-10-13T06:25:38.785Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||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-10-13T06:25:38.785Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||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-10-13T06:25:38.785Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-13T06:25:38.785Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:25:38.787Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:25:38.787Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106338785,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-13T06:25:38.887Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-13T06:25:38.888Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:25:38.888Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:25:38.898Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:25:38.898Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-13T06:25:39.788Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9e972946-4cd0-49a1-bac4-082a9b31e289 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-13T06:25:39.789Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-10-13T06:25:39.789Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-13T06:25:39.918Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-10-13T06:25:39.918Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 9e972946-4cd0-49a1-bac4-082a9b31e289 909
2021-10-13T06:25:39.919Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||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-10-13T06:25:39.919Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||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-10-13T06:25:39.920Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-13T06:25:39.920Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-10-13T06:25:39.922Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-13T06:25:39.922Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e06cb3b0-1aef-4d3c-876e-71abb45cea08",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634106339919,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-13T06:25:40.022Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-13T06:25:40.023Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-13T06:25:40.023Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EHTWRzHR0i2epbmQ) ...
2021-10-13T06:25:40.033Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-13T06:25:40.033Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-13T06:25:40.922Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 6e67d28e-4aeb-437d-a3ad-9224bb9035b6
2021-10-13T06:25:40.923Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 5bb3d34d-9ed4-4ca0-870d-ac17393cdca4 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-10-13T06:25:40.937Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@13ea6827, org.onap.sdc.toscaparser.api.parameters.Input@452b6370, org.onap.sdc.toscaparser.api.parameters.Input@5d4f701d, org.onap.sdc.toscaparser.api.parameters.Input@2933d294, org.onap.sdc.toscaparser.api.parameters.Input@69d83cc5]
2021-10-13T06:25:40.938Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:25:40.938Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:25:40.938Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2021-10-13T06:25:40.938Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 6578e049-3ce7-4037-b4db-4ee41378f7c8
2021-10-13T06:25:40.938Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6578e049-3ce7-4037-b4db-4ee41378f7c8 matches Tosca VF Customization UUID: 6578e049-3ce7-4037-b4db-4ee41378f7c8
2021-10-13T06:25:40.938Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 6578e049-3ce7-4037-b4db-4ee41378f7c8 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-10-13T06:25:40.940Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:25:40.940Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:25:40.941Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 6578e049-3ce7-4037-b4db-4ee41378f7c8: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-10-13T06:25:40.941Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@660f74d3
2021-10-13T06:25:40.941Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:25:40.942Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-13T06:25:40.942Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6c7fdce6-a680-4fd3-94b4-0fcb1108f584
2021-10-13T06:25:40.942Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6c7fdce6-a680-4fd3-94b4-0fcb1108f584
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-10-13T06:25:40.945Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:25:40.945Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-13T06:25:40.945Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-13T06:25:40.945Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:25:40.945Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-13T06:25:40.946Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-13T06:25:40.946Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:25:40.946Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-13T06:25:40.946Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-13T06:25:40.946Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-13T06:25:40.946Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=dce7ede3-6089-457a-93d2-8ff02d879af6
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-10-13T06:25:40.949Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:25:40.949Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-13T06:25:40.949Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-13T06:25:40.950Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:25:40.950Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-13T06:25:40.950Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=6578e049-3ce7-4037-b4db-4ee41378f7c8
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-10-13T06:25:40.951Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:25:40.952Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:25:40.952Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 6e67d28e-4aeb-437d-a3ad-9224bb9035b6: basicclamp
2021-10-13T06:25:40.952Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:25:40.952Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:25:40.952Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:25:40.952Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:25:40.953Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:25:40.953Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:25:40.953Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-13T06:25:40.953Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-13T06:25:40.953Z|e06cb3b0-1aef-4d3c-876e-71abb45cea08|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery