By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-09-30T02:00:03.080Z||main|||||INFO|500||The following profiles are active: basic
2021-09-30T02:00:11.482Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-30T02:00:11.482Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-30T02:00:11.564Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-30T02:00:13.653Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-30T02:00:13.815Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-30T02:00:14.245Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-30T02:00:14.272Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-30T02:00:14.336Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-30T02:00:14.433Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-30T02:00:14.785Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-30T02:00:15.467Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-30T02:00:17.017Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-30T02:00:17.059Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-30T02:00:17.428Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-30T02:00:17.641Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-09-30T02:00:18.645Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-30T02:00:19.569Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-09-30T02:00:19.588Z||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$$61085ef.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-09-30T02:00:19.588Z||main|||||WARN|500||The sdc end point is not alive
2021-09-30T02:00:21.861Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-09-30T02:00:24.032Z||main|||||WARN|500||---
2021-09-30T02:00:24.032Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-30T02:00:24.032Z||main|||||WARN|500||---
2021-09-30T02:00:24.354Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-30T02:00:28.392Z||main|||||INFO|500||Started Application in 29.152 seconds (JVM running for 30.191)
2021-09-30T02:00:28.418Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-30T02:00:28.420Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-30T02:00:28.429Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-30T02:00:28.453Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-30T02:00:28.528Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6091698d-80ff-4da0-afd8-2d851cd0b208 url= /sdc/v1/artifactTypes
2021-09-30T02:00:28.528Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-30T02:00:28.727Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-30T02:00:28.741Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-09-30T02:00:28.757Z||scheduling-1|||||DEBUG|500||create keys
2021-09-30T02:00:28.763Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-30T02:00:28.793Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:00:28.811Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8087a379-7dfb-42e6-a7a4-ee24c1a26412 url= /sdc/v1/registerForDistribution
2021-09-30T02:00:29.021Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 8087a379-7dfb-42e6-a7a4-ee24c1a26412 url= /sdc/v1/registerForDistribution
2021-09-30T02:00:29.022Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-30T02:00:29.032Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:00:29.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:00:29.036Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-30T02:00:29.037Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:00:29.037Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:00:29.038Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:00:29.038Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:00:39.279Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:00:39.295Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:01:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:01:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:01:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:01:29.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:01:29.033Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:01:29.034Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:01:38.601Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:01:38.605Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:02:29.030Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:02:29.031Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:02:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:02:29.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:02:29.033Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:02:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:02:38.590Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:02:38.592Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:03:29.030Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:03:29.031Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:03:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:03:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:03:29.033Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:03:29.034Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:03:38.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:03:38.625Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:04:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:04:29.031Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:04:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:04:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:04:29.032Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:04:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:04:38.585Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:04:38.586Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:05:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:05:29.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:05:29.032Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:05:29.032Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:05:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:05:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:05:38.586Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:05:38.587Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:06:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:06:29.031Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:06:29.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:06:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:06:29.032Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:06:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:06:38.587Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:06:38.589Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:07:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:07:29.031Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:07:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:07:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:07:29.033Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:07:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:07:38.580Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:07:38.584Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:08:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:08:29.031Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:08:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:08:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:08:29.032Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:08:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:08:38.585Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:08:38.586Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:09:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:09:29.031Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:09:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:09:29.032Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:09:29.033Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:09:29.034Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:09:38.588Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:09:38.590Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:10:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:10:29.031Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:10:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:10:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:10:29.032Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:10:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:10:38.584Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:10:38.586Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:10:53.912Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-30T02:11:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:11:29.031Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:11:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:11:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:11:29.033Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:11:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:11:38.580Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:11:38.581Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:12:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:12:29.031Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:12:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:12:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:12:29.032Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:12:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:12:38.583Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:12:38.586Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:13:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:13:29.030Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:13:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:13:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:13:29.032Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:13:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:13:38.582Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:13:38.583Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:14:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:14:29.031Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:14:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:14:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:14:29.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:14:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:14:38.578Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:14:38.580Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:15:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:15:29.030Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:15:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:15:29.032Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:15:29.033Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:15:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:15:38.584Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:15:38.586Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:16:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:16:29.030Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:16:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:16:29.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:16:29.032Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:16:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:16:38.578Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:16:38.587Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:17:29.032Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:17:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:17:29.033Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:17:29.033Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:17:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:17:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:17:38.587Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:17:38.588Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:18:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:18:29.031Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:18:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:18:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:18:29.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:18:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:18:38.584Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:18:38.585Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:19:29.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:19:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:19:29.033Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:19:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:19:29.033Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:19:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:19:38.581Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:19:38.583Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:20:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:20:29.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:20:29.031Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:20:29.032Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:20:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:20:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:20:38.585Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:20:38.586Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:21:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:21:29.031Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:21:29.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:21:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:21:29.032Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:21:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:21:38.601Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:21:38.603Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:22:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:22:29.031Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:22:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:22:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:22:29.032Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:22:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:22:38.581Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:22:38.585Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:23:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:23:29.030Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:23:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:23:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:23:29.032Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:23:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:23:38.580Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:23:38.585Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:24:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:24:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:24:29.031Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:24:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:24:29.032Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:24:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:24:38.585Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:24:38.586Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:25:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:25:29.031Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:25:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:25:29.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:25:29.032Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:25:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:25:38.581Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:25:38.581Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:26:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:26:29.030Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:26:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:26:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:26:29.033Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:26:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:26:38.580Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:26:38.581Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:27:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:27:29.031Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:27:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:27:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:27:29.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:27:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:27:38.579Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:27:38.579Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:28:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:28:29.031Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:28:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:28:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:28:29.033Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:28:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:28:38.581Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:28:38.582Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:29:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:29:29.030Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:29:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:29:29.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:29:29.032Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:29:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:29:38.577Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:29:38.585Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:30:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:30:29.030Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:30:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:30:29.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:30:29.032Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:30:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:30:38.575Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:30:38.576Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:31:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:31:29.031Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:31:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:31:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:31:29.032Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:31:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:31:38.581Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:31:38.581Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:32:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:32:29.030Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:32:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:32:29.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:32:29.032Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:32:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:32:38.574Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:32:38.578Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:33:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:33:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:33:29.031Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:33:29.032Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:33:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:33:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:33:38.580Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:33:38.581Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:34:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:34:29.031Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:34:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:34:29.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:34:29.032Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:34:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:34:38.578Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:34:38.581Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:35:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:35:29.031Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:35:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:35:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:35:29.032Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:35:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:35:38.589Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:35:38.592Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:36:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:36:29.030Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:36:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:36:29.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:36:29.032Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:36:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:36:38.582Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:36:38.585Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:37:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:37:29.031Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:37:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:37:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:37:29.032Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:37:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:37:38.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:37:38.583Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:38:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:38:29.031Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:38:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:38:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:38:29.032Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:38:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:38:38.580Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:38:38.582Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:39:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:39:29.030Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:39:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:39:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:39:29.032Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:39:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:39:38.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:39:38.582Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:40:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:40:29.031Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:40:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:40:29.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:40:29.032Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:40:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:40:38.581Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:40:38.581Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:41:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:41:29.031Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:41:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:41:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:41:29.032Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:41:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:41:38.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:41:38.579Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:42:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:42:29.030Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:42:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:42:29.032Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:42:29.033Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:42:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:42:38.579Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:42:38.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:43:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:43:29.030Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:43:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:43:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:43:29.032Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:43:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:43:38.577Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:43:38.584Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:44:29.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:44:29.030Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:44:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:44:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:44:29.031Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:44:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:44:38.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:44:38.580Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:45:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:45:29.031Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:45:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:45:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:45:29.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:45:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:45:38.578Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:45:38.582Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:46:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:46:29.031Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:46:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:46:29.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:46:29.032Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:46:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:46:38.581Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:46:38.582Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:47:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:47:29.030Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:47:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:47:29.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:47:29.032Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:47:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:47:38.577Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:47:38.581Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:48:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:48:29.031Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:48:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:48:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:48:29.032Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:48:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:48:38.580Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:48:38.590Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:49:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:49:29.031Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:49:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:49:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:49:29.032Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:49:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:49:38.577Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:49:38.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:50:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:50:29.031Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:50:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:50:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:50:29.032Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:50:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:50:38.580Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:50:38.581Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:51:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:51:29.030Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:51:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:51:29.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:51:29.032Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:51:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:51:38.577Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:51:38.581Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:52:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:52:29.031Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:52:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:52:29.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:52:29.032Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:52:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:52:38.581Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:52:38.581Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:53:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:53:29.030Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:53:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:53:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:53:29.032Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:53:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:53:38.577Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:53:38.579Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:54:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:54:29.030Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:54:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:54:29.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:54:29.032Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:54:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:54:38.580Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:54:38.581Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:55:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:55:29.031Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:55:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:55:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:55:29.032Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:55:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:55:38.581Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:55:38.582Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:56:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:56:29.031Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:56:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:56:29.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:56:29.033Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:56:29.034Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:56:38.585Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:56:38.586Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:57:29.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:57:29.030Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:57:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:57:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:57:29.032Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:57:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:57:38.572Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:57:38.578Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:58:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:58:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:58:29.031Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:58:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:58:29.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:58:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:58:38.579Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:58:38.582Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:59:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:59:29.030Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:59:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:59:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T02:59:29.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T02:59:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T02:59:38.577Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T02:59:38.578Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:00:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:00:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:00:29.032Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:00:29.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:00:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:00:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:00:38.580Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:00:38.581Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:01:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:01:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:01:29.031Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:01:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:01:29.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:01:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:01:38.582Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:01:38.585Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:02:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:02:29.032Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:02:29.032Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:02:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:02:29.032Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:02:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:02:38.580Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:02:38.589Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:03:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:03:29.031Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:03:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:03:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:03:29.032Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:03:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:03:38.575Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:03:38.580Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:04:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:04:29.031Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:04:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:04:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:04:29.032Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:04:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:04:38.575Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:04:38.582Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:05:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:05:29.031Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:05:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:05:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:05:29.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:05:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:05:38.578Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:05:38.582Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:06:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:06:29.031Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:06:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:06:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:06:29.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:06:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:06:38.582Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:06:38.582Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:07:29.030Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:07:29.031Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:07:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:07:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:07:29.032Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:07:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:07:38.587Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:07:38.588Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:08:29.030Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:08:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:08:29.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:08:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:08:29.032Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:08:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:08:38.577Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:08:38.581Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:09:29.030Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:09:29.031Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:09:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:09:29.032Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:09:29.032Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:09:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:09:38.580Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:09:38.584Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:10:29.030Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:10:29.030Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:10:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:10:29.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:10:29.032Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:10:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:10:38.576Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:10:38.584Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:11:29.030Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:11:29.030Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:11:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:11:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:11:29.032Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:11:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:11:38.574Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:11:38.575Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:12:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:12:29.031Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:12:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:12:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:12:29.032Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:12:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:12:38.587Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:12:38.589Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:13:29.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:13:29.030Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:13:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:13:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:13:29.032Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:13:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:13:38.584Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:13:38.587Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:14:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:14:29.030Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:14:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:14:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:14:29.031Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:14:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:14:38.580Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:14:38.580Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:15:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:15:29.031Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:15:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:15:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:15:29.032Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:15:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:15:38.581Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:15:38.588Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:16:29.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:16:29.030Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:16:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:16:29.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:16:29.032Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:16:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:16:38.578Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:16:38.584Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:17:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:17:29.031Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:17:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:17:29.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:17:29.032Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:17:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:17:38.579Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:17:38.580Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:18:29.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:18:29.030Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:18:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:18:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:18:29.032Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:18:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:18:38.576Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:18:38.577Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:19:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:19:29.030Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:19:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:19:29.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:19:29.032Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:19:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:19:38.580Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:19:38.584Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:20:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:20:29.030Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:20:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:20:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:20:29.032Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:20:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:20:38.572Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:20:38.573Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:21:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:21:29.030Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:21:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:21:29.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:21:29.032Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:21:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:21:38.576Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:21:38.578Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:22:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:22:29.030Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:22:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:22:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:22:29.032Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:22:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:22:38.575Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:22:38.577Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:23:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:23:29.031Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:23:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:23:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:23:29.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:23:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:23:38.580Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:23:38.581Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:24:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:24:29.031Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:24:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:24:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:24:29.032Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:24:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:24:38.582Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:24:38.584Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:25:29.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:25:29.030Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:25:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:25:29.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:25:29.032Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:25:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:25:38.581Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:25:38.581Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:26:29.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:26:29.030Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:26:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:26:29.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:26:29.032Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:26:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:26:38.575Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:26:38.579Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:27:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:27:29.031Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:27:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:27:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:27:29.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:27:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:27:38.578Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:27:38.581Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:28:29.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:28:29.031Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:28:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:28:29.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:28:29.032Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:28:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:28:38.581Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:28:38.583Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:29:29.029Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:29:29.030Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:29:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:29:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:29:29.032Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:29:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:29:38.583Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:29:38.585Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:30:29.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:30:29.031Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:30:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:30:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:30:29.032Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:30:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:30:38.576Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:30:38.577Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:31:29.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:31:29.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:31:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:31:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:31:29.032Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:31:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:31:38.582Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:31:38.584Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:32:29.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:32:29.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:32:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:32:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:32:29.032Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:32:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:32:38.578Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:32:38.583Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:33:29.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:33:29.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:33:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:33:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:33:29.032Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:33:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:33:38.570Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:33:38.577Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:34:29.030Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:34:29.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:34:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:34:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:34:29.032Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:34:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:34:38.580Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:34:38.580Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:35:29.030Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:35:29.031Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:35:29.031Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:35:29.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:35:29.032Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:35:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:35:38.576Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:35:38.582Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:36:29.030Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:36:29.030Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:36:29.031Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:36:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:36:29.031Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:36:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:36:38.578Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:36:38.580Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:37:29.030Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:37:29.030Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:37:29.030Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:37:29.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:37:29.032Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:37:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:37:38.575Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:37:38.576Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:38:29.029Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:38:29.030Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:38:29.030Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:38:29.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:38:29.031Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:38:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:38:38.573Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:38:38.579Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:39:29.030Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:39:29.031Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:39:29.031Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:39:29.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:39:29.032Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:39:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:39:38.578Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:39:38.581Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:40:29.030Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:40:29.031Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:40:29.031Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:40:29.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:40:29.032Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:40:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:40:38.575Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:40:38.580Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:41:29.030Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:41:29.030Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:41:29.031Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:41:29.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:41:29.031Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:41:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:41:38.577Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:41:38.578Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:42:29.030Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:42:29.031Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:42:29.031Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:42:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:42:29.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:42:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:42:38.576Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:42:38.582Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:43:29.029Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:43:29.030Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:43:29.031Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:43:29.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:43:29.032Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:43:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:43:38.580Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:43:38.581Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:44:29.030Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:44:29.030Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:44:29.030Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:44:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:44:29.032Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:44:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:44:38.577Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:44:38.579Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:45:29.029Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:45:29.030Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:45:29.030Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:45:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:45:29.032Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:45:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:45:38.575Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:45:38.575Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:46:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:46:29.031Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:46:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:46:29.032Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:46:29.033Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:46:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:46:38.582Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:46:38.584Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:47:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:47:29.031Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:47:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:47:29.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:47:29.032Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:47:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:47:38.577Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:47:38.580Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:48:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:48:29.031Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:48:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:48:29.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:48:29.032Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:48:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:48:38.577Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:48:38.584Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:49:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:49:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:49:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:49:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:49:29.032Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:49:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:49:38.600Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:49:38.603Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:50:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:50:29.031Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:50:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:50:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:50:29.032Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:50:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:50:38.575Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:50:38.581Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:51:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:51:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:51:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:51:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:51:29.032Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:51:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:51:38.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:51:38.579Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:52:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:52:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:52:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:52:29.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:52:29.032Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:52:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:52:38.578Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:52:38.585Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:53:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:53:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:53:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:53:29.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:53:29.032Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:53:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:53:38.574Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:53:38.575Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:54:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:54:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:54:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:54:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:54:29.032Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:54:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:54:38.574Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:54:38.580Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:55:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:55:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:55:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:55:29.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:55:29.032Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:55:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:55:38.576Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:55:38.578Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:56:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:56:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:56:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:56:29.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:56:29.032Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:56:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:56:38.576Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:56:38.580Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:57:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:57:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:57:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:57:29.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:57:29.032Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:57:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:57:38.576Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:57:38.580Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:58:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:58:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:58:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:58:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:58:29.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:58:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:58:38.580Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:58:38.594Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:59:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:59:29.031Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:59:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:59:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T03:59:29.032Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T03:59:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T03:59:38.579Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T03:59:38.580Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:00:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:00:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:00:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:00:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:00:29.032Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:00:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:00:38.577Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:00:38.579Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:01:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:01:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:01:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:01:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:01:29.032Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:01:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:01:38.583Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:01:38.583Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:02:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:02:29.031Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:02:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:02:29.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:02:29.032Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:02:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:02:38.579Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:02:38.582Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:03:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:03:29.031Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:03:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:03:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:03:29.032Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:03:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:03:38.581Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:03:38.581Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:04:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:04:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:04:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:04:29.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:04:29.032Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:04:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:04:38.571Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:04:38.578Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:05:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:05:29.031Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:05:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:05:29.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:05:29.032Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:05:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:05:38.580Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:05:38.580Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:06:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:06:29.031Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:06:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:06:29.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:06:29.032Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:06:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:06:38.583Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:06:38.585Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:07:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:07:29.031Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:07:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:07:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:07:29.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:07:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:07:38.580Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:07:38.582Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:08:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:08:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:08:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:08:29.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:08:29.032Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:08:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:08:38.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:08:38.582Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:09:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:09:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:09:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:09:29.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:09:29.032Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:09:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:09:38.583Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:09:38.586Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:10:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:10:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:10:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:10:29.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:10:29.032Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:10:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:10:38.581Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:10:38.581Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:11:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:11:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:11:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:11:29.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:11:29.032Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:11:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:11:38.579Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:11:38.580Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:12:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:12:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:12:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:12:29.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:12:29.032Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:12:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:12:38.572Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:12:38.577Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:13:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:13:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:13:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:13:29.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:13:29.032Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:13:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:13:38.574Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:13:38.582Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:14:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:14:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:14:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:14:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:14:29.032Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:14:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:14:38.576Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:14:38.577Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:15:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:15:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:15:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:15:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:15:29.031Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:15:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:15:38.576Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:15:38.579Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:16:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:16:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:16:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:16:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:16:29.031Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:16:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:16:38.580Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:16:38.581Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:17:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:17:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:17:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:17:29.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:17:29.032Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:17:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:17:38.585Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:17:38.586Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:18:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:18:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:18:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:18:29.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:18:29.032Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:18:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:18:38.582Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:18:38.582Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:19:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:19:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:19:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:19:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:19:29.032Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:19:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:19:38.580Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:19:38.582Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:20:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:20:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:20:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:20:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:20:29.032Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:20:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:20:38.582Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:20:38.583Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:21:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:21:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:21:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:21:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:21:29.032Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:21:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:21:38.573Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:21:38.578Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:22:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:22:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:22:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:22:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:22:29.031Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:22:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:22:38.574Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:22:38.585Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:23:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:23:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:23:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:23:29.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:23:29.032Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:23:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:23:38.574Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:23:38.576Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:24:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:24:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:24:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:24:29.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:24:29.032Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:24:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:24:38.576Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:24:38.606Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:25:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:25:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:25:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:25:29.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:25:29.031Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:25:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:25:38.574Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:25:38.575Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:26:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:26:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:26:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:26:29.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:26:29.032Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:26:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:26:38.580Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:26:38.582Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:27:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:27:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:27:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:27:29.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:27:29.031Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:27:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:27:38.574Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:27:38.579Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:28:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:28:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:28:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:28:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:28:29.032Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:28:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:28:38.578Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:28:38.581Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:29:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:29:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:29:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:29:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:29:29.032Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:29:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:29:38.575Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:29:38.580Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:30:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:30:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:30:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:30:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:30:29.031Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:30:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:30:38.573Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:30:38.579Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:31:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:31:29.031Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:31:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:31:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:31:29.032Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:31:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:31:38.575Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:31:38.578Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:32:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:32:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:32:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:32:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:32:29.032Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:32:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:32:38.576Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:32:38.577Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:33:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:33:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:33:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:33:29.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:33:29.032Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:33:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:33:38.578Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:33:38.579Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:34:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:34:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:34:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:34:29.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:34:29.031Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:34:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:34:38.577Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:34:38.582Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:35:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:35:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:35:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:35:29.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:35:29.032Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:35:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:35:38.575Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:35:38.578Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:36:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:36:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:36:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:36:29.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:36:29.032Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:36:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:36:38.575Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:36:38.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:37:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:37:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:37:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:37:29.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:37:29.031Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:37:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:37:38.575Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:37:38.577Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:38:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:38:29.031Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:38:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:38:29.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:38:29.032Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:38:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:38:38.579Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:38:38.581Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:39:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:39:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:39:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:39:29.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:39:29.032Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:39:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:39:38.583Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:39:38.585Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:40:29.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:40:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:40:29.032Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:40:29.032Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:40:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:40:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:40:38.580Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:40:38.585Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:41:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:41:29.030Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:41:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:41:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:41:29.032Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:41:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:41:38.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:41:38.579Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:42:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:42:29.031Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:42:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:42:29.032Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:42:29.033Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:42:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:42:38.578Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:42:38.579Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:43:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:43:29.030Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:43:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:43:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:43:29.031Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:43:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:43:38.571Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:43:38.576Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:44:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:44:29.030Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:44:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:44:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:44:29.032Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:44:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:44:38.577Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:44:38.578Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:45:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:45:29.030Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:45:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:45:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:45:29.031Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:45:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:45:38.575Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:45:38.583Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:46:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:46:29.030Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:46:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:46:29.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:46:29.032Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:46:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:46:38.578Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:46:38.580Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:47:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:47:29.030Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:47:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:47:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:47:29.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:47:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:47:38.576Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:47:38.579Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:48:29.030Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:48:29.031Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:48:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:48:29.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:48:29.034Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:48:29.034Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:48:38.579Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:48:38.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:49:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:49:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:49:29.032Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:49:29.032Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:49:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:49:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:49:38.589Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:49:38.590Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:50:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:50:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:50:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:50:29.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:50:29.032Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:50:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:50:38.581Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:50:38.581Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:51:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:51:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:51:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:51:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:51:29.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:51:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:51:38.575Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:51:38.581Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:52:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:52:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:52:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:52:29.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:52:29.032Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:52:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:52:38.575Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:52:38.575Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:53:29.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:53:29.030Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:53:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:53:29.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:53:29.032Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:53:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:53:38.574Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:53:38.576Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:54:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:54:29.030Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:54:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:54:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:54:29.032Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:54:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:54:38.577Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:54:38.580Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:55:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:55:29.030Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:55:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:55:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:55:29.032Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:55:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:55:38.577Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:55:38.578Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:56:29.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:56:29.030Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:56:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:56:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:56:29.032Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:56:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:56:38.574Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:56:38.577Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:57:29.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:57:29.030Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:57:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:57:29.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:57:29.031Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:57:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:57:38.583Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:57:38.584Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:58:29.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:58:29.030Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:58:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:58:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:58:29.031Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:58:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:58:38.575Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:58:38.580Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:59:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:59:29.030Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:59:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:59:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T04:59:29.032Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T04:59:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T04:59:38.580Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T04:59:38.580Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:00:29.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:00:29.030Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:00:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:00:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:00:29.032Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:00:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:00:38.573Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:00:38.580Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:01:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:01:29.030Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:01:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:01:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:01:29.032Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:01:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:01:38.573Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:01:38.574Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:02:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:02:29.030Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:02:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:02:29.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:02:29.032Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:02:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:02:38.581Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:02:38.582Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:03:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:03:29.030Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:03:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:03:29.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:03:29.032Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:03:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:03:38.573Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:03:38.578Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:04:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:04:29.030Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:04:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:04:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:04:29.032Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:04:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:04:38.575Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:04:38.581Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:05:29.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:05:29.030Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:05:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:05:29.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:05:29.032Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:05:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:05:38.576Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:05:38.578Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:06:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:06:29.031Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:06:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:06:29.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:06:29.032Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:06:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:06:38.578Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:06:38.607Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:07:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:07:29.030Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:07:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:07:29.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:07:29.032Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:07:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:07:38.580Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:07:38.582Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:08:29.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:08:29.030Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:08:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:08:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:08:29.032Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:08:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:08:38.575Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:08:38.576Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:09:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:09:29.030Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:09:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:09:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:09:29.032Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:09:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:09:38.588Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:09:38.590Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:10:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:10:29.030Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:10:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:10:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:10:29.032Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:10:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:10:38.612Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:10:38.614Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:11:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:11:29.030Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:11:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:11:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:11:29.032Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:11:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:11:38.577Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:11:38.580Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:12:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:12:29.031Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:12:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:12:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:12:29.032Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:12:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:12:38.576Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:12:38.582Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:13:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:13:29.030Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:13:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:13:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:13:29.032Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:13:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:13:38.577Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:13:38.579Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:14:29.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:14:29.030Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:14:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:14:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:14:29.032Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:14:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:14:38.571Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:14:38.576Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:15:29.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:15:29.030Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:15:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:15:29.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:15:29.032Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:15:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:15:38.570Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:15:38.573Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:16:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:16:29.030Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:16:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:16:29.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:16:29.032Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:16:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:16:38.578Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:16:38.578Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:17:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:17:29.030Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:17:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:17:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:17:29.032Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:17:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:17:38.577Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:17:38.579Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:18:29.030Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:18:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:18:29.032Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:18:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:18:29.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:18:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:18:38.581Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:18:38.581Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:19:29.030Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:19:29.030Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:19:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:19:29.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:19:29.032Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:19:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:19:38.576Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:19:38.577Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:20:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:20:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:20:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:20:29.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:20:29.032Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:20:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:20:38.577Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:20:38.579Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:21:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:21:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:21:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:21:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:21:29.032Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:21:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:21:38.575Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:21:38.577Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:22:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:22:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:22:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:22:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:22:29.032Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:22:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:22:38.578Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:22:38.580Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:23:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:23:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:23:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:23:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:23:29.031Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:23:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:23:38.571Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:23:38.573Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:24:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:24:29.031Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:24:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:24:29.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:24:29.032Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:24:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:24:38.578Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:24:38.579Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:25:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:25:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:25:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:25:29.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:25:29.032Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:25:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:25:38.575Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:25:38.579Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:26:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:26:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:26:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:26:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:26:29.032Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:26:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:26:38.577Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:26:38.577Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:27:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:27:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:27:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:27:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:27:29.032Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:27:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:27:38.576Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:27:38.578Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:28:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:28:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:28:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:28:29.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:28:29.031Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:28:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:28:38.578Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:28:38.592Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:29:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:29:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:29:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:29:29.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:29:29.032Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:29:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:29:38.572Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:29:38.581Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:30:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:30:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:30:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:30:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:30:29.031Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:30:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:30:38.575Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:30:38.576Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:31:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:31:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:31:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:31:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:31:29.032Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:31:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:31:38.573Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:31:38.575Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:32:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:32:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:32:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:32:29.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:32:29.032Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:32:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:32:38.570Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:32:38.576Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:33:29.029Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:33:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:33:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:33:29.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:33:29.032Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:33:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:33:38.573Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:33:38.579Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:34:29.030Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:34:29.030Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:34:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:34:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:34:29.033Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:34:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:34:38.575Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:34:38.579Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:35:29.030Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:35:29.030Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:35:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:35:29.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:35:29.031Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:35:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:35:38.579Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:35:38.579Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:36:29.029Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:36:29.030Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:36:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:36:29.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:36:29.032Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:36:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:36:38.580Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:36:38.580Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:37:29.030Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:37:29.030Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:37:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:37:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:37:29.032Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:37:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:37:29.159Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:37:29.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "cds",
"timestamp": 1632980224088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.174Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:37:29.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "aai-ml",
"timestamp": 1632980222431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.174Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:37:29.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "policy-id",
"timestamp": 1632980223847,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.175Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:37:29.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "dcae-sch",
"timestamp": 1632980223075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.175Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:37:29.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "cds",
"timestamp": 1632980224088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.175Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:37:29.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "aai-ml",
"timestamp": 1632980222431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.175Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:37:29.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "policy-id",
"timestamp": 1632980223847,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.175Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:37:29.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "dcae-sch",
"timestamp": 1632980223075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.175Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:37:29.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "cds",
"timestamp": 1632980224088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:37:29.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "aai-ml",
"timestamp": 1632980222431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:37:29.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "policy-id",
"timestamp": 1632980223847,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-30T05:37:29.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:37:29.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "dcae-sch",
"timestamp": 1632980223075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:37:29.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "cds",
"timestamp": 1632980224088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:37:29.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "aai-ml",
"timestamp": 1632980222431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.177Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:37:29.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "dcae-sch",
"timestamp": 1632980223075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.177Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:37:29.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "policy-id",
"timestamp": 1632980223847,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.177Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:37:29.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "cds",
"timestamp": 1632980224088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:37:29.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "aai-ml",
"timestamp": 1632980222431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:37:29.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "policy-id",
"timestamp": 1632980223847,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:37:29.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "dcae-sch",
"timestamp": 1632980223075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:37:29.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "cds",
"timestamp": 1632980224088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:37:29.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "aai-ml",
"timestamp": 1632980222431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:37:29.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "policy-id",
"timestamp": 1632980223847,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.179Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:37:29.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "dcae-sch",
"timestamp": 1632980223075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.179Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:37:29.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "cds",
"timestamp": 1632980224088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
"status": "NOTIFIED"
}
2021-09-30T05:37:29.179Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:37:29.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "aai-ml",
"timestamp": 1632980222431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
"status": "NOTIFIED"
}
2021-09-30T05:37:29.179Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:37:29.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "policy-id",
"timestamp": 1632980223847,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
"status": "NOTIFIED"
}
2021-09-30T05:37:29.179Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:37:29.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "dcae-sch",
"timestamp": 1632980223075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.179Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:37:29.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "cds",
"timestamp": 1632980238284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-30T05:37:29.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:37:29.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "aai-ml",
"timestamp": 1632980238287,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-30T05:37:29.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:37:29.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "policy-id",
"timestamp": 1632980238281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-30T05:37:29.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:37:29.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "cds",
"timestamp": 1632980239299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-30T05:37:29.294Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3e79bf58-f725-499c-92c4-0e61ecaed19d
2021-09-30T05:37:29.305Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e79bf58-f725-499c-92c4-0e61ecaed19d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-30T05:37:29.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "policy-id",
"timestamp": 1632980239287,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-30T05:37:29.322Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:37:29.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "ves-openapi-manager",
"timestamp": 1632980239061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:37:29.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "policy-id",
"timestamp": 1632980240291,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-30T05:37:29.335Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3e79bf58-f725-499c-92c4-0e61ecaed19d
2021-09-30T05:37:29.335Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e79bf58-f725-499c-92c4-0e61ecaed19d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-30T05:37:29.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "ves-openapi-manager",
"timestamp": 1632980239061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:37:29.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632980240162,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:37:29.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "ves-openapi-manager",
"timestamp": 1632980239061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:37:29.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632980240162,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json",
"status": "NOTIFIED"
}
2021-09-30T05:37:29.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:37:29.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "ves-openapi-manager",
"timestamp": 1632980239061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632980240162,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "ves-openapi-manager",
"timestamp": 1632980239061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632980240162,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "ves-openapi-manager",
"timestamp": 1632980239061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632980240162,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "ves-openapi-manager",
"timestamp": 1632980239061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632980240162,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632980240162,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
"status": "NOTIFIED"
}
2021-09-30T05:37:29.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:37:29.655Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:37:29.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T05:37:29.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"3e79bf58-f725-499c-92c4-0e61ecaed19d","serviceName":"basic_onboard_yLAHtx","serviceVersion":"1.0","serviceUUID":"8f5aa9dd-5f53-4acc-bded-772f5d601a1e","serviceDescription":"service","serviceInvariantUUID":"388edde3-2c32-4023-a1b7-f3031aca9482","resources":[{"resourceInstanceName":"basic_onboard_yLAHtx 0","resourceName":"basic_onboard_yLAHtx","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ff60f6f5-7862-4cac-8e25-589026b3a0e7","resourceInvariantUUID":"a89fd0cb-d6ab-48a3-ab11-da0402b514aa","resourceCustomizationUUID":"202d1ea5-0574-47a2-912c-55ce0efe6d46","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vf-license-model.xml","artifactChecksum":"MTczOTdlYzVlNGNiZThiYmFlMDlkNTdjZWEwODBkZDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7f404648-3ff2-46b2-8a25-0f002c6e5fb4","artifactVersion":"1"},{"artifactName":"basic_onboard_ylahtx0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json","artifactChecksum":"OTBjNWU0MTgyYTQxZjY1MTUwMzFmNDEyMTE4Y2UxMGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bbbb4aa2-97ca-4350-a12f-9f0744d205f4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a4954251-3eeb-4284-a54a-94be28caae60","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d874e967-52ab-4d46-9937-f841024fd05d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4044309b-503d-4814-937c-e13fc90859a4","artifactVersion":"2","generatedFromUUID":"a4954251-3eeb-4284-a54a-94be28caae60"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYlahtx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-template.yml","artifactChecksum":"MDc2NGE0YTY2YzA0OGQ0M2U4ZTlkMDFkYjQ2NTc1YTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"92f43bcd-a2c6-4aaf-8000-af1f1d84a33f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYlahtx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar","artifactChecksum":"ZTVlYmY1YmI5NDZkN2FiZmQzZDc2MDc3YWU4NzIxODY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"39348307-1516-4a94-9f0d-2328bde7e94a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-30T05:37:29.665Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:37:29.670Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:37:29.675Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:37:29.676Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980249030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:37:29.776Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T05:37:29.780Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:37:29.780Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:37:29.793Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:37:29.793Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:37:30.680Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:37:30.680Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:37:30.682Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:37:30.682Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980249030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json",
"status": "NOTIFIED"
}
2021-09-30T05:37:30.783Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:37:30.783Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:37:30.784Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:37:30.795Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:37:30.795Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:37:31.683Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:37:31.684Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:37:31.685Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:37:31.685Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980249030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-30T05:37:31.786Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T05:37:31.786Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:37:31.787Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:37:31.798Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:37:31.799Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:37:32.686Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:37:32.687Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:37:32.689Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:37:32.689Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980249030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:37:32.789Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:37:32.790Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:37:32.790Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:37:32.802Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:37:32.802Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:37:33.689Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:37:33.690Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:37:33.692Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:37:33.692Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980249030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-30T05:37:33.792Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:37:33.793Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:37:33.793Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:37:33.807Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:37:33.807Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:37:34.692Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:37:34.693Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:37:34.696Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:37:34.696Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980249030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:37:34.796Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:37:34.796Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:37:34.796Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:37:34.807Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:37:34.808Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:37:35.697Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:37:35.697Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:37:35.699Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:37:35.699Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980249030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
"status": "NOTIFIED"
}
2021-09-30T05:37:35.799Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:37:35.800Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:37:35.800Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:37:35.813Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:37:35.813Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:37:36.701Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"serviceName": "basic_onboard_yLAHtx",
"serviceVersion": "1.0",
"serviceUUID": "8f5aa9dd-5f53-4acc-bded-772f5d601a1e",
"serviceDescription": "service",
"serviceInvariantUUID": "388edde3-2c32-4023-a1b7-f3031aca9482",
"resources": [
{
"resourceInstanceName": "basic_onboard_yLAHtx 0",
"resourceCustomizationUUID": "202d1ea5-0574-47a2-912c-55ce0efe6d46",
"resourceName": "basic_onboard_yLAHtx",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ff60f6f5-7862-4cac-8e25-589026b3a0e7",
"resourceInvariantUUID": "a89fd0cb-d6ab-48a3-ab11-da0402b514aa",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ylahtx0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json",
"artifactChecksum": "OTBjNWU0MTgyYTQxZjY1MTUwMzFmNDEyMTE4Y2UxMGQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bbbb4aa2-97ca-4350-a12f-9f0744d205f4",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a4954251-3eeb-4284-a54a-94be28caae60",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4044309b-503d-4814-937c-e13fc90859a4",
"generatedFromUUID": "a4954251-3eeb-4284-a54a-94be28caae60"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4044309b-503d-4814-937c-e13fc90859a4",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardYlahtx-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
"artifactChecksum": "ZTVlYmY1YmI5NDZkN2FiZmQzZDc2MDc3YWU4NzIxODY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "39348307-1516-4a94-9f0d-2328bde7e94a"
}
],
"workloadContext": "Production"
}
2021-09-30T05:37:36.702Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-30T05:37:36.702Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8f5aa9dd-5f53-4acc-bded-772f5d601a1e ASDC
2021-09-30T05:37:36.765Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:3e79bf58-f725-499c-92c4-0e61ecaed19d
ServiceName:basic_onboard_yLAHtx
ServiceVersion:1.0
ServiceUUID:8f5aa9dd-5f53-4acc-bded-772f5d601a1e
ServiceInvariantUUID:388edde3-2c32-4023-a1b7-f3031aca9482
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYlahtx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar
ArtifactUUID:39348307-1516-4a94-9f0d-2328bde7e94a
ArtifactChecksum:ZTVlYmY1YmI5NDZkN2FiZmQzZDc2MDc3YWU4NzIxODY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_yLAHtx 0
ResourceCustomizationUUID:202d1ea5-0574-47a2-912c-55ce0efe6d46
ResourceInvariantUUID:a89fd0cb-d6ab-48a3-ab11-da0402b514aa
ResourceName:basic_onboard_yLAHtx
ResourceType:VF
ResourceUUID:ff60f6f5-7862-4cac-8e25-589026b3a0e7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ylahtx0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json
ArtifactUUID:bbbb4aa2-97ca-4350-a12f-9f0744d205f4
ArtifactChecksum:OTBjNWU0MTgyYTQxZjY1MTUwMzFmNDEyMTE4Y2UxMGQ=
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/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a4954251-3eeb-4284-a54a-94be28caae60
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/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env
ArtifactUUID:4044309b-503d-4814-937c-e13fc90859a4
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/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env
ArtifactUUID:4044309b-503d-4814-937c-e13fc90859a4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-30T05:37:36.765Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8f5aa9dd-5f53-4acc-bded-772f5d601a1e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-30T05:37:36.824Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T05:37:36.825Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-30T05:37:36.825Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-30T05:37:36.825Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 39348307-1516-4a94-9f0d-2328bde7e94a from URL: /sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar
2021-09-30T05:37:36.825Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-30T05:37:36.826Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar
2021-09-30T05:37:36.985Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-30T05:37:36.995Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar 39348307-1516-4a94-9f0d-2328bde7e94a 71377
2021-09-30T05:37:36.997Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar ASDC sendASDCNotification
2021-09-30T05:37:36.997Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar
2021-09-30T05:37:36.997Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T05:37:36.998Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:37:36.999Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:37:37.000Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980256996,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-30T05:37:37.100Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:37:37.100Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:37:37.100Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:37:37.112Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:37:37.112Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:37:38.001Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T05:37:38.002Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-30T05:37:38.003Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 39348307-1516-4a94-9f0d-2328bde7e94a, URL: /sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar to file: /app/ASDC/1/service-BasicOnboardYlahtx-csar.csar
2021-09-30T05:37:38.004Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYlahtx-csar.csar
2021-09-30T05:37:38.072Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYlahtx-csar.csar
2021-09-30T05:37:38.072Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYlahtx-csar.csar
2021-09-30T05:37:38.712Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13572740249315005680/Definitions/service-BasicOnboardYlahtx-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-09-30T05:37:40.057Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-30T05:37:40.060Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-30T05:37:40.060Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYlahtx-csar.csar
2021-09-30T05:37:40.061Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-30T05:37:40.061Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||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-BasicOnboardYlahtx-csar.csar
2021-09-30T05:37:40.061Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYlahtx-csar.csar
2021-09-30T05:37:40.061Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYlahtx-csar.csar
2021-09-30T05:37:40.061Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYlahtx-csar.csar
2021-09-30T05:37:40.061Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYlahtx-csar.csar
2021-09-30T05:37:40.061Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYlahtx-csar.csar
2021-09-30T05:37:40.061Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYlahtx-csar.csar
2021-09-30T05:37:40.061Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_yLAHtx 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-BasicOnboardYlahtx-csar.csar
2021-09-30T05:37:40.061Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardYlahtx-csar.csar
2021-09-30T05:37:40.061Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-30T05:37:40.066Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:37:40.068Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yLAHtx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:37:40.070Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yLAHtx 0 is matching search criteria
2021-09-30T05:37:40.070Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-30T05:37:40.071Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yLAHtx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T05:37:40.072Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:37:40.072Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yLAHtx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:37:40.072Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yLAHtx 0 is matching search criteria
2021-09-30T05:37:40.072Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-30T05:37:40.072Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yLAHtx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T05:37:40.072Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:37:40.072Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yLAHtx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:37:40.074Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:37:40.075Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yLAHtx 0 is not matching search criteria
2021-09-30T05:37:40.075Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-30T05:37:40.075Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-30T05:37:40.075Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-30T05:37:40.075Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-30T05:37:40.075Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-30T05:37:40.076Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:37:40.076Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yLAHtx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-30T05:37:40.076Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:37:40.076Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yLAHtx 0 is matching search criteria
2021-09-30T05:37:40.077Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yLAHtx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:37:40.077Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:37:40.077Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yLAHtx 0 is matching search criteria
2021-09-30T05:37:40.077Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yLAHtx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:37:40.077Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:37:40.077Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yLAHtx 0 is matching search criteria
2021-09-30T05:37:40.078Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yLAHtx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:37:40.078Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:37:40.078Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yLAHtx 0 is not matching search criteria
2021-09-30T05:37:40.078Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-30T05:37:40.078Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-30T05:37:40.078Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a23bde82-ba2e-45db-ae0c-6e5a76bc7123
2021-09-30T05:37:40.078Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:37:40.079Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yLAHtx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:37:40.079Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:37:40.079Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yLAHtx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:37:40.079Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:37:40.079Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yLAHtx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:37:40.079Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:37:40.079Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yLAHtx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:37:40.079Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_yLAHtx
Description:service
Model UUID:8f5aa9dd-5f53-4acc-bded-772f5d601a1e
Model Version:NULL
Model InvariantUuid:388edde3-2c32-4023-a1b7-f3031aca9482
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_yLAHtx
Model UUID:8a8b9dce-2a18-4200-b324-dfb70b96b7e6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a89fd0cb-d6ab-48a3-ab11-da0402b514aa
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:202d1ea5-0574-47a2-912c-55ce0efe6d46
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:0f5b8c53-479a-45df-84b0-7089380c7740
ModelName:BasicOnboardYlahtx..base_ubuntu18..module-0
ModelUuid:e862aeb8-e33d-486b-989d-41a925b45f7b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:a23bde82-ba2e-45db-ae0c-6e5a76bc7123
ModelInvariantUuid:491fd0bc-f1a0-4bf6-8bcd-e0dfb1797ed2
ModelName:basic_onboard_yLAHtx-nodes.ubuntu18Cvfc
ModelUuid:d2b02ca6-ccb7-4ee9-bb87-ced5950202fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:f603a7a2-18ad-4739-938f-308bfcd6ecae
ModelInvariantUuid:1fb5d687-7f6b-48c3-8505-4151f8002cca
ModelName:BasicOnboardYlahtx.compute.nodes.heat.ubuntu18
ModelUuid:c58ca31b-2023-42d9-bc6e-88f8821c9ebd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-30T05:37:40.091Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: ff60f6f5-7862-4cac-8e25-589026b3a0e7
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:37:40.159Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||basic_onboard_yLAHtx 0
2021-09-30T05:37:40.163Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ff60f6f5-7862-4cac-8e25-589026b3a0e7
2021-09-30T05:37:40.164Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bbbb4aa2-97ca-4350-a12f-9f0744d205f4 from URL: /sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json
2021-09-30T05:37:40.164Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-30T05:37:40.164Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json
2021-09-30T05:37:40.628Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-30T05:37:40.628Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json bbbb4aa2-97ca-4350-a12f-9f0744d205f4 798
2021-09-30T05:37:40.628Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json ASDC sendASDCNotification
2021-09-30T05:37:40.628Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json
2021-09-30T05:37:40.628Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T05:37:40.629Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:37:40.631Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:37:40.631Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980260628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-30T05:37:40.731Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T05:37:40.733Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:37:40.733Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:37:40.745Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:37:40.745Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-30T05:37:41.633Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYlahtx..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "0f5b8c53-479a-45df-84b0-7089380c7740",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e862aeb8-e33d-486b-989d-41a925b45f7b",
"vfModuleModelCustomizationUUID": "328590b5-89fa-4baa-be14-19549cd30576",
"isBase": true,
"artifacts": [
"a4954251-3eeb-4284-a54a-94be28caae60",
"4044309b-503d-4814-937c-e13fc90859a4"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-30T05:37:41.649Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYlahtx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e862aeb8-e33d-486b-989d-41a925b45f7b
VfModuleModelInvariantUUID:0f5b8c53-479a-45df-84b0-7089380c7740
VfModuleModelDescription:NULL
Artifacts UUID List:{
a4954251-3eeb-4284-a54a-94be28caae60
,
4044309b-503d-4814-937c-e13fc90859a4
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-30T05:37:41.651Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYlahtx..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "0f5b8c53-479a-45df-84b0-7089380c7740",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e862aeb8-e33d-486b-989d-41a925b45f7b",
"vfModuleModelCustomizationUUID": "328590b5-89fa-4baa-be14-19549cd30576",
"isBase": true,
"artifacts": [
"a4954251-3eeb-4284-a54a-94be28caae60",
"4044309b-503d-4814-937c-e13fc90859a4"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-30T05:37:41.651Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYlahtx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e862aeb8-e33d-486b-989d-41a925b45f7b
VfModuleModelInvariantUUID:0f5b8c53-479a-45df-84b0-7089380c7740
VfModuleModelDescription:NULL
Artifacts UUID List:{
a4954251-3eeb-4284-a54a-94be28caae60
,
4044309b-503d-4814-937c-e13fc90859a4
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-30T05:37:41.651Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a4954251-3eeb-4284-a54a-94be28caae60 from URL: /sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml
2021-09-30T05:37:41.651Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-30T05:37:41.651Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml
2021-09-30T05:37:41.791Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-30T05:37:41.792Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml a4954251-3eeb-4284-a54a-94be28caae60 5033
2021-09-30T05:37:41.792Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-30T05:37:41.792Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml
2021-09-30T05:37:41.792Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T05:37:41.793Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:37:41.795Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:37:41.795Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980261792,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-30T05:37:41.895Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:37:41.896Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:37:41.896Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:37:41.909Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:37:41.909Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:37:42.796Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4044309b-503d-4814-937c-e13fc90859a4 from URL: /sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env
2021-09-30T05:37:42.797Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-30T05:37:42.797Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env
2021-09-30T05:37:42.972Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-30T05:37:42.973Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env 4044309b-503d-4814-937c-e13fc90859a4 909
2021-09-30T05:37:42.973Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-30T05:37:42.973Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env
2021-09-30T05:37:42.973Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T05:37:42.973Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:37:42.976Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:37:42.976Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980262973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-30T05:37:43.076Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:37:43.077Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:37:43.077Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:37:43.090Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:37:43.090Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:37:43.977Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 8f5aa9dd-5f53-4acc-bded-772f5d601a1e
2021-09-30T05:37:43.977Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_yLAHtx 0 ff60f6f5-7862-4cac-8e25-589026b3a0e7 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:37:43.995Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3842f13b, org.onap.sdc.toscaparser.api.parameters.Input@5121ea39, org.onap.sdc.toscaparser.api.parameters.Input@72d7dcb8, org.onap.sdc.toscaparser.api.parameters.Input@3518b698, org.onap.sdc.toscaparser.api.parameters.Input@1a7c5229]
2021-09-30T05:37:43.997Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:37:43.997Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yLAHtx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:37:43.997Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2021-09-30T05:37:43.997Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 202d1ea5-0574-47a2-912c-55ce0efe6d46
2021-09-30T05:37:43.997Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 202d1ea5-0574-47a2-912c-55ce0efe6d46 matches Tosca VF Customization UUID: 202d1ea5-0574-47a2-912c-55ce0efe6d46
2021-09-30T05:37:43.997Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 202d1ea5-0574-47a2-912c-55ce0efe6d46 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-30T05:37:44.002Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:37:44.002Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yLAHtx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:37:44.003Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 202d1ea5-0574-47a2-912c-55ce0efe6d46: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-09-30T05:37:44.003Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1d41950d
2021-09-30T05:37:44.003Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:37:44.004Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yLAHtx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-30T05:37:44.004Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 328590b5-89fa-4baa-be14-19549cd30576
2021-09-30T05:37:44.005Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 328590b5-89fa-4baa-be14-19549cd30576
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-30T05:37:44.009Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:37:44.010Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yLAHtx 0 is matching search criteria
2021-09-30T05:37:44.010Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yLAHtx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:37:44.010Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:37:44.010Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yLAHtx 0 is matching search criteria
2021-09-30T05:37:44.011Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yLAHtx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:37:44.011Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:37:44.011Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yLAHtx 0 is not matching search criteria
2021-09-30T05:37:44.011Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-30T05:37:44.011Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-30T05:37:44.011Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a23bde82-ba2e-45db-ae0c-6e5a76bc7123
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-30T05:37:44.016Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:37:44.016Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yLAHtx 0 is matching search criteria
2021-09-30T05:37:44.016Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yLAHtx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:37:44.016Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:37:44.016Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yLAHtx 0 is matching search criteria
2021-09-30T05:37:44.016Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yLAHtx 0] matching following query criteria: sdcType=VF, customizationUUID=202d1ea5-0574-47a2-912c-55ce0efe6d46
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:37:44.017Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:37:44.017Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yLAHtx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:37:44.017Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 8f5aa9dd-5f53-4acc-bded-772f5d601a1e: basic_onboard_yLAHtx
2021-09-30T05:37:44.017Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:37:44.018Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yLAHtx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:37:44.018Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:37:44.018Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yLAHtx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:37:44.018Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:37:44.018Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yLAHtx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:37:44.018Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:37:44.018Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yLAHtx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:37:44.018Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:37:44.018Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yLAHtx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:37:44.018Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_yLAHtx
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-30T05:37:44.137Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_yLAHtx ff60f6f5-7862-4cac-8e25-589026b3a0e7 1 ASDC deployResourceStructure
2021-09-30T05:37:44.137Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json ASDC sendASDCNotification
2021-09-30T05:37:44.137Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json
2021-09-30T05:37:44.138Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T05:37:44.138Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:37:44.140Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:37:44.140Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980264137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-30T05:37:44.240Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:37:44.241Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:37:44.241Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:37:44.253Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:37:44.254Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:37:45.140Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-30T05:37:45.141Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml
2021-09-30T05:37:45.142Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T05:37:45.142Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:37:45.144Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:37:45.144Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980265140,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-30T05:37:45.244Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:37:45.245Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:37:45.245Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:37:45.257Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:37:45.257Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:37:46.146Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-30T05:37:46.146Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env
2021-09-30T05:37:46.146Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T05:37:46.146Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:37:46.148Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:37:46.148Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980266145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-30T05:37:46.248Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:37:46.249Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:37:46.249Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:37:46.260Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:37:46.261Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:37:47.149Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar ASDC sendASDCNotification
2021-09-30T05:37:47.150Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar
2021-09-30T05:37:47.150Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T05:37:47.150Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:37:47.152Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:37:47.152Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980267149,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-30T05:37:47.253Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:37:47.253Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:37:47.254Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:37:47.266Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:37:47.266Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:37:48.154Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e79bf58-f725-499c-92c4-0e61ecaed19d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-30T05:37:48.166Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e79bf58-f725-499c-92c4-0e61ecaed19d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-30T05:37:48.168Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T05:37:48.168Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T05:37:48.168Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T05:38:18.168Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e79bf58-f725-499c-92c4-0e61ecaed19d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-30T05:38:18.179Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e79bf58-f725-499c-92c4-0e61ecaed19d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-30T05:38:18.183Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T05:38:18.184Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T05:38:18.184Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T05:38:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:38:29.032Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:38:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:38:29.059Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:38:29.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:38:29.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632980249014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-30T05:38:29.060Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:38:48.184Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e79bf58-f725-499c-92c4-0e61ecaed19d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-30T05:38:48.194Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e79bf58-f725-499c-92c4-0e61ecaed19d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-30T05:38:48.196Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T05:38:48.197Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T05:38:48.197Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T05:39:18.197Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e79bf58-f725-499c-92c4-0e61ecaed19d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-30T05:39:18.205Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e79bf58-f725-499c-92c4-0e61ecaed19d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-30T05:39:18.208Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T05:39:18.208Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-30T05:39:18.208Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-30T05:39:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:39:29.032Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:39:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:39:29.058Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:39:29.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.065Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980249030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.067Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "clamp",
"timestamp": 1632980249918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.068Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980249030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json",
"status": "NOTIFIED"
}
2021-09-30T05:39:29.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632980250826,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-30T05:39:29.069Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:39:29.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632980250601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "clamp",
"timestamp": 1632980249918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json",
"status": "NOTIFIED"
}
2021-09-30T05:39:29.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980249030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-30T05:39:29.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632980250601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632980252322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-30T05:39:29.070Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:39:29.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "aai-ml",
"timestamp": 1632980252449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-30T05:39:29.070Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:39:29.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "clamp",
"timestamp": 1632980249918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980249030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632980250601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "aai-ml",
"timestamp": 1632980253453,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-30T05:39:29.076Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3e79bf58-f725-499c-92c4-0e61ecaed19d
2021-09-30T05:39:29.076Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e79bf58-f725-499c-92c4-0e61ecaed19d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-30T05:39:29.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "clamp",
"timestamp": 1632980249918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980249030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-30T05:39:29.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632980253831,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-30T05:39:29.085Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3e79bf58-f725-499c-92c4-0e61ecaed19d
2021-09-30T05:39:29.085Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e79bf58-f725-499c-92c4-0e61ecaed19d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-30T05:39:29.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632980250601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "clamp",
"timestamp": 1632980249918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980249030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632980254834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-30T05:39:29.091Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:39:29.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632980250601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "clamp",
"timestamp": 1632980249918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980249030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
"status": "NOTIFIED"
}
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632980250601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "clamp",
"timestamp": 1632980249918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
"status": "NOTIFIED"
}
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980256996,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632980250601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
"status": "NOTIFIED"
}
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632980258539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980260628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980261792,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632980262457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:39:29.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980262973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-30T05:39:29.093Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:39:29.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632980263461,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-30T05:39:29.096Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3e79bf58-f725-499c-92c4-0e61ecaed19d
2021-09-30T05:39:29.097Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e79bf58-f725-499c-92c4-0e61ecaed19d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-30T05:39:29.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980264137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/basic_onboard_ylahtx0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-30T05:39:29.103Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:39:29.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980265140,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-30T05:39:29.104Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:39:29.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "clamp",
"timestamp": 1632980265699,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-30T05:39:29.104Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:39:29.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980266145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/resourceInstances/basic_onboard_ylahtx0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-30T05:39:29.104Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:39:29.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "clamp",
"timestamp": 1632980266778,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-30T05:39:29.104Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:39:29.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980267149,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlahtx/1.0/artifacts/service-BasicOnboardYlahtx-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-30T05:39:29.104Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:39:29.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "clamp",
"timestamp": 1632980267782,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-30T05:39:29.107Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3e79bf58-f725-499c-92c4-0e61ecaed19d
2021-09-30T05:39:29.107Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e79bf58-f725-499c-92c4-0e61ecaed19d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-30T05:39:29.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "ves-openapi-manager",
"timestamp": 1632980299061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "cds",
"timestamp": 1632980299088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "ves-openapi-manager",
"timestamp": 1632980299061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "cds",
"timestamp": 1632980299088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632980300162,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "ves-openapi-manager",
"timestamp": 1632980299061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "cds",
"timestamp": 1632980299088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632980300162,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json",
"status": "NOTIFIED"
}
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "ves-openapi-manager",
"timestamp": 1632980299061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "cds",
"timestamp": 1632980299088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632980300162,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-30T05:39:29.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "ves-openapi-manager",
"timestamp": 1632980299061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "dcae-sch",
"timestamp": 1632980303075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "cds",
"timestamp": 1632980299088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632980300162,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "policy-id",
"timestamp": 1632980303847,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "ves-openapi-manager",
"timestamp": 1632980299061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "dcae-sch",
"timestamp": 1632980303075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "cds",
"timestamp": 1632980299088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632980300162,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-30T05:39:29.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "policy-id",
"timestamp": 1632980303847,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "ves-openapi-manager",
"timestamp": 1632980299061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "dcae-sch",
"timestamp": 1632980303075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "cds",
"timestamp": 1632980299088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
"status": "NOTIFIED"
}
2021-09-30T05:39:29.123Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632980300162,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.123Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "policy-id",
"timestamp": 1632980303847,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-30T05:39:29.124Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "dcae-sch",
"timestamp": 1632980303075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.124Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632980300162,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
"status": "NOTIFIED"
}
2021-09-30T05:39:29.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "cds",
"timestamp": 1632980307335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-30T05:39:29.125Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:39:29.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "policy-id",
"timestamp": 1632980303847,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "dcae-sch",
"timestamp": 1632980303075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "cds",
"timestamp": 1632980308339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-30T05:39:29.136Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd
2021-09-30T05:39:29.136Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-30T05:39:29.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632980308431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-30T05:39:29.141Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:39:29.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "policy-id",
"timestamp": 1632980303847,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:29.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:39:29.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "dcae-sch",
"timestamp": 1632980303075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:39:29.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:39:48.208Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e79bf58-f725-499c-92c4-0e61ecaed19d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-30T05:39:48.220Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e79bf58-f725-499c-92c4-0e61ecaed19d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-30T05:39:48.224Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T05:39:48.224Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-30T05:39:48.224Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-30T05:39:48.224Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-30T05:39:48.224Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-30T05:39:48.224Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-30T05:39:48.224Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-30T05:39:48.224Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-30T05:39:48.224Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-30T05:39:48.224Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-30T05:39:48.225Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-30T05:39:48.228Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-30T05:40:18.228Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3e79bf58-f725-499c-92c4-0e61ecaed19d and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-30T05:40:18.236Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3e79bf58-f725-499c-92c4-0e61ecaed19d and serviceModelVersionId: 8f5aa9dd-5f53-4acc-bded-772f5d601a1e
2021-09-30T05:40:18.236Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 388edde3-2c32-4023-a1b7-f3031aca9482
2021-09-30T05:40:28.292Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/388edde3-2c32-4023-a1b7-f3031aca9482/model-vers/model-ver/8f5aa9dd-5f53-4acc-bded-772f5d601a1e?depth=0
2021-09-30T05:40:28.411Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-09-30T05:40:28.776Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/388edde3-2c32-4023-a1b7-f3031aca9482/model-vers/model-ver/8f5aa9dd-5f53-4acc-bded-772f5d601a1e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-30T05:40:28.779Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/388edde3-2c32-4023-a1b7-f3031aca9482/model-vers/model-ver/8f5aa9dd-5f53-4acc-bded-772f5d601a1e?depth=0|INFO|500||Invoke
2021-09-30T05:40:28.868Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/388edde3-2c32-4023-a1b7-f3031aca9482/model-vers/model-ver/8f5aa9dd-5f53-4acc-bded-772f5d601a1e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-30T05:40:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:40:29.032Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:40:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:40:29.218Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/388edde3-2c32-4023-a1b7-f3031aca9482/model-vers/model-ver/8f5aa9dd-5f53-4acc-bded-772f5d601a1e?depth=0|INFO|500||InvokeReturn
2021-09-30T05:40:29.219Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/388edde3-2c32-4023-a1b7-f3031aca9482/model-vers/model-ver/8f5aa9dd-5f53-4acc-bded-772f5d601a1e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210930-05:40:28:874-85503], vertex-id=[164056], Content-Length=[0], Date=[Thu, 30 Sep 2021 05:40:28 GMT], Content-Type=[application/json]}
2021-09-30T05:40:29.219Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-09-30T05:40:29.221Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-30T05:40:29.221Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:40:29.225Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-30T05:40:29.228Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3e79bf58-f725-499c-92c4-0e61ecaed19d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-30T05:40:29.228Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-30T05:40:29.229Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:40:29.230Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:40:29.230Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980429228,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T05:40:29.331Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T05:40:29.332Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:40:29.332Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:40:29.343Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:40:29.344Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-30T05:40:29.352Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:40:29.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "policy-id",
"timestamp": 1632980303847,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:40:29.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:40:29.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "dcae-sch",
"timestamp": 1632980303075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:40:29.357Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:40:29.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632980310122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-30T05:40:29.357Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:40:29.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "policy-id",
"timestamp": 1632980303847,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
"status": "NOTIFIED"
}
2021-09-30T05:40:29.357Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:40:29.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "clamp",
"timestamp": 1632980309918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:40:29.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:40:29.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632980310601,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:40:29.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:40:29.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "clamp",
"timestamp": 1632980309918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json",
"status": "NOTIFIED"
}
2021-09-30T05:40:29.359Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:40:29.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632980311825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-30T05:40:29.359Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:40:29.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "policy-id",
"timestamp": 1632980312124,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-30T05:40:29.359Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:40:29.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632980310601,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:40:29.359Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:40:29.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "clamp",
"timestamp": 1632980309918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:40:29.360Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:40:29.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632980312843,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-30T05:40:29.363Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd
2021-09-30T05:40:29.364Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-30T05:40:29.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "aai-ml",
"timestamp": 1632980312431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:40:29.370Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:40:29.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "policy-id",
"timestamp": 1632980313128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-30T05:40:29.371Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:40:29.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632980310601,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:40:29.371Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:40:29.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "clamp",
"timestamp": 1632980309918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:40:29.371Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:40:29.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632980313847,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json",
"status": "DEPLOY_OK"
}
2021-09-30T05:40:29.371Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:40:29.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "aai-ml",
"timestamp": 1632980312431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:40:29.371Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:40:29.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "policy-id",
"timestamp": 1632980314131,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-30T05:40:29.375Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd
2021-09-30T05:40:29.375Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-30T05:40:29.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632980310601,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:40:29.378Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:40:29.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "clamp",
"timestamp": 1632980309918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:40:29.378Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:40:29.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "aai-ml",
"timestamp": 1632980312431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:40:29.378Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:40:29.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632980310601,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:40:29.378Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "clamp",
"timestamp": 1632980309918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "aai-ml",
"timestamp": 1632980312431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632980310601,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "clamp",
"timestamp": 1632980309918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
"status": "NOTIFIED"
}
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "aai-ml",
"timestamp": 1632980312431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632980310601,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
"status": "NOTIFIED"
}
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "aai-ml",
"timestamp": 1632980312431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632980318425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-30T05:40:29.379Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:40:29.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "aai-ml",
"timestamp": 1632980312431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
"status": "NOTIFIED"
}
2021-09-30T05:40:29.380Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-30T05:40:29.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "aai-ml",
"timestamp": 1632980320620,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-30T05:40:29.380Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:40:29.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632980322057,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-30T05:40:29.380Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:40:29.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632980323060,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-30T05:40:29.382Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd
2021-09-30T05:40:29.382Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-30T05:40:29.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "aai-ml",
"timestamp": 1632980329417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-30T05:40:29.388Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:40:29.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "clamp",
"timestamp": 1632980329533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-30T05:40:29.388Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:40:29.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "aai-ml",
"timestamp": 1632980330420,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-30T05:40:29.390Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd
2021-09-30T05:40:29.391Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-30T05:40:29.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "clamp",
"timestamp": 1632980330551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-30T05:40:29.399Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:40:29.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:40:29.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "clamp",
"timestamp": 1632980331556,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-30T05:40:29.402Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd
2021-09-30T05:40:29.402Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd 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 (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-30T05:40:30.240Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:40:30.240Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:40:30.240Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:40:34.562Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:40:34.563Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-30T05:40:34.563Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd","serviceName":"vFW 2021-09-30 05-36-48","serviceVersion":"1.0","serviceUUID":"82ca6454-4e56-4b44-838f-af050ff2eae6","serviceDescription":"catalog service description","serviceInvariantUUID":"11333f7c-4ed7-473a-9c99-2a5f94d0d305","resources":[{"resourceInstanceName":"vFW 177d686b-a432 0","resourceName":"vFW 177d686b-a432","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1611cc41-0e6d-464e-9aac-0f1e126731e2","resourceInvariantUUID":"003b93ca-6293-46bf-a6b1-f8059ba1dd1e","resourceCustomizationUUID":"1f69cd11-13db-4cf9-9e44-5f490f54ee54","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vf-license-model.xml","artifactChecksum":"NzYyODUxMWE1NTEwZjIyOGE2YmYyMGE4Mjc1M2YwOWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e76efa7c-2ffc-4410-bc01-0d902ca053e8","artifactVersion":"1"},{"artifactName":"vfw177d686ba4320_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json","artifactChecksum":"YWVlYTc0MWY1YmQwODY4MmY3MDFhMThjOGYxYmM1MDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e7dfce7c-a02f-4b22-b08d-2b6bd8d437f6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"33502212-46de-47fa-ae32-9f06a83cd7cb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vendor-license-model.xml","artifactChecksum":"ODkzMjE4ZTMzOWQ4NTdhYmZlMWU0NTJhNWRmODFmODY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a971a5f2-4b06-4b67-ae73-cc1333ba1cf1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"018491b3-3814-489d-b5d7-efb1e191c32f","artifactVersion":"2","generatedFromUUID":"33502212-46de-47fa-ae32-9f06a83cd7cb"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210930053648-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-template.yml","artifactChecksum":"ODE3MzZiMGQwMjUwOGZmNzJkNGI0OTJiNDk0OTY1MzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fe1eb35c-7e2c-41b7-bbdb-a4165210aea8","artifactVersion":"1"},{"artifactName":"service-Vfw20210930053648-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar","artifactChecksum":"YjZhOTY3OWU3YTQ3ZmM4YTg0OTE2MWRhN2NkNGY5MjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fb052042-dc0b-4ff2-9424-edf9129232fa","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-30T05:40:34.564Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:40:34.564Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:40:34.566Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:40:34.566Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980430240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:40:34.666Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:40:34.667Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:40:34.667Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:40:34.679Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:40:34.679Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:40:35.566Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:40:35.567Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:40:35.570Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:40:35.570Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980430240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json",
"status": "NOTIFIED"
}
2021-09-30T05:40:35.670Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:40:35.671Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:40:35.671Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:40:35.683Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:40:35.684Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-30T05:40:36.571Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:40:36.571Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:40:36.573Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:40:36.573Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980430240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-30T05:40:36.673Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:40:36.674Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:40:36.675Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:40:36.687Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:40:36.687Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:40:37.574Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:40:37.575Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:40:37.576Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:40:37.576Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980430240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:40:37.677Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T05:40:37.678Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:40:37.678Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:40:37.689Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:40:37.690Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:40:38.577Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:40:38.577Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:40:38.580Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:40:38.580Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980430240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-30T05:40:38.680Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:40:38.681Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:40:38.681Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:40:38.692Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:40:38.693Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:40:39.581Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:40:39.582Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:40:39.583Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:40:39.583Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980430240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:40:39.684Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:40:39.685Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:40:39.685Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:40:39.698Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:40:39.699Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:40:40.584Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:40:40.585Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:40:40.587Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:40:40.588Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980430240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
"status": "NOTIFIED"
}
2021-09-30T05:40:40.688Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:40:40.689Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:40:40.689Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:40:40.701Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:40:40.702Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:40:41.590Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"serviceName": "vFW 2021-09-30 05-36-48",
"serviceVersion": "1.0",
"serviceUUID": "82ca6454-4e56-4b44-838f-af050ff2eae6",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "11333f7c-4ed7-473a-9c99-2a5f94d0d305",
"resources": [
{
"resourceInstanceName": "vFW 177d686b-a432 0",
"resourceCustomizationUUID": "1f69cd11-13db-4cf9-9e44-5f490f54ee54",
"resourceName": "vFW 177d686b-a432",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "1611cc41-0e6d-464e-9aac-0f1e126731e2",
"resourceInvariantUUID": "003b93ca-6293-46bf-a6b1-f8059ba1dd1e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw177d686ba4320_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json",
"artifactChecksum": "YWVlYTc0MWY1YmQwODY4MmY3MDFhMThjOGYxYmM1MDg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e7dfce7c-a02f-4b22-b08d-2b6bd8d437f6",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "33502212-46de-47fa-ae32-9f06a83cd7cb",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "018491b3-3814-489d-b5d7-efb1e191c32f",
"generatedFromUUID": "33502212-46de-47fa-ae32-9f06a83cd7cb"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "018491b3-3814-489d-b5d7-efb1e191c32f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210930053648-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
"artifactChecksum": "YjZhOTY3OWU3YTQ3ZmM4YTg0OTE2MWRhN2NkNGY5MjM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fb052042-dc0b-4ff2-9424-edf9129232fa"
}
],
"workloadContext": "Production"
}
2021-09-30T05:40:41.590Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-30T05:40:41.591Z|3e79bf58-f725-499c-92c4-0e61ecaed19d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 82ca6454-4e56-4b44-838f-af050ff2eae6 ASDC
2021-09-30T05:40:41.592Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd
ServiceName:vFW 2021-09-30 05-36-48
ServiceVersion:1.0
ServiceUUID:82ca6454-4e56-4b44-838f-af050ff2eae6
ServiceInvariantUUID:11333f7c-4ed7-473a-9c99-2a5f94d0d305
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210930053648-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar
ArtifactUUID:fb052042-dc0b-4ff2-9424-edf9129232fa
ArtifactChecksum:YjZhOTY3OWU3YTQ3ZmM4YTg0OTE2MWRhN2NkNGY5MjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 177d686b-a432 0
ResourceCustomizationUUID:1f69cd11-13db-4cf9-9e44-5f490f54ee54
ResourceInvariantUUID:003b93ca-6293-46bf-a6b1-f8059ba1dd1e
ResourceName:vFW 177d686b-a432
ResourceType:VF
ResourceUUID:1611cc41-0e6d-464e-9aac-0f1e126731e2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw177d686ba4320_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json
ArtifactUUID:e7dfce7c-a02f-4b22-b08d-2b6bd8d437f6
ArtifactChecksum:YWVlYTc0MWY1YmQwODY4MmY3MDFhMThjOGYxYmM1MDg=
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/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml
ArtifactUUID:33502212-46de-47fa-ae32-9f06a83cd7cb
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/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env
ArtifactUUID:018491b3-3814-489d-b5d7-efb1e191c32f
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/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env
ArtifactUUID:018491b3-3814-489d-b5d7-efb1e191c32f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-30T05:40:41.592Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 82ca6454-4e56-4b44-838f-af050ff2eae6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-30T05:40:41.617Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T05:40:41.617Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-30T05:40:41.617Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-30T05:40:41.617Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fb052042-dc0b-4ff2-9424-edf9129232fa from URL: /sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar
2021-09-30T05:40:41.617Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-30T05:40:41.617Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar
2021-09-30T05:40:41.773Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-30T05:40:41.780Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar fb052042-dc0b-4ff2-9424-edf9129232fa 98755
2021-09-30T05:40:41.780Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar ASDC sendASDCNotification
2021-09-30T05:40:41.781Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar
2021-09-30T05:40:41.781Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T05:40:41.781Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:40:41.783Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:40:41.783Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980441780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-30T05:40:41.883Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:40:41.884Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:40:41.884Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:40:41.896Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:40:41.897Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:40:42.784Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T05:40:42.785Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-09-30T05:40:42.785Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: fb052042-dc0b-4ff2-9424-edf9129232fa, URL: /sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar to file: /app/ASDC/1/service-Vfw20210930053648-csar.csar
2021-09-30T05:40:42.785Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210930053648-csar.csar
2021-09-30T05:40:42.786Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210930053648-csar.csar
2021-09-30T05:40:42.786Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210930053648-csar.csar
2021-09-30T05:40:43.144Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11309012712403207318/Definitions/service-Vfw20210930053648-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-09-30T05:40:44.943Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-30T05:40:44.943Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-30T05:40:44.943Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210930053648-csar.csar
2021-09-30T05:40:44.943Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-30T05:40:44.943Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||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-Vfw20210930053648-csar.csar
2021-09-30T05:40:44.943Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||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-Vfw20210930053648-csar.csar
2021-09-30T05:40:44.943Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210930053648-csar.csar
2021-09-30T05:40:44.943Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210930053648-csar.csar
2021-09-30T05:40:44.943Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210930053648-csar.csar
2021-09-30T05:40:44.943Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||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-Vfw20210930053648-csar.csar
2021-09-30T05:40:44.943Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 177d686b-a432 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-Vfw20210930053648-csar.csar
2021-09-30T05:40:44.943Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210930053648-csar.csar
2021-09-30T05:40:44.943Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210930053648-csar.csar
2021-09-30T05:40:44.943Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210930053648-csar.csar
2021-09-30T05:40:44.943Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210930053648-csar.csar
2021-09-30T05:40:44.943Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210930053648-csar.csar
2021-09-30T05:40:44.943Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210930053648-csar.csar
2021-09-30T05:40:44.943Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-09-30T05:40:44.944Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:40:44.944Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-30 05-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:40:44.944Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vFW 177d686b-a432 0 is matching search criteria
2021-09-30T05:40:44.944Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-30T05:40:44.944Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 177d686b-a432 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T05:40:44.944Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:40:44.944Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-30 05-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:40:44.944Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vFW 177d686b-a432 0 is matching search criteria
2021-09-30T05:40:44.944Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-09-30T05:40:44.944Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 177d686b-a432 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T05:40:44.944Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:40:44.944Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-30 05-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:40:44.944Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:40:44.944Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vFW 177d686b-a432 0 is not matching search criteria
2021-09-30T05:40:44.945Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-30T05:40:44.945Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-30T05:40:44.945Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-30T05:40:44.945Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-30T05:40:44.945Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-30T05:40:44.945Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T05:40:44.945Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-30T05:40:44.945Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-30T05:40:44.945Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-30T05:40:44.945Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-30T05:40:44.945Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-30T05:40:44.945Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-30T05:40:44.945Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-30T05:40:44.945Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-30T05:40:44.945Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T05:40:44.945Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-30T05:40:44.945Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:40:44.945Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-30 05-36-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-30T05:40:44.945Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:40:44.945Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vFW 177d686b-a432 0 is matching search criteria
2021-09-30T05:40:44.945Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 177d686b-a432 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:40:44.946Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:40:44.946Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vFW 177d686b-a432 0 is matching search criteria
2021-09-30T05:40:44.946Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 177d686b-a432 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:40:44.946Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:40:44.946Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vFW 177d686b-a432 0 is matching search criteria
2021-09-30T05:40:44.946Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 177d686b-a432 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:40:44.946Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:40:44.947Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vFW 177d686b-a432 0 is not matching search criteria
2021-09-30T05:40:44.947Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-30T05:40:44.947Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-30T05:40:44.947Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-30T05:40:44.947Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-30T05:40:44.947Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-30T05:40:44.947Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-30T05:40:44.947Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-30T05:40:44.947Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-30T05:40:44.947Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-30T05:40:44.947Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-30T05:40:44.947Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T05:40:44.947Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0e2cf0f3-3ca5-46d0-838a-1742960c09a4
2021-09-30T05:40:44.948Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:40:44.948Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vFW 177d686b-a432 0 is not matching search criteria
2021-09-30T05:40:44.948Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-30T05:40:44.948Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-30T05:40:44.948Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-30T05:40:44.948Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-30T05:40:44.948Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-30T05:40:44.948Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T05:40:44.948Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-30T05:40:44.948Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-30T05:40:44.948Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-30T05:40:44.948Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-30T05:40:44.948Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-30T05:40:44.948Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T05:40:44.948Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4f1551b3-4a13-4b55-9292-53a5b8cc10cd
2021-09-30T05:40:44.948Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:40:44.948Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vFW 177d686b-a432 0 is not matching search criteria
2021-09-30T05:40:44.948Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-30T05:40:44.948Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-30T05:40:44.949Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-30T05:40:44.949Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-30T05:40:44.949Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-30T05:40:44.949Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T05:40:44.949Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-30T05:40:44.949Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-30T05:40:44.949Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-30T05:40:44.949Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-30T05:40:44.949Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-30T05:40:44.949Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-30T05:40:44.949Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=215f9f3d-2184-4e0b-b0d0-35483698eb89
2021-09-30T05:40:44.950Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:40:44.950Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-30 05-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:40:44.950Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:40:44.950Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-30 05-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:40:44.950Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:40:44.950Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-30 05-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:40:44.950Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:40:44.950Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-30 05-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:40:44.950Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-09-30 05-36-48
Description:catalog service description
Model UUID:82ca6454-4e56-4b44-838f-af050ff2eae6
Model Version:NULL
Model InvariantUuid:11333f7c-4ed7-473a-9c99-2a5f94d0d305
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 177d686b-a432
Model UUID:b360bf7d-92ef-4e37-89a7-f171a450d303
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:003b93ca-6293-46bf-a6b1-f8059ba1dd1e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:1f69cd11-13db-4cf9-9e44-5f490f54ee54
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:8aab862f-a127-4c5b-a729-75eade26f8da
ModelName:Vfw177d686bA432..base_vfw..module-0
ModelUuid:b3b21244-61c5-4b2b-86c2-4fb0aaf5c6e5
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:0e2cf0f3-3ca5-46d0-838a-1742960c09a4
ModelInvariantUuid:e136c4ba-820d-4e15-b19c-1392b60be499
ModelName:vFW 177d686b-a432-nodes.vfwCvfc
ModelUuid:a95e69d2-e50b-46c7-8252-0e31099d0381
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:a62521da-053a-4e07-b91e-42e428586934
ModelInvariantUuid:9306f5b8-bddf-4ed9-9b88-2fe4c6a26a73
ModelName:Vfw177d686bA432.compute.nodes.heat.vfw
ModelUuid:60d44e1f-ea9c-41ec-8b52-de206e3934c1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4f1551b3-4a13-4b55-9292-53a5b8cc10cd
ModelInvariantUuid:ce108f38-3b2b-47b2-a305-345f3d4be4f8
ModelName:vFW 177d686b-a432-nodes.vsnCvfc
ModelUuid:62670077-54b9-44a4-ab84-e3213b022bde
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:a46e91f0-9e21-40f0-ab33-352dd89d8074
ModelInvariantUuid:a07e4ca0-fb8e-42c7-b579-f902cc73ba82
ModelName:Vfw177d686bA432.compute.nodes.heat.vsn
ModelUuid:7b936036-f6ed-4611-9644-8d54dc223743
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:215f9f3d-2184-4e0b-b0d0-35483698eb89
ModelInvariantUuid:7a53f854-d018-4936-a4fb-8b6a86ca3858
ModelName:vFW 177d686b-a432-nodes.vpgCvfc
ModelUuid:934d98bc-7534-4907-9d1b-ffc2548486d0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:d41c19d5-a70c-4178-91d0-a86521376612
ModelInvariantUuid:5dd6c7c8-df45-4e74-aa98-9c3e2720b8ad
ModelName:Vfw177d686bA432.compute.nodes.heat.vpg
ModelUuid:3cafd6cd-439a-439c-9049-57c595e6d536
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-30T05:40:44.953Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 1611cc41-0e6d-464e-9aac-0f1e126731e2
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:40:44.955Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||vFW 177d686b-a432 0
2021-09-30T05:40:44.955Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1611cc41-0e6d-464e-9aac-0f1e126731e2
2021-09-30T05:40:44.955Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e7dfce7c-a02f-4b22-b08d-2b6bd8d437f6 from URL: /sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json
2021-09-30T05:40:44.955Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-30T05:40:44.956Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json
2021-09-30T05:40:45.430Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-30T05:40:45.431Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json e7dfce7c-a02f-4b22-b08d-2b6bd8d437f6 785
2021-09-30T05:40:45.431Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json ASDC sendASDCNotification
2021-09-30T05:40:45.431Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json
2021-09-30T05:40:45.431Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T05:40:45.431Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:40:45.433Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:40:45.433Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980445431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-30T05:40:45.533Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:40:45.534Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:40:45.534Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:40:45.548Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:40:45.549Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:40:46.434Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw177d686bA432..base_vfw..module-0",
"vfModuleModelInvariantUUID": "8aab862f-a127-4c5b-a729-75eade26f8da",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b3b21244-61c5-4b2b-86c2-4fb0aaf5c6e5",
"vfModuleModelCustomizationUUID": "51537afb-e138-4456-bb33-61d4aa3f0a56",
"isBase": true,
"artifacts": [
"33502212-46de-47fa-ae32-9f06a83cd7cb",
"018491b3-3814-489d-b5d7-efb1e191c32f"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-30T05:40:46.437Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw177d686bA432..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b3b21244-61c5-4b2b-86c2-4fb0aaf5c6e5
VfModuleModelInvariantUUID:8aab862f-a127-4c5b-a729-75eade26f8da
VfModuleModelDescription:NULL
Artifacts UUID List:{
33502212-46de-47fa-ae32-9f06a83cd7cb
,
018491b3-3814-489d-b5d7-efb1e191c32f
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-30T05:40:46.439Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw177d686bA432..base_vfw..module-0",
"vfModuleModelInvariantUUID": "8aab862f-a127-4c5b-a729-75eade26f8da",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b3b21244-61c5-4b2b-86c2-4fb0aaf5c6e5",
"vfModuleModelCustomizationUUID": "51537afb-e138-4456-bb33-61d4aa3f0a56",
"isBase": true,
"artifacts": [
"33502212-46de-47fa-ae32-9f06a83cd7cb",
"018491b3-3814-489d-b5d7-efb1e191c32f"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-30T05:40:46.439Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw177d686bA432..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b3b21244-61c5-4b2b-86c2-4fb0aaf5c6e5
VfModuleModelInvariantUUID:8aab862f-a127-4c5b-a729-75eade26f8da
VfModuleModelDescription:NULL
Artifacts UUID List:{
33502212-46de-47fa-ae32-9f06a83cd7cb
,
018491b3-3814-489d-b5d7-efb1e191c32f
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-30T05:40:46.439Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 33502212-46de-47fa-ae32-9f06a83cd7cb from URL: /sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml
2021-09-30T05:40:46.439Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-30T05:40:46.439Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml
2021-09-30T05:40:47.129Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-30T05:40:47.131Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml 33502212-46de-47fa-ae32-9f06a83cd7cb 20368
2021-09-30T05:40:47.131Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-30T05:40:47.131Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml
2021-09-30T05:40:47.131Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T05:40:47.131Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:40:47.134Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:40:47.134Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980447131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-30T05:40:47.233Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T05:40:47.234Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:40:47.235Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:40:47.252Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:40:47.253Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:40:48.135Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 018491b3-3814-489d-b5d7-efb1e191c32f from URL: /sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env
2021-09-30T05:40:48.135Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-09-30T05:40:48.135Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env
2021-09-30T05:40:48.726Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-09-30T05:40:48.727Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env 018491b3-3814-489d-b5d7-efb1e191c32f 2098
2021-09-30T05:40:48.727Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-30T05:40:48.727Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env
2021-09-30T05:40:48.727Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T05:40:48.727Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:40:48.729Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:40:48.730Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980448727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-30T05:40:48.830Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:40:48.831Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:40:48.831Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:40:48.842Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:40:48.843Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:40:49.730Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 82ca6454-4e56-4b44-838f-af050ff2eae6
2021-09-30T05:40:49.731Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 177d686b-a432 0 1611cc41-0e6d-464e-9aac-0f1e126731e2 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:40:49.740Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@835edb3, org.onap.sdc.toscaparser.api.parameters.Input@6ee72261, org.onap.sdc.toscaparser.api.parameters.Input@3312b02b, org.onap.sdc.toscaparser.api.parameters.Input@3640d1a7, org.onap.sdc.toscaparser.api.parameters.Input@113feaa9]
2021-09-30T05:40:49.741Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:40:49.741Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-30 05-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:40:49.741Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2021-09-30T05:40:49.741Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 1f69cd11-13db-4cf9-9e44-5f490f54ee54
2021-09-30T05:40:49.741Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1f69cd11-13db-4cf9-9e44-5f490f54ee54 matches Tosca VF Customization UUID: 1f69cd11-13db-4cf9-9e44-5f490f54ee54
2021-09-30T05:40:49.741Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 1f69cd11-13db-4cf9-9e44-5f490f54ee54 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-30T05:40:49.742Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:40:49.742Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-30 05-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:40:49.743Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 1f69cd11-13db-4cf9-9e44-5f490f54ee54: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-09-30T05:40:49.743Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@50547d9e
2021-09-30T05:40:49.743Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:40:49.743Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-30 05-36-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-30T05:40:49.743Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 51537afb-e138-4456-bb33-61d4aa3f0a56
2021-09-30T05:40:49.743Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 51537afb-e138-4456-bb33-61d4aa3f0a56
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-30T05:40:49.744Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:40:49.744Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vFW 177d686b-a432 0 is matching search criteria
2021-09-30T05:40:49.744Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 177d686b-a432 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:40:49.744Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:40:49.744Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vFW 177d686b-a432 0 is matching search criteria
2021-09-30T05:40:49.744Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 177d686b-a432 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:40:49.744Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:40:49.745Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vFW 177d686b-a432 0 is not matching search criteria
2021-09-30T05:40:49.745Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-30T05:40:49.745Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-30T05:40:49.745Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-30T05:40:49.745Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-30T05:40:49.745Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-30T05:40:49.745Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-30T05:40:49.745Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-30T05:40:49.745Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-30T05:40:49.745Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-30T05:40:49.745Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-30T05:40:49.745Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T05:40:49.745Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0e2cf0f3-3ca5-46d0-838a-1742960c09a4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-30T05:40:49.746Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:40:49.746Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vFW 177d686b-a432 0 is matching search criteria
2021-09-30T05:40:49.746Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 177d686b-a432 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:40:49.746Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:40:49.747Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vFW 177d686b-a432 0 is not matching search criteria
2021-09-30T05:40:49.747Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-30T05:40:49.747Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-30T05:40:49.747Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-30T05:40:49.747Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-30T05:40:49.747Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-30T05:40:49.747Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T05:40:49.747Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-30T05:40:49.747Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-30T05:40:49.747Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-30T05:40:49.747Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-30T05:40:49.747Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-30T05:40:49.747Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T05:40:49.747Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4f1551b3-4a13-4b55-9292-53a5b8cc10cd
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-30T05:40:49.748Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:40:49.748Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vFW 177d686b-a432 0 is matching search criteria
2021-09-30T05:40:49.748Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 177d686b-a432 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:40:49.750Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:40:49.750Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vFW 177d686b-a432 0 is not matching search criteria
2021-09-30T05:40:49.750Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-30T05:40:49.750Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-30T05:40:49.750Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-30T05:40:49.750Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-30T05:40:49.751Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-30T05:40:49.751Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-30T05:40:49.751Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-30T05:40:49.751Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-30T05:40:49.751Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-30T05:40:49.751Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-30T05:40:49.751Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-30T05:40:49.751Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-30T05:40:49.751Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=215f9f3d-2184-4e0b-b0d0-35483698eb89
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-30T05:40:49.752Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:40:49.752Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vFW 177d686b-a432 0 is matching search criteria
2021-09-30T05:40:49.752Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 177d686b-a432 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-30T05:40:49.752Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:40:49.752Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Node template vFW 177d686b-a432 0 is matching search criteria
2021-09-30T05:40:49.752Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 177d686b-a432 0] matching following query criteria: sdcType=VF, customizationUUID=1f69cd11-13db-4cf9-9e44-5f490f54ee54
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:40:49.753Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:40:49.753Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-30 05-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:40:49.753Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 82ca6454-4e56-4b44-838f-af050ff2eae6: vFW 177d686b-a432
2021-09-30T05:40:49.753Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:40:49.753Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-30 05-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:40:49.753Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:40:49.753Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-30 05-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:40:49.753Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:40:49.753Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-30 05-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:40:49.753Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:40:49.754Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-30 05-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:40:49.754Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:40:49.754Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-09-30 05-36-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:40:49.754Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2021-09-30 05-36-48
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-30T05:40:49.823Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 177d686b-a432 1611cc41-0e6d-464e-9aac-0f1e126731e2 1 ASDC deployResourceStructure
2021-09-30T05:40:49.823Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json ASDC sendASDCNotification
2021-09-30T05:40:49.823Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json
2021-09-30T05:40:49.823Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T05:40:49.824Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:40:49.826Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:40:49.826Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980449823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json",
"status": "DEPLOY_OK"
}
2021-09-30T05:40:49.927Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:40:49.928Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:40:49.928Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:40:49.940Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:40:49.940Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:40:50.827Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-30T05:40:50.828Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml
2021-09-30T05:40:50.828Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T05:40:50.828Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:40:50.829Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:40:50.829Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980450827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-30T05:40:50.930Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T05:40:50.930Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:40:50.930Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:40:50.941Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:40:50.941Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:40:51.830Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-30T05:40:51.831Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env
2021-09-30T05:40:51.831Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T05:40:51.831Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:40:51.833Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:40:51.833Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980451830,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-30T05:40:51.933Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:40:51.934Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:40:51.934Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:40:51.947Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:40:51.947Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-30T05:40:52.834Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar ASDC sendASDCNotification
2021-09-30T05:40:52.834Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar
2021-09-30T05:40:52.834Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T05:40:52.835Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:40:52.836Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:40:52.836Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980452834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-30T05:40:52.936Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:40:52.937Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:40:52.937Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:40:52.949Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:40:52.949Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:40:53.837Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-30T05:40:53.845Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-30T05:40:53.849Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T05:40:53.849Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-30T05:40:53.849Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-30T05:40:53.849Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-30T05:40:53.849Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-30T05:40:53.849Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-30T05:40:53.849Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-30T05:40:53.849Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-30T05:40:53.849Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-30T05:40:53.849Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-30T05:40:53.849Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-30T05:40:53.852Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-30T05:41:23.853Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-30T05:41:23.857Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd and serviceModelVersionId: 82ca6454-4e56-4b44-838f-af050ff2eae6
2021-09-30T05:41:23.857Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 11333f7c-4ed7-473a-9c99-2a5f94d0d305
2021-09-30T05:41:23.858Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/11333f7c-4ed7-473a-9c99-2a5f94d0d305/model-vers/model-ver/82ca6454-4e56-4b44-838f-af050ff2eae6?depth=0
2021-09-30T05:41:23.865Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-09-30T05:41:23.902Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11333f7c-4ed7-473a-9c99-2a5f94d0d305/model-vers/model-ver/82ca6454-4e56-4b44-838f-af050ff2eae6?depth=0|INFO|500||Invoke
2021-09-30T05:41:23.902Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11333f7c-4ed7-473a-9c99-2a5f94d0d305/model-vers/model-ver/82ca6454-4e56-4b44-838f-af050ff2eae6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11333f7c-4ed7-473a-9c99-2a5f94d0d305/model-vers/model-ver/82ca6454-4e56-4b44-838f-af050ff2eae6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fbfd9a1f-4de2-4e35-a40b-a26b8afc4bb5], X-ECOMP-RequestID=[8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd], X-TransactionId=[], X-ONAP-RequestID=[8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd], Content-Type=[application/merge-patch+json]}
2021-09-30T05:41:23.920Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11333f7c-4ed7-473a-9c99-2a5f94d0d305/model-vers/model-ver/82ca6454-4e56-4b44-838f-af050ff2eae6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-30T05:41:23.996Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11333f7c-4ed7-473a-9c99-2a5f94d0d305/model-vers/model-ver/82ca6454-4e56-4b44-838f-af050ff2eae6?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/11333f7c-4ed7-473a-9c99-2a5f94d0d305/model-vers/model-ver/82ca6454-4e56-4b44-838f-af050ff2eae6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210930-05:41:23:928-78870], vertex-id=[164088], Content-Length=[0], Date=[Thu, 30 Sep 2021 05:41:23 GMT], Content-Type=[application/json]}
2021-09-30T05:41:23.997Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11333f7c-4ed7-473a-9c99-2a5f94d0d305/model-vers/model-ver/82ca6454-4e56-4b44-838f-af050ff2eae6?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-30T05:41:23.998Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11333f7c-4ed7-473a-9c99-2a5f94d0d305/model-vers/model-ver/82ca6454-4e56-4b44-838f-af050ff2eae6?depth=0|INFO|500||InvokeReturn
2021-09-30T05:41:23.998Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-30T05:41:23.998Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:41:24.001Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-30T05:41:24.001Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-30T05:41:24.002Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-30T05:41:24.002Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:41:24.004Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:41:24.004Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980484002,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T05:41:24.105Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T05:41:24.105Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:41:24.105Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:41:24.119Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:41:24.119Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-30T05:41:25.016Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:41:25.016Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:41:25.016Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:41:29.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:41:29.032Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:41:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:41:29.051Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:41:29.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:41:29.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3e79bf58-f725-499c-92c4-0e61ecaed19d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980429228,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T05:41:29.051Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:41:34.558Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:41:34.558Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:41:34.558Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:41:34.558Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:41:44.103Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:41:44.103Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:41:44.104Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:41:44.104Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:41:53.643Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:42:29.030Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:42:29.030Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:42:29.031Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:42:29.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:42:29.032Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:42:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:42:29.554Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:42:29.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T05:42:29.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980430240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:42:29.557Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-30T05:42:29.558Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T05:42:29.558Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980430240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json",
"status": "NOTIFIED"
}
2021-09-30T05:42:29.558Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-30T05:42:29.558Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T05:42:29.558Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980430240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-30T05:42:29.559Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-30T05:42:29.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T05:42:29.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980430240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:42:29.559Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-30T05:42:29.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T05:42:29.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980430240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-30T05:42:29.560Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-30T05:42:29.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T05:42:29.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980430240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:42:29.560Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-30T05:42:29.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T05:42:29.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980430240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
"status": "NOTIFIED"
}
2021-09-30T05:42:29.560Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-30T05:42:29.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T05:42:29.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980441780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-30T05:42:29.561Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:42:29.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T05:42:29.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980445431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-30T05:42:29.562Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:42:29.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T05:42:29.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980447131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-30T05:42:29.562Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:42:29.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T05:42:29.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980448727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-30T05:42:29.563Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:42:29.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T05:42:29.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980449823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/vfw177d686ba4320_modules.json",
"status": "DEPLOY_OK"
}
2021-09-30T05:42:29.563Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:42:29.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T05:42:29.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980450827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-30T05:42:29.563Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:42:29.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T05:42:29.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980451830,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/resourceInstances/vfw177d686ba4320/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-30T05:42:29.563Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:42:29.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T05:42:29.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980452834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210930053648/1.0/artifacts/service-Vfw20210930053648-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-30T05:42:29.564Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:42:29.564Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-30T05:42:29.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980484002,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T05:42:29.564Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:42:38.584Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:43:29.030Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:43:29.030Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:43:29.030Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:43:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:43:29.032Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:43:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:43:38.575Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:43:38.578Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:44:29.029Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:44:29.030Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:44:29.030Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:44:29.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:44:29.032Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:44:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:44:38.575Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:44:38.582Z|8ed1b6b4-548f-437e-9e4b-e1fc444b6bfd|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:45:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:45:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:45:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:45:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:45:29.033Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:45:29.033Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:45:38.577Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:45:38.581Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:46:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:46:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:46:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:46:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:46:29.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:46:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:46:38.578Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:46:38.580Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:47:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:47:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:47:29.030Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:47:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:47:29.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:47:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:47:38.574Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:47:38.576Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:48:29.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:48:29.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:48:29.031Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:48:29.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-30T05:48:29.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-30T05:48:29.032Z||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 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:48:29.176Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:48:29.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632980860162,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:48:29.178Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-30T05:48:29.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
"consumerID": "dcae-sch",
"timestamp": 1632980863075,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:48:29.178Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-30T05:48:29.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
"consumerID": "ves-openapi-manager",
"timestamp": 1632980859061,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:48:29.179Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-30T05:48:29.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
"consumerID": "policy-id",
"timestamp": 1632980863847,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:48:29.179Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-30T05:48:29.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
"consumerID": "dcae-sch",
"timestamp": 1632980863075,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:48:29.179Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-30T05:48:29.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632980860162,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-30T05:48:29.179Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-30T05:48:29.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
"consumerID": "ves-openapi-manager",
"timestamp": 1632980859061,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:48:29.179Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-30T05:48:29.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
"consumerID": "policy-id",
"timestamp": 1632980863847,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-30T05:48:29.179Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-30T05:48:29.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
"consumerID": "cds",
"timestamp": 1632980869088,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:48:29.180Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-30T05:48:29.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.180Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
"consumerID": "policy-id",
"timestamp": 1632980869904,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-30T05:48:29.180Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:48:29.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.180Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
"consumerID": "cds",
"timestamp": 1632980869088,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-30T05:48:29.180Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-30T05:48:29.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.180Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
"consumerID": "policy-id",
"timestamp": 1632980870908,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-30T05:48:29.180Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:48:29.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.180Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
"consumerID": "policy-id",
"timestamp": 1632980871910,
"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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-30T05:48:29.188Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8a95ffcf-6cf0-4094-a234-9b98d6ea1753
2021-09-30T05:48:29.188Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a95ffcf-6cf0-4094-a234-9b98d6ea1753 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-30T05:48:29.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
"consumerID": "cds",
"timestamp": 1632980872330,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-30T05:48:29.193Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:48:29.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
"consumerID": "cds",
"timestamp": 1632980873336,
"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=?
2021-09-30T05:48:29.195Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8a95ffcf-6cf0-4094-a234-9b98d6ea1753
2021-09-30T05:48:29.195Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a95ffcf-6cf0-4094-a234-9b98d6ea1753 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-30T05:48:29.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
"consumerID": "clamp",
"timestamp": 1632980879918,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:48:29.201Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-30T05:48:29.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632980880601,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:48:29.201Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-30T05:48:29.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
"consumerID": "clamp",
"timestamp": 1632980879918,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-30T05:48:29.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-30T05:48:29.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632980880601,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-30T05:48:29.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-30T05:48:29.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
"consumerID": "aai-ml",
"timestamp": 1632980882432,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:48:29.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-30T05:48:29.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632980883389,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-30T05:48:29.202Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:48:29.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
"consumerID": "aai-ml",
"timestamp": 1632980882432,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-30T05:48:29.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-09-30T05:48:29.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632980884862,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-30T05:48:29.202Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:48:29.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
"consumerID": "aai-ml",
"timestamp": 1632980885452,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-30T05:48:29.203Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:48:29.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.203Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632980885866,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-30T05:48:29.204Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8a95ffcf-6cf0-4094-a234-9b98d6ea1753
2021-09-30T05:48:29.205Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a95ffcf-6cf0-4094-a234-9b98d6ea1753 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-30T05:48:29.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
"consumerID": "aai-ml",
"timestamp": 1632980889018,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-30T05:48:29.209Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:48:29.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
"consumerID": "aai-ml",
"timestamp": 1632980890020,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-30T05:48:29.211Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8a95ffcf-6cf0-4094-a234-9b98d6ea1753
2021-09-30T05:48:29.211Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a95ffcf-6cf0-4094-a234-9b98d6ea1753 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-30T05:48:29.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.215Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
"consumerID": "clamp",
"timestamp": 1632980893628,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-30T05:48:29.215Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:48:29.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.215Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
"consumerID": "clamp",
"timestamp": 1632980895638,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-30T05:48:29.215Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-30T05:48:29.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.215Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
"consumerID": "clamp",
"timestamp": 1632980896641,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-30T05:48:29.217Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8a95ffcf-6cf0-4094-a234-9b98d6ea1753
2021-09-30T05:48:29.217Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a95ffcf-6cf0-4094-a234-9b98d6ea1753 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-30T05:48:29.658Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:48:29.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:48:29.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"8a95ffcf-6cf0-4094-a234-9b98d6ea1753","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0d7d2293-6786-46e7-8507-5d431cf33772","serviceDescription":"service","serviceInvariantUUID":"df0a63d7-92f0-4c81-98c9-5bf24671c8c8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"b18471f8-dbca-4aaf-bebf-5e54e3d62f6e","resourceInvariantUUID":"b77aa633-01e9-4025-8acc-dedbae8441c3","resourceCustomizationUUID":"88a49825-c68d-433c-9ef8-cd756ec5957e","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":"ZjE3MmRiNjYwOGZlZDkxNzE4YTJmYmU1YzU3YmZhYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"07837bac-9541-45f1-9c6f-9e1adf0914ac","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjdjNTMyN2ZkMjRlN2JmMDRhMzFiYzNlYTAwZGE2Nzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d7dd26c7-5521-4044-92a1-444f28dcfbd6","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-30T05:48:29.662Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:48:29.662Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:48:29.663Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:48:29.664Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980909030,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:48:29.764Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:48:29.765Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:48:29.765Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:48:29.779Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:48:29.780Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:48:30.664Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:48:30.665Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:48:30.668Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:48:30.668Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980909030,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-30T05:48:30.768Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:48:30.768Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:48:30.768Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:48:30.780Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:48:30.780Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:48:31.669Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "0d7d2293-6786-46e7-8507-5d431cf33772",
"serviceDescription": "service",
"serviceInvariantUUID": "df0a63d7-92f0-4c81-98c9-5bf24671c8c8",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "88a49825-c68d-433c-9ef8-cd756ec5957e",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "b18471f8-dbca-4aaf-bebf-5e54e3d62f6e",
"resourceInvariantUUID": "b77aa633-01e9-4025-8acc-dedbae8441c3",
"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": "MjdjNTMyN2ZkMjRlN2JmMDRhMzFiYzNlYTAwZGE2Nzg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d7dd26c7-5521-4044-92a1-444f28dcfbd6"
}
],
"workloadContext": "Production"
}
2021-09-30T05:48:31.669Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-30T05:48:31.669Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0d7d2293-6786-46e7-8507-5d431cf33772 ASDC
2021-09-30T05:48:31.670Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:8a95ffcf-6cf0-4094-a234-9b98d6ea1753
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:0d7d2293-6786-46e7-8507-5d431cf33772
ServiceInvariantUUID:df0a63d7-92f0-4c81-98c9-5bf24671c8c8
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:d7dd26c7-5521-4044-92a1-444f28dcfbd6
ArtifactChecksum:MjdjNTMyN2ZkMjRlN2JmMDRhMzFiYzNlYTAwZGE2Nzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:88a49825-c68d-433c-9ef8-cd756ec5957e
ResourceInvariantUUID:b77aa633-01e9-4025-8acc-dedbae8441c3
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:b18471f8-dbca-4aaf-bebf-5e54e3d62f6e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-09-30T05:48:31.670Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0d7d2293-6786-46e7-8507-5d431cf33772 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-30T05:48:31.686Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T05:48:31.687Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-30T05:48:31.687Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-30T05:48:31.687Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d7dd26c7-5521-4044-92a1-444f28dcfbd6 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-30T05:48:31.687Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-30T05:48:31.687Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-30T05:48:32.119Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-30T05:48:32.121Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d7dd26c7-5521-4044-92a1-444f28dcfbd6 52178
2021-09-30T05:48:32.121Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-30T05:48:32.121Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-30T05:48:32.121Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T05:48:32.121Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:48:32.123Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:48:32.123Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980912121,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-30T05:48:32.224Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T05:48:32.224Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:48:32.224Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:48:32.235Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:48:32.236Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:48:33.124Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T05:48:33.125Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-30T05:48:33.125Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: d7dd26c7-5521-4044-92a1-444f28dcfbd6, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-30T05:48:33.126Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-30T05:48:33.126Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-30T05:48:33.126Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-30T05:48:33.196Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14669787335067971074/Definitions/service-BasicNetwork-template.yml
2021-09-30T05:48:33.516Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-30T05:48:33.516Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-30T05:48:33.517Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-30T05:48:33.517Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-30T05:48:33.517Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-30T05:48:33.517Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-30T05:48:33.517Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-30T05:48:33.517Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-30T05:48:33.517Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-30T05:48:33.517Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-30T05:48:33.517Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-30T05:48:33.517Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-30T05:48:33.517Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-30T05:48:33.517Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:48:33.517Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:48:33.517Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-30T05:48:33.517Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-30T05:48:33.517Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T05:48:33.517Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:48:33.517Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:48:33.517Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-30T05:48:33.518Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-30T05:48:33.518Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T05:48:33.518Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:48:33.518Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:48:33.518Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:48:33.518Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:48:33.518Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:48:33.518Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:48:33.518Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:48:33.518Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:48:33.518Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:48:33.518Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:48:33.518Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:0d7d2293-6786-46e7-8507-5d431cf33772
Model Version:NULL
Model InvariantUuid:df0a63d7-92f0-4c81-98c9-5bf24671c8c8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b77aa633-01e9-4025-8acc-dedbae8441c3
Model UUID:70a3f0df-88d4-499d-93ba-b2ef2b44f153
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:88a49825-c68d-433c-9ef8-cd756ec5957e
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-30T05:48:33.522Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: b18471f8-dbca-4aaf-bebf-5e54e3d62f6e
2021-09-30T05:48:33.522Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||No resources found for Service: 0d7d2293-6786-46e7-8507-5d431cf33772
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:48:33.524Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||
2021-09-30T05:48:33.525Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-09-30T05:48:33.525Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 0d7d2293-6786-46e7-8507-5d431cf33772
2021-09-30T05:48:33.525Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 0d7d2293-6786-46e7-8507-5d431cf33772
2021-09-30T05:48:33.525Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-09-30T05:48:33.525Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:48:33.527Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@24b71d23, org.onap.sdc.toscaparser.api.parameters.Input@575c7145, org.onap.sdc.toscaparser.api.parameters.Input@505047da, org.onap.sdc.toscaparser.api.parameters.Input@abbb85, org.onap.sdc.toscaparser.api.parameters.Input@1c69e0b6]
2021-09-30T05:48:33.528Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:48:33.528Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:48:33.528Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:48:33.528Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:48:33.528Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 0d7d2293-6786-46e7-8507-5d431cf33772: Generic NeutronNet
2021-09-30T05:48:33.528Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:48:33.528Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:48:33.528Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:48:33.528Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-09-30T05:48:33.545Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:48:33.545Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:48:33.546Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:48:33.546Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:48:33.546Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:48:33.546Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:48:33.546Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-30T05:48:33.572Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-09-30T05:48:33.572Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-30T05:48:33.572Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-30T05:48:33.572Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-30T05:48:33.572Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:48:33.574Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:48:33.574Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980913572,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-30T05:48:33.674Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:48:33.675Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:48:33.675Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:48:33.686Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:48:33.687Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:48:34.575Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a95ffcf-6cf0-4094-a234-9b98d6ea1753
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-30T05:48:34.580Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a95ffcf-6cf0-4094-a234-9b98d6ea1753
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-30T05:48:34.582Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-30T05:48:34.582Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-30T05:48:34.582Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-30T05:48:34.582Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-30T05:48:34.582Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-30T05:48:34.583Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-30T05:48:34.583Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-30T05:48:34.583Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-30T05:48:34.583Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-30T05:48:34.583Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-30T05:48:34.583Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-30T05:48:34.585Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-30T05:49:04.586Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8a95ffcf-6cf0-4094-a234-9b98d6ea1753 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-30T05:49:04.590Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8a95ffcf-6cf0-4094-a234-9b98d6ea1753 and serviceModelVersionId: 0d7d2293-6786-46e7-8507-5d431cf33772
2021-09-30T05:49:04.591Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df0a63d7-92f0-4c81-98c9-5bf24671c8c8
2021-09-30T05:49:04.592Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df0a63d7-92f0-4c81-98c9-5bf24671c8c8/model-vers/model-ver/0d7d2293-6786-46e7-8507-5d431cf33772?depth=0
2021-09-30T05:49:04.599Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-30T05:49:04.633Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/df0a63d7-92f0-4c81-98c9-5bf24671c8c8/model-vers/model-ver/0d7d2293-6786-46e7-8507-5d431cf33772?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-30T05:49:04.634Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/df0a63d7-92f0-4c81-98c9-5bf24671c8c8/model-vers/model-ver/0d7d2293-6786-46e7-8507-5d431cf33772?depth=0|INFO|500||Invoke
2021-09-30T05:49:04.647Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/df0a63d7-92f0-4c81-98c9-5bf24671c8c8/model-vers/model-ver/0d7d2293-6786-46e7-8507-5d431cf33772?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-30T05:49:04.742Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/df0a63d7-92f0-4c81-98c9-5bf24671c8c8/model-vers/model-ver/0d7d2293-6786-46e7-8507-5d431cf33772?depth=0|INFO|500||InvokeReturn
2021-09-30T05:49:04.743Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/df0a63d7-92f0-4c81-98c9-5bf24671c8c8/model-vers/model-ver/0d7d2293-6786-46e7-8507-5d431cf33772?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210930-05:49:04:653-38376], vertex-id=[200840], Content-Length=[0], Date=[Thu, 30 Sep 2021 05:49:04 GMT], Content-Type=[application/json]}
2021-09-30T05:49:04.743Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-09-30T05:49:04.743Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-30T05:49:04.743Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:49:04.747Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-30T05:49:04.747Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8a95ffcf-6cf0-4094-a234-9b98d6ea1753 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-30T05:49:04.747Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-30T05:49:04.748Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:49:04.750Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:49:04.750Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8a95ffcf-6cf0-4094-a234-9b98d6ea1753",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980944747,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-30T05:49:04.850Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:49:04.850Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:49:04.850Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:49:04.865Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:49:04.866Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-30T05:49:05.758Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-30T05:49:05.759Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"d2721ec8-ae89-4ed9-978a-be98430d7dc8","serviceName":"Demo_pNF_isU3tdlUd81b3L62zvBd","serviceVersion":"1.0","serviceUUID":"3cea8293-c53f-48cb-be88-872b4f8f433e","serviceDescription":"catalog service description","serviceInvariantUUID":"33cdbbae-44c9-4e6b-ab12-d8cbcc9918a4","resources":[{"resourceInstanceName":"pNF e13a4300-d1a9 0","resourceName":"pNF e13a4300-d1a9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0e339e2b-bcfb-4483-9c5c-a16cc4a096d0","resourceInvariantUUID":"5ca87f7e-d849-42f0-bf35-c8694b6f4646","resourceCustomizationUUID":"f64dd56d-326e-41da-ae68-b602f08123b5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/vf-license-model.xml","artifactChecksum":"YjFkMmY3OWFkNTdmYzA5NTY1NjJkN2E3ODZjMzQ5MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2506ffaa-88fc-4b69-9e20-a444fa70a8e7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/pNF.csar","artifactChecksum":"NzdkNzAxYWJhY2VlZDZhMjhhOTVkNzdmZjBiNTRkMjM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5032b3e4-0372-400c-a5bd-b97932b66496","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"16cde850-0e1e-4dd5-9b59-5cbc3597633b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/vendor-license-model.xml","artifactChecksum":"Yzg5YWZjZTk4MjlhZmU0ZmYwNWUyOTQ0NTc5OTM0NTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0225aab5-a0a5-41ef-a846-4a1ed0a34319","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"af8c4b14-ded4-449c-b50e-f9acb1506176","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8f8c911b-8100-4b7b-8897-02a9e6ba7a08","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIsu3tdlud81b3l62zvbd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-template.yml","artifactChecksum":"ZDNhYjczZmNiMjdkYjYxZDdlNjNmZTVhMWQxMzU4MGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cf27ebb6-7a30-47bc-a0a4-9e199e698036","artifactVersion":"1"},{"artifactName":"service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar","artifactChecksum":"NDE2Y2ZjNWI5ODc4N2VkN2YxNWFlZjNmMjY2YjhjZTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"77e3cced-14ab-48d7-af2a-069421af312f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-30T05:49:05.760Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:49:05.760Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:49:05.762Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:49:05.762Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980909030,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:49:05.863Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:49:05.863Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:49:05.864Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:49:05.874Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:49:05.875Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:49:06.763Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:49:06.764Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:49:06.767Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:49:06.767Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980909030,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:49:06.867Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:49:06.868Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:49:06.868Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:49:06.880Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:49:06.880Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-30T05:49:07.767Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:49:07.768Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:49:07.770Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:49:07.770Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980909030,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:49:07.871Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T05:49:07.872Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:49:07.872Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:49:07.882Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:49:07.883Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:49:08.771Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:49:08.771Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:49:08.773Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:49:08.773Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980909030,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:49:08.873Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:49:08.874Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:49:08.874Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:49:08.886Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:49:08.886Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:49:09.774Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:49:09.775Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:49:09.776Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:49:09.776Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980909030,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:49:09.877Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-30T05:49:09.877Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:49:09.877Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:49:09.891Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:49:09.892Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-30T05:49:10.777Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:49:10.778Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:49:10.780Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:49:10.780Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980909030,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/resourceInstances/pnfe13a4300d1a90/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:49:10.880Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:49:10.881Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:49:10.881Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:49:10.894Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:49:10.894Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-30T05:49:11.781Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:49:11.782Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:49:11.784Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:49:11.785Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980909030,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-30T05:49:11.885Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:49:11.886Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:49:11.886Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:49:11.899Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:49:11.899Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:49:12.785Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-30T05:49:12.786Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:49:12.787Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:49:12.788Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980909030,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar",
"status": "NOTIFIED"
}
2021-09-30T05:49:12.888Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-30T05:49:12.889Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:49:12.889Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:49:12.899Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:49:12.899Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-30T05:49:13.789Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
"serviceName": "Demo_pNF_isU3tdlUd81b3L62zvBd",
"serviceVersion": "1.0",
"serviceUUID": "3cea8293-c53f-48cb-be88-872b4f8f433e",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "33cdbbae-44c9-4e6b-ab12-d8cbcc9918a4",
"resources": [
{
"resourceInstanceName": "pNF e13a4300-d1a9 0",
"resourceCustomizationUUID": "f64dd56d-326e-41da-ae68-b602f08123b5",
"resourceName": "pNF e13a4300-d1a9",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "0e339e2b-bcfb-4483-9c5c-a16cc4a096d0",
"resourceInvariantUUID": "5ca87f7e-d849-42f0-bf35-c8694b6f4646",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar",
"artifactChecksum": "NDE2Y2ZjNWI5ODc4N2VkN2YxNWFlZjNmMjY2YjhjZTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "77e3cced-14ab-48d7-af2a-069421af312f"
}
],
"workloadContext": "Production"
}
2021-09-30T05:49:13.789Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-30T05:49:13.789Z|8a95ffcf-6cf0-4094-a234-9b98d6ea1753|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3cea8293-c53f-48cb-be88-872b4f8f433e ASDC
2021-09-30T05:49:13.789Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:d2721ec8-ae89-4ed9-978a-be98430d7dc8
ServiceName:Demo_pNF_isU3tdlUd81b3L62zvBd
ServiceVersion:1.0
ServiceUUID:3cea8293-c53f-48cb-be88-872b4f8f433e
ServiceInvariantUUID:33cdbbae-44c9-4e6b-ab12-d8cbcc9918a4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar
ArtifactUUID:77e3cced-14ab-48d7-af2a-069421af312f
ArtifactChecksum:NDE2Y2ZjNWI5ODc4N2VkN2YxNWFlZjNmMjY2YjhjZTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e13a4300-d1a9 0
ResourceCustomizationUUID:f64dd56d-326e-41da-ae68-b602f08123b5
ResourceInvariantUUID:5ca87f7e-d849-42f0-bf35-c8694b6f4646
ResourceName:pNF e13a4300-d1a9
ResourceType:PNF
ResourceUUID:0e339e2b-bcfb-4483-9c5c-a16cc4a096d0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-09-30T05:49:13.789Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3cea8293-c53f-48cb-be88-872b4f8f433e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-30T05:49:13.811Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T05:49:13.811Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-30T05:49:13.812Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-30T05:49:13.812Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 77e3cced-14ab-48d7-af2a-069421af312f from URL: /sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar
2021-09-30T05:49:13.812Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-30T05:49:13.812Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar
2021-09-30T05:49:14.423Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-30T05:49:14.425Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar 77e3cced-14ab-48d7-af2a-069421af312f 82547
2021-09-30T05:49:14.426Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar ASDC sendASDCNotification
2021-09-30T05:49:14.426Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar
2021-09-30T05:49:14.426Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-30T05:49:14.426Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-30T05:49:14.427Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-30T05:49:14.427Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d2721ec8-ae89-4ed9-978a-be98430d7dc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632980954425,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-30T05:49:14.528Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-30T05:49:14.528Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-30T05:49:14.528Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4G6ZRU9AIy4gMI6Y) ...
2021-09-30T05:49:14.539Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-30T05:49:14.540Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-30T05:49:15.428Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-30T05:49:15.429Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-30T05:49:15.430Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 77e3cced-14ab-48d7-af2a-069421af312f, URL: /sdc/v1/catalog/services/DemoPnfIsu3tdlud81b3l62zvbd/1.0/artifacts/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar to file: /app/ASDC/1/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar
2021-09-30T05:49:15.430Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar
2021-09-30T05:49:15.431Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar
2021-09-30T05:49:15.431Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar
2021-09-30T05:49:15.504Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2756360282327812710/Definitions/service-DemoPnfIsu3tdlud81b3l62zvbd-template.yml
2021-09-30T05:49:16.040Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-30T05:49:16.041Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-30T05:49:16.041Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar
2021-09-30T05:49:16.041Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-30T05:49:16.041Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||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-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar
2021-09-30T05:49:16.041Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar
2021-09-30T05:49:16.041Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||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-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar
2021-09-30T05:49:16.041Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar
2021-09-30T05:49:16.041Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar
2021-09-30T05:49:16.041Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar
2021-09-30T05:49:16.041Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e13a4300-d1a9 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-DemoPnfIsu3tdlud81b3l62zvbd-csar.csar
2021-09-30T05:49:16.041Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-30T05:49:16.041Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:49:16.041Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_isU3tdlUd81b3L62zvBd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:49:16.042Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Node template pNF e13a4300-d1a9 0 is matching search criteria
2021-09-30T05:49:16.042Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-30T05:49:16.042Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF e13a4300-d1a9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T05:49:16.042Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:49:16.042Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_isU3tdlUd81b3L62zvBd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:49:16.042Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Node template pNF e13a4300-d1a9 0 is matching search criteria
2021-09-30T05:49:16.042Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-30T05:49:16.042Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF e13a4300-d1a9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-30T05:49:16.042Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:49:16.043Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_isU3tdlUd81b3L62zvBd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:49:16.043Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:49:16.043Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_isU3tdlUd81b3L62zvBd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:49:16.043Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:49:16.043Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_isU3tdlUd81b3L62zvBd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:49:16.043Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:49:16.043Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_isU3tdlUd81b3L62zvBd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:49:16.043Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:49:16.043Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_isU3tdlUd81b3L62zvBd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:49:16.043Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_isU3tdlUd81b3L62zvBd
Description:catalog service description
Model UUID:3cea8293-c53f-48cb-be88-872b4f8f433e
Model Version:NULL
Model InvariantUuid:33cdbbae-44c9-4e6b-ab12-d8cbcc9918a4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-30T05:49:16.045Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0e339e2b-bcfb-4483-9c5c-a16cc4a096d0
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:49:16.047Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||pNF e13a4300-d1a9 0
2021-09-30T05:49:16.047Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0e339e2b-bcfb-4483-9c5c-a16cc4a096d0
2021-09-30T05:49:16.047Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 3cea8293-c53f-48cb-be88-872b4f8f433e
2021-09-30T05:49:16.047Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 3cea8293-c53f-48cb-be88-872b4f8f433e
2021-09-30T05:49:16.047Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e13a4300-d1a9 0 0e339e2b-bcfb-4483-9c5c-a16cc4a096d0 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-30T05:49:16.049Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6c208c56, org.onap.sdc.toscaparser.api.parameters.Input@18a2fbf0, org.onap.sdc.toscaparser.api.parameters.Input@4b2b9274, org.onap.sdc.toscaparser.api.parameters.Input@193f7a9d, org.onap.sdc.toscaparser.api.parameters.Input@711507d0]
2021-09-30T05:49:16.049Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-30T05:49:16.049Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_isU3tdlUd81b3L62zvBd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-30T05:49:16.049Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 3cea8293-c53f-48cb-be88-872b4f8f433e: pNF e13a4300-d1a9
2021-09-30T05:49:16.049Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||INFO|500||Processing PNF resource: 0e339e2b-bcfb-4483-9c5c-a16cc4a096d0
2021-09-30T05:49:16.049Z|d2721ec8-ae89-4ed9-978a-be98430d7dc8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery