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-11-17T02:12:43.548Z||main|||||INFO|500||The following profiles are active: basic
2021-11-17T02:12:52.299Z||main|||||INFO|500||Starting service [Tomcat]
2021-11-17T02:12:52.299Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-11-17T02:12:52.371Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-11-17T02:12:54.440Z||main|||||INFO|500||catdb-pool - Starting...
2021-11-17T02:12:54.630Z||main|||||INFO|500||catdb-pool - Start completed.
2021-11-17T02:12:54.970Z||main|||||INFO|500||reqdb-pool - Starting...
2021-11-17T02:12:54.978Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-11-17T02:12:55.050Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-11-17T02:12:55.157Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-11-17T02:12:55.541Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-11-17T02:12:56.288Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-17T02:12:58.228Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-17T02:12:58.272Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-11-17T02:12:58.715Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-17T02:12:58.826Z||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-11-17T02:12:59.849Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-17T02:13:00.694Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-11-17T02:13:00.721Z||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$$90fab671.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-11-17T02:13:00.722Z||main|||||WARN|500||The sdc end point is not alive
2021-11-17T02:13:03.109Z||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-11-17T02:13:05.435Z||main|||||WARN|500||---
2021-11-17T02:13:05.436Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-11-17T02:13:05.437Z||main|||||WARN|500||---
2021-11-17T02:13:05.799Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-11-17T02:13:09.939Z||main|||||INFO|500||Started Application in 30.469 seconds (JVM running for 31.47)
2021-11-17T02:13:09.957Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-17T02:13:09.958Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-17T02:13:09.973Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-17T02:13:10.029Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-17T02:13:10.078Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 02c2ef7f-c27e-4fb6-bdee-2dfdd33876a2 url= /sdc/v1/artifactTypes
2021-11-17T02:13:10.078Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-17T02:13:10.330Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-17T02:13:10.350Z||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-11-17T02:13:10.367Z||scheduling-1|||||DEBUG|500||create keys
2021-11-17T02:13:10.374Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-11-17T02:13:11.167Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:13:11.187Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0bb3268e-14ff-4c31-8834-cefc311597e5 url= /sdc/v1/registerForDistribution
2021-11-17T02:13:12.564Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 0bb3268e-14ff-4c31-8834-cefc311597e5 url= /sdc/v1/registerForDistribution
2021-11-17T02:13:12.565Z||scheduling-1|||||INFO|500||start DistributionClient
2021-11-17T02:13:12.575Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:13:12.577Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:13:12.581Z||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-11-17T02:13:12.581Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:13:12.581Z||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-11-17T02:13:12.582Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:13:12.582Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-11-17T02:13:26.912Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:13:27.204Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:14:12.573Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:14:12.574Z||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-11-17T02:14:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:14:12.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:14:12.577Z||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-11-17T02:14:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:14:22.128Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:14:22.131Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:15:12.574Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:15:12.575Z||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-11-17T02:15:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:15:12.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:15:12.578Z||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-11-17T02:15:12.578Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:15:22.124Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:15:22.128Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:16:12.574Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:16:12.574Z||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-11-17T02:16:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:16:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:16:12.578Z||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-11-17T02:16:12.578Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:16:22.127Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:16:22.128Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:17:12.573Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:17:12.574Z||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-11-17T02:17:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:17:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:17:12.577Z||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-11-17T02:17:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:17:22.123Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:17:22.123Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:18:12.574Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:18:12.575Z||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-11-17T02:18:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:18:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:18:12.577Z||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-11-17T02:18:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:18:22.120Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:18:22.120Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:19:12.573Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:19:12.574Z||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-11-17T02:19:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:19:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:19:12.577Z||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-11-17T02:19:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:19:22.124Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:19:22.125Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:20:12.574Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:20:12.575Z||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-11-17T02:20:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:20:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:20:12.578Z||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-11-17T02:20:12.578Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:20:22.121Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:20:22.124Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:21:12.574Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:21:12.575Z||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-11-17T02:21:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:21:12.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:21:12.576Z||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-11-17T02:21:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:21:22.123Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:21:22.125Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:22:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:22:12.574Z||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-11-17T02:22:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:22:12.577Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:22:12.579Z||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-11-17T02:22:12.579Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:22:22.123Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:22:22.123Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:22:55.798Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-11-17T02:23:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:23:12.575Z||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-11-17T02:23:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:23:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:23:12.576Z||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-11-17T02:23:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:23:22.126Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:23:22.134Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:24:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:24:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:24:12.576Z||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-11-17T02:24:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:24:12.577Z||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-11-17T02:24:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:24:22.124Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:24:22.127Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:25:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:25:12.575Z||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-11-17T02:25:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:25:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:25:12.577Z||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-11-17T02:25:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:25:22.125Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:25:22.127Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:26:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:26:12.574Z||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-11-17T02:26:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:26:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:26:12.577Z||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-11-17T02:26:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:26:22.124Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:26:22.124Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:27:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:27:12.575Z||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-11-17T02:27:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:27:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:27:12.577Z||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-11-17T02:27:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:27:22.122Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:27:22.124Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:28:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:28:12.575Z||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-11-17T02:28:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:28:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:28:12.577Z||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-11-17T02:28:12.578Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:28:22.126Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:28:22.128Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:29:12.573Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:29:12.574Z||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-11-17T02:29:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:29:12.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:29:12.576Z||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-11-17T02:29:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:29:22.122Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:29:22.126Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:30:12.574Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:30:12.575Z||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-11-17T02:30:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:30:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:30:12.577Z||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-11-17T02:30:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:30:22.119Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:30:22.119Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:31:12.573Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:31:12.574Z||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-11-17T02:31:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:31:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:31:12.577Z||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-11-17T02:31:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:31:22.120Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:31:22.123Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:32:12.573Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:32:12.574Z||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-11-17T02:32:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:32:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:32:12.577Z||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-11-17T02:32:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:32:22.116Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:32:22.116Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:33:12.573Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:33:12.574Z||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-11-17T02:33:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:33:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:33:12.577Z||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-11-17T02:33:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:33:22.122Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:33:22.126Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:34:12.574Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:34:12.575Z||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-11-17T02:34:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:34:12.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:34:12.577Z||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-11-17T02:34:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:34:22.140Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:34:22.148Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:35:12.573Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:35:12.574Z||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-11-17T02:35:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:35:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:35:12.577Z||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-11-17T02:35:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:35:22.120Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:35:22.120Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:36:12.573Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:36:12.574Z||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-11-17T02:36:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:36:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:36:12.577Z||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-11-17T02:36:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:36:22.115Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:36:22.116Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:37:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:37:12.574Z||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-11-17T02:37:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:37:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:37:12.577Z||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-11-17T02:37:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:37:22.120Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:37:22.122Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:38:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:38:12.575Z||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-11-17T02:38:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:38:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:38:12.577Z||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-11-17T02:38:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:38:22.118Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:38:22.120Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:39:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:39:12.575Z||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-11-17T02:39:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:39:12.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:39:12.577Z||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-11-17T02:39:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:39:22.118Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:39:22.138Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:40:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:40:12.575Z||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-11-17T02:40:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:40:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:40:12.577Z||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-11-17T02:40:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:40:22.121Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:40:22.122Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:41:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:41:12.574Z||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-11-17T02:41:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:41:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:41:12.577Z||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-11-17T02:41:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:41:22.118Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:41:22.119Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:42:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:42:12.574Z||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-11-17T02:42:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:42:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:42:12.577Z||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-11-17T02:42:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:42:22.121Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:42:22.121Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:43:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:43:12.574Z||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-11-17T02:43:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:43:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:43:12.577Z||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-11-17T02:43:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:43:22.118Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:43:22.119Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:44:12.574Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:44:12.575Z||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-11-17T02:44:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:44:12.577Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:44:12.578Z||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-11-17T02:44:12.578Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:44:22.124Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:44:22.125Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:45:12.574Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:45:12.574Z||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-11-17T02:45:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:45:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:45:12.577Z||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-11-17T02:45:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:45:22.119Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:45:22.124Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:46:12.573Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:46:12.574Z||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-11-17T02:46:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:46:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:46:12.577Z||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-11-17T02:46:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:46:22.120Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:46:22.120Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:47:12.574Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:47:12.575Z||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-11-17T02:47:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:47:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:47:12.576Z||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-11-17T02:47:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:47:22.119Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:47:22.120Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:48:12.574Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:48:12.575Z||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-11-17T02:48:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:48:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:48:12.576Z||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-11-17T02:48:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:48:22.121Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:48:22.124Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:49:12.573Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:49:12.574Z||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-11-17T02:49:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:49:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:49:12.577Z||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-11-17T02:49:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:49:22.119Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:49:22.119Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:50:12.573Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:50:12.574Z||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-11-17T02:50:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:50:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:50:12.577Z||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-11-17T02:50:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:50:22.119Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:50:22.119Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:51:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:51:12.574Z||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-11-17T02:51:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:51:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:51:12.577Z||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-11-17T02:51:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:51:22.116Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:51:22.119Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:52:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:52:12.574Z||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-11-17T02:52:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:52:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:52:12.577Z||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-11-17T02:52:12.578Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:52:22.116Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:52:22.118Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:53:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:53:12.574Z||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-11-17T02:53:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:53:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:53:12.577Z||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-11-17T02:53:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:53:22.119Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:53:22.122Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:54:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:54:12.574Z||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-11-17T02:54:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:54:12.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:54:12.576Z||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-11-17T02:54:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:54:22.117Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:54:22.121Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:55:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:55:12.574Z||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-11-17T02:55:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:55:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:55:12.576Z||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-11-17T02:55:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:55:22.122Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:55:22.125Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:56:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:56:12.574Z||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-11-17T02:56:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:56:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:56:12.576Z||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-11-17T02:56:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:56:22.118Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:56:22.132Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:57:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:57:12.574Z||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-11-17T02:57:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:57:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:57:12.577Z||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-11-17T02:57:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:57:22.122Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:57:22.122Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:58:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:58:12.574Z||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-11-17T02:58:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:58:12.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:58:12.577Z||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-11-17T02:58:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:58:22.122Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:58:22.123Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:59:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:59:12.575Z||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-11-17T02:59:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:59:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T02:59:12.576Z||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-11-17T02:59:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T02:59:22.117Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T02:59:22.118Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:00:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:00:12.574Z||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-11-17T03:00:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:00:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:00:12.577Z||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-11-17T03:00:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:00:22.120Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:00:22.120Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:01:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:01:12.574Z||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-11-17T03:01:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:01:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:01:12.576Z||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-11-17T03:01:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:01:22.126Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:01:22.128Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:02:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:02:12.575Z||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-11-17T03:02:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:02:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:02:12.576Z||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-11-17T03:02:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:02:22.118Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:02:22.124Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:03:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:03:12.575Z||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-11-17T03:03:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:03:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:03:12.577Z||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-11-17T03:03:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:03:22.119Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:03:22.119Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:04:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:04:12.575Z||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-11-17T03:04:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:04:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:04:12.577Z||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-11-17T03:04:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:04:22.116Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:04:22.116Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:05:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:05:12.574Z||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-11-17T03:05:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:05:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:05:12.577Z||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-11-17T03:05:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:05:22.117Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:05:22.119Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:06:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:06:12.576Z||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-11-17T03:06:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:06:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:06:12.576Z||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-11-17T03:06:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:06:22.118Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:06:22.118Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:07:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:07:12.575Z||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-11-17T03:07:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:07:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:07:12.577Z||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-11-17T03:07:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:07:22.114Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:07:22.118Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:08:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:08:12.575Z||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-11-17T03:08:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:08:12.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:08:12.577Z||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-11-17T03:08:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:08:22.119Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:08:22.126Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:09:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:09:12.575Z||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-11-17T03:09:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:09:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:09:12.576Z||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-11-17T03:09:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:09:22.116Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:09:22.116Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:10:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:10:12.575Z||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-11-17T03:10:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:10:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:10:12.576Z||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-11-17T03:10:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:10:22.117Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:10:22.119Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:11:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:11:12.574Z||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-11-17T03:11:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:11:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:11:12.576Z||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-11-17T03:11:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:11:22.115Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:11:22.118Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:12:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:12:12.575Z||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-11-17T03:12:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:12:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:12:12.577Z||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-11-17T03:12:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:12:22.119Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:12:22.119Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:13:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:13:12.575Z||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-11-17T03:13:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:13:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:13:12.577Z||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-11-17T03:13:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:13:22.122Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:13:22.122Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:14:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:14:12.574Z||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-11-17T03:14:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:14:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:14:12.577Z||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-11-17T03:14:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:14:22.118Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:14:22.119Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:15:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:15:12.575Z||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-11-17T03:15:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:15:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:15:12.577Z||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-11-17T03:15:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:15:22.118Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:15:22.119Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:16:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:16:12.575Z||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-11-17T03:16:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:16:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:16:12.576Z||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-11-17T03:16:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:16:22.118Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:16:22.118Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:17:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:17:12.574Z||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-11-17T03:17:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:17:12.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:17:12.576Z||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-11-17T03:17:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:17:22.118Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:17:22.119Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:18:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:18:12.574Z||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-11-17T03:18:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:18:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:18:12.576Z||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-11-17T03:18:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:18:22.115Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:18:22.119Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:19:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:19:12.574Z||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-11-17T03:19:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:19:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:19:12.577Z||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-11-17T03:19:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:19:22.116Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:19:22.116Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:20:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:20:12.575Z||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-11-17T03:20:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:20:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:20:12.577Z||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-11-17T03:20:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:20:22.118Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:20:22.119Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:21:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:21:12.574Z||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-11-17T03:21:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:21:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:21:12.577Z||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-11-17T03:21:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:21:22.122Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:21:22.122Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:22:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:22:12.574Z||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-11-17T03:22:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:22:12.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:22:12.576Z||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-11-17T03:22:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:22:22.115Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:22:22.115Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:23:12.573Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:23:12.574Z||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-11-17T03:23:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:23:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:23:12.577Z||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-11-17T03:23:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:23:22.113Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:23:22.116Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:24:12.574Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:24:12.575Z||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-11-17T03:24:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:24:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:24:12.577Z||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-11-17T03:24:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:24:22.115Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:24:22.120Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:25:12.573Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:25:12.574Z||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-11-17T03:25:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:25:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:25:12.576Z||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-11-17T03:25:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:25:22.119Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:25:22.120Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:26:12.573Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:26:12.574Z||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-11-17T03:26:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:26:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:26:12.576Z||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-11-17T03:26:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:26:22.118Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:26:22.118Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:27:12.573Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:27:12.574Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T03:27:12.574Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:27:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:27:12.576Z||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-11-17T03:27:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:27:22.119Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:27:22.122Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:28:12.573Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:28:12.574Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T03:28:12.575Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:28:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:28:12.576Z||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-11-17T03:28:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:28:22.119Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:28:22.120Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:29:12.573Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:29:12.574Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T03:29:12.574Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:29:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:29:12.577Z||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-11-17T03:29:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:29:22.117Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:29:22.119Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:30:12.573Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:30:12.574Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T03:30:12.574Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:30:12.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:30:12.577Z||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-11-17T03:30:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:30:22.118Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:30:22.118Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:31:12.574Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:31:12.574Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T03:31:12.574Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:31:12.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:31:12.577Z||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-11-17T03:31:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:31:22.119Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:31:22.119Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:32:12.573Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:32:12.574Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T03:32:12.574Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:32:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:32:12.577Z||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-11-17T03:32:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:32:22.114Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:32:22.119Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:33:12.573Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:33:12.574Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T03:33:12.574Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:33:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:33:12.576Z||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-11-17T03:33:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:33:22.115Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:33:22.116Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:34:12.573Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:34:12.574Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T03:34:12.574Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:34:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:34:12.576Z||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-11-17T03:34:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:34:22.115Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:34:22.114Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:35:12.573Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:35:12.574Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T03:35:12.574Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:35:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:35:12.577Z||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-11-17T03:35:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:35:22.115Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:35:22.115Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:36:12.573Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:36:12.574Z||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-11-17T03:36:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:36:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:36:12.577Z||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-11-17T03:36:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:36:22.118Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:36:22.119Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:37:12.573Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:37:12.574Z||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-11-17T03:37:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:37:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:37:12.576Z||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-11-17T03:37:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:37:22.112Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:37:22.117Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:38:12.573Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:38:12.575Z||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-11-17T03:38:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:38:12.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:38:12.576Z||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-11-17T03:38:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:38:22.116Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:38:22.117Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:39:12.573Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:39:12.574Z||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-11-17T03:39:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:39:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:39:12.577Z||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-11-17T03:39:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:39:22.117Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:39:22.118Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:40:12.573Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:40:12.574Z||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-11-17T03:40:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:40:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:40:12.576Z||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-11-17T03:40:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:40:22.128Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:40:22.129Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:41:12.573Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:41:12.574Z||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-11-17T03:41:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:41:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:41:12.576Z||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-11-17T03:41:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:41:22.115Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:41:22.115Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:42:12.575Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:42:12.576Z||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-11-17T03:42:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:42:12.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:42:12.577Z||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-11-17T03:42:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:42:22.118Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:42:22.118Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:43:12.574Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:43:12.575Z||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-11-17T03:43:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:43:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:43:12.577Z||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-11-17T03:43:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:43:22.116Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:43:22.116Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:44:12.574Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:44:12.576Z||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-11-17T03:44:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:44:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:44:12.577Z||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-11-17T03:44:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:44:22.131Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:44:22.132Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:45:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:45:12.574Z||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-11-17T03:45:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:45:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:45:12.576Z||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-11-17T03:45:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:45:22.115Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:45:22.116Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:46:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:46:12.574Z||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-11-17T03:46:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:46:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:46:12.576Z||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-11-17T03:46:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:46:22.114Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:46:22.117Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:47:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:47:12.574Z||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-11-17T03:47:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:47:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:47:12.576Z||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-11-17T03:47:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:47:22.114Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:47:22.114Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:48:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:48:12.574Z||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-11-17T03:48:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:48:12.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:48:12.577Z||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-11-17T03:48:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:48:22.120Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:48:22.122Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:49:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:49:12.574Z||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-11-17T03:49:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:49:12.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:49:12.577Z||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-11-17T03:49:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:49:22.116Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:49:22.117Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:50:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:50:12.574Z||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-11-17T03:50:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:50:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:50:12.576Z||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-11-17T03:50:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:50:22.115Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:50:22.115Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:51:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:51:12.574Z||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-11-17T03:51:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:51:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:51:12.577Z||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-11-17T03:51:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:51:22.116Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:51:22.116Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:52:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:52:12.574Z||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-11-17T03:52:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:52:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:52:12.577Z||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-11-17T03:52:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:52:22.121Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:52:22.122Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:53:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:53:12.574Z||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-11-17T03:53:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:53:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:53:12.576Z||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-11-17T03:53:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:53:22.115Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:53:22.117Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:54:12.574Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:54:12.574Z||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-11-17T03:54:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:54:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:54:12.576Z||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-11-17T03:54:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:54:22.116Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:54:22.117Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:55:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:55:12.574Z||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-11-17T03:55:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:55:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:55:12.577Z||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-11-17T03:55:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:55:22.118Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:55:22.119Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:56:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:56:12.574Z||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-11-17T03:56:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:56:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:56:12.577Z||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-11-17T03:56:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:56:22.126Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:56:22.127Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:57:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:57:12.574Z||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-11-17T03:57:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:57:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:57:12.577Z||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-11-17T03:57:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:57:22.116Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:57:22.120Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:58:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:58:12.574Z||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-11-17T03:58:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:58:12.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:58:12.577Z||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-11-17T03:58:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:58:22.115Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:58:22.117Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:59:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:59:12.574Z||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-11-17T03:59:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:59:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T03:59:12.577Z||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-11-17T03:59:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T03:59:22.115Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T03:59:22.115Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:00:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:00:12.574Z||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-11-17T04:00:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:00:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:00:12.576Z||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-11-17T04:00:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:00:22.116Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:00:22.119Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:01:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:01:12.574Z||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-11-17T04:01:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:01:12.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:01:12.576Z||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-11-17T04:01:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:01:22.113Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:01:22.117Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:02:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:02:12.574Z||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-11-17T04:02:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:02:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:02:12.576Z||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-11-17T04:02:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:02:22.115Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:02:22.115Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:03:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:03:12.574Z||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-11-17T04:03:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:03:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:03:12.577Z||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-11-17T04:03:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:03:22.115Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:03:22.116Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:04:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:04:12.574Z||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-11-17T04:04:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:04:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:04:12.576Z||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-11-17T04:04:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:04:22.117Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:04:22.118Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:05:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:05:12.574Z||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-11-17T04:05:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:05:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:05:12.576Z||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-11-17T04:05:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:05:22.144Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:05:22.144Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:06:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:06:12.574Z||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-11-17T04:06:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:06:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:06:12.577Z||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-11-17T04:06:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:06:22.119Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:06:22.119Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:07:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:07:12.574Z||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-11-17T04:07:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:07:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:07:12.577Z||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-11-17T04:07:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:07:22.119Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:07:22.122Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:08:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:08:12.574Z||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-11-17T04:08:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:08:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:08:12.576Z||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-11-17T04:08:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:08:22.114Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:08:22.115Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:09:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:09:12.574Z||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-11-17T04:09:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:09:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:09:12.576Z||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-11-17T04:09:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:09:22.116Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:09:22.116Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:10:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:10:12.574Z||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-11-17T04:10:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:10:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:10:12.576Z||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-11-17T04:10:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:10:22.115Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:10:22.117Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:11:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:11:12.574Z||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-11-17T04:11:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:11:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:11:12.577Z||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-11-17T04:11:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:11:22.117Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:11:22.117Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:12:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:12:12.574Z||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-11-17T04:12:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:12:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:12:12.576Z||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-11-17T04:12:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:12:22.134Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:12:22.135Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:13:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:13:12.574Z||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-11-17T04:13:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:13:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:13:12.577Z||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-11-17T04:13:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:13:22.115Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:13:22.118Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:14:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:14:12.574Z||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-11-17T04:14:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:14:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:14:12.577Z||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-11-17T04:14:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:14:22.121Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:14:22.121Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:15:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:15:12.574Z||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-11-17T04:15:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:15:12.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:15:12.577Z||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-11-17T04:15:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:15:22.115Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:15:22.116Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:16:12.573Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:16:12.574Z||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-11-17T04:16:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:16:12.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:16:12.576Z||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-11-17T04:16:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:16:22.114Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:16:22.114Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:17:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:17:12.574Z||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-11-17T04:17:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:17:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:17:12.577Z||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-11-17T04:17:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:17:22.116Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:17:22.117Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:18:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:18:12.574Z||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-11-17T04:18:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:18:12.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:18:12.576Z||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-11-17T04:18:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:18:22.114Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:18:22.114Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:19:12.574Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:19:12.575Z||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-11-17T04:19:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:19:12.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:19:12.576Z||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-11-17T04:19:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:19:22.115Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:19:22.120Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:20:12.574Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:20:12.574Z||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-11-17T04:20:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:20:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:20:12.578Z||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-11-17T04:20:12.579Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:20:22.125Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:20:22.126Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:21:12.574Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:21:12.575Z||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-11-17T04:21:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:21:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:21:12.577Z||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-11-17T04:21:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:21:22.117Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:21:22.118Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:22:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:22:12.574Z||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-11-17T04:22:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:22:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:22:12.576Z||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-11-17T04:22:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:22:22.119Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:22:22.120Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:23:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:23:12.574Z||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-11-17T04:23:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:23:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:23:12.577Z||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-11-17T04:23:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:23:22.115Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:23:22.117Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:24:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:24:12.574Z||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-11-17T04:24:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:24:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:24:12.577Z||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-11-17T04:24:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:24:22.112Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:24:22.113Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:25:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:25:12.574Z||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-11-17T04:25:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:25:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:25:12.576Z||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-11-17T04:25:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:25:22.120Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:25:22.120Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:26:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:26:12.574Z||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-11-17T04:26:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:26:12.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:26:12.577Z||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-11-17T04:26:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:26:22.115Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:26:22.115Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:27:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:27:12.574Z||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-11-17T04:27:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:27:12.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:27:12.577Z||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-11-17T04:27:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:27:22.116Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:27:22.117Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:28:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:28:12.574Z||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-11-17T04:28:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:28:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:28:12.577Z||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-11-17T04:28:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:28:22.115Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:28:22.116Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:29:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:29:12.574Z||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-11-17T04:29:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:29:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:29:12.576Z||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-11-17T04:29:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:29:22.117Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:29:22.118Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:30:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:30:12.574Z||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-11-17T04:30:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:30:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:30:12.577Z||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-11-17T04:30:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:30:22.116Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:30:22.116Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:31:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:31:12.574Z||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-11-17T04:31:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:31:12.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:31:12.577Z||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-11-17T04:31:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:31:22.115Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:31:22.118Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:32:12.575Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:32:12.575Z||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-11-17T04:32:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:32:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:32:12.576Z||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-11-17T04:32:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:32:22.112Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:32:22.118Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:33:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:33:12.574Z||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-11-17T04:33:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:33:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:33:12.576Z||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-11-17T04:33:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:33:22.115Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:33:22.116Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:34:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:34:12.574Z||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-11-17T04:34:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:34:12.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:34:12.576Z||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-11-17T04:34:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:34:22.114Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:34:22.114Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:35:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:35:12.574Z||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-11-17T04:35:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:35:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:35:12.577Z||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-11-17T04:35:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:35:22.115Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:35:22.116Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:36:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:36:12.574Z||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-11-17T04:36:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:36:12.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:36:12.576Z||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-11-17T04:36:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:36:22.118Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:36:22.121Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:37:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:37:12.574Z||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-11-17T04:37:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:37:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:37:12.576Z||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-11-17T04:37:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:37:22.116Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:37:22.117Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:38:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:38:12.574Z||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-11-17T04:38:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:38:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:38:12.577Z||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-11-17T04:38:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:38:22.114Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:38:22.115Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:39:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:39:12.574Z||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-11-17T04:39:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:39:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:39:12.576Z||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-11-17T04:39:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:39:22.111Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:39:22.117Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:40:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:40:12.574Z||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-11-17T04:40:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:40:12.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:40:12.576Z||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-11-17T04:40:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:40:22.116Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:40:22.118Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:41:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:41:12.574Z||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-11-17T04:41:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:41:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:41:12.577Z||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-11-17T04:41:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:41:22.122Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:41:22.123Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:42:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:42:12.574Z||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-11-17T04:42:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:42:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:42:12.576Z||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-11-17T04:42:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:42:22.113Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:42:22.115Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:43:12.574Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:43:12.575Z||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-11-17T04:43:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:43:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:43:12.576Z||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-11-17T04:43:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:43:22.120Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:43:22.122Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:44:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:44:12.574Z||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-11-17T04:44:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:44:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:44:12.576Z||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-11-17T04:44:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:44:22.118Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:44:22.118Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:45:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:45:12.574Z||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-11-17T04:45:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:45:12.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:45:12.577Z||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-11-17T04:45:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:45:22.115Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:45:22.116Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:46:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:46:12.574Z||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-11-17T04:46:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:46:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:46:12.624Z||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-11-17T04:46:12.624Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:46:22.161Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:46:22.163Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:47:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:47:12.574Z||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-11-17T04:47:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:47:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:47:12.576Z||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-11-17T04:47:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:47:22.119Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:47:22.119Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:48:12.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:48:12.574Z||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-11-17T04:48:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:48:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:48:12.576Z||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-11-17T04:48:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:48:22.116Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:48:22.119Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:49:12.573Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:49:12.574Z||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-11-17T04:49:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:49:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:49:12.576Z||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-11-17T04:49:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:49:22.119Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:49:22.119Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:50:12.573Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:50:12.574Z||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-11-17T04:50:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:50:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:50:12.577Z||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-11-17T04:50:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:50:22.115Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:50:22.116Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:51:12.573Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:51:12.574Z||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-11-17T04:51:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:51:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:51:12.577Z||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-11-17T04:51:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:51:22.114Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:51:22.115Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:52:12.573Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:52:12.574Z||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-11-17T04:52:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:52:12.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:52:12.576Z||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-11-17T04:52:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:52:22.115Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:52:22.116Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:53:12.573Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:53:12.574Z||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-11-17T04:53:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:53:12.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:53:12.576Z||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-11-17T04:53:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:53:22.114Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:53:22.114Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:54:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:54:12.574Z||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-11-17T04:54:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:54:12.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:54:12.576Z||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-11-17T04:54:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:54:22.114Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:54:22.117Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:55:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:55:12.574Z||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-11-17T04:55:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:55:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:55:12.576Z||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-11-17T04:55:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:55:22.115Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:55:22.116Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:56:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:56:12.574Z||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-11-17T04:56:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:56:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:56:12.576Z||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-11-17T04:56:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:56:22.113Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:56:22.114Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:57:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:57:12.574Z||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-11-17T04:57:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:57:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:57:12.576Z||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-11-17T04:57:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:57:22.116Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:57:22.116Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:58:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:58:12.574Z||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-11-17T04:58:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:58:12.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:58:12.577Z||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-11-17T04:58:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:58:22.112Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:58:22.112Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:59:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:59:12.574Z||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-11-17T04:59:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:59:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T04:59:12.576Z||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-11-17T04:59:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T04:59:22.115Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T04:59:22.120Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:00:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:00:12.574Z||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-11-17T05:00:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:00:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:00:12.576Z||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-11-17T05:00:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:00:22.112Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:00:22.113Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:01:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:01:12.574Z||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-11-17T05:01:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:01:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:01:12.577Z||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-11-17T05:01:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:01:22.114Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:01:22.117Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:02:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:02:12.574Z||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-11-17T05:02:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:02:12.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:02:12.576Z||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-11-17T05:02:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:02:22.114Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:02:22.114Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:03:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:03:12.574Z||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-11-17T05:03:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:03:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:03:12.576Z||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-11-17T05:03:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:03:22.118Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:03:22.119Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:04:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:04:12.574Z||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-11-17T05:04:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:04:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:04:12.577Z||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-11-17T05:04:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:04:22.115Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:04:22.118Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:05:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:05:12.574Z||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-11-17T05:05:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:05:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:05:12.576Z||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-11-17T05:05:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:05:22.119Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:05:22.121Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:06:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:06:12.574Z||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-11-17T05:06:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:06:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:06:12.576Z||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-11-17T05:06:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:06:22.119Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:06:22.121Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:07:12.575Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:07:12.576Z||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-11-17T05:07:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:07:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:07:12.576Z||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-11-17T05:07:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:07:22.120Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:07:22.143Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:08:12.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:08:12.574Z||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-11-17T05:08:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:08:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:08:12.576Z||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-11-17T05:08:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:08:22.117Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:08:22.122Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:09:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:09:12.574Z||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-11-17T05:09:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:09:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:09:12.576Z||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-11-17T05:09:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:09:22.111Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:09:22.113Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:10:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:10:12.574Z||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-11-17T05:10:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:10:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:10:12.576Z||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-11-17T05:10:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:10:22.115Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:10:22.115Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:11:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:11:12.574Z||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-11-17T05:11:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:11:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:11:12.577Z||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-11-17T05:11:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:11:22.117Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:11:22.118Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:12:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:12:12.574Z||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-11-17T05:12:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:12:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:12:12.577Z||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-11-17T05:12:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:12:22.112Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:12:22.114Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:13:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:13:12.574Z||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-11-17T05:13:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:13:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:13:12.577Z||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-11-17T05:13:12.578Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:13:22.116Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:13:22.119Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:14:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:14:12.574Z||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-11-17T05:14:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:14:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:14:12.576Z||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-11-17T05:14:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:14:22.117Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:14:22.119Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:15:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:15:12.574Z||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-11-17T05:15:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:15:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:15:12.577Z||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-11-17T05:15:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:15:22.111Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:15:22.115Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:16:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:16:12.574Z||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-11-17T05:16:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:16:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:16:12.577Z||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-11-17T05:16:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:16:22.113Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:16:22.115Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:17:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:17:12.574Z||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-11-17T05:17:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:17:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:17:12.576Z||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-11-17T05:17:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:17:22.118Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:17:22.118Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:18:12.573Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:18:12.574Z||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-11-17T05:18:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:18:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:18:12.577Z||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-11-17T05:18:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:18:22.116Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:18:22.122Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:19:12.573Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:19:12.574Z||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-11-17T05:19:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:19:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:19:12.576Z||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-11-17T05:19:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:19:22.125Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:19:22.129Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:20:12.573Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:20:12.574Z||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-11-17T05:20:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:20:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:20:12.577Z||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-11-17T05:20:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:20:22.116Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:20:22.117Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:21:12.573Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:21:12.574Z||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-11-17T05:21:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:21:12.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:21:12.577Z||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-11-17T05:21:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:21:22.115Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:21:22.117Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:22:12.574Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:22:12.576Z||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-11-17T05:22:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:22:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:22:12.577Z||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-11-17T05:22:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:22:22.123Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:22:22.123Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:23:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:23:12.574Z||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-11-17T05:23:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:23:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:23:12.577Z||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-11-17T05:23:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:23:22.122Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:23:22.124Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:24:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:24:12.574Z||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-11-17T05:24:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:24:12.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:24:12.577Z||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-11-17T05:24:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:24:22.112Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:24:22.113Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:25:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:25:12.574Z||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-11-17T05:25:12.575Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:25:12.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:25:12.577Z||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-11-17T05:25:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:25:22.118Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:25:22.121Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:26:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:26:12.574Z||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-11-17T05:26:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:26:12.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:26:12.577Z||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-11-17T05:26:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:26:22.115Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:26:22.116Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:27:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:27:12.574Z||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-11-17T05:27:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:27:12.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:27:12.576Z||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-11-17T05:27:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:27:22.118Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:27:22.118Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:28:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:28:12.574Z||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-11-17T05:28:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:28:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:28:12.576Z||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-11-17T05:28:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:28:22.113Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:28:22.113Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:29:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:29:12.574Z||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-11-17T05:29:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:29:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:29:12.576Z||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-11-17T05:29:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:29:22.115Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:29:22.115Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:30:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:30:12.574Z||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-11-17T05:30:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:30:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:30:12.576Z||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-11-17T05:30:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:30:22.118Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:30:22.119Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:31:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:31:12.574Z||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-11-17T05:31:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:31:12.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:31:12.576Z||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-11-17T05:31:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:31:22.115Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:31:22.115Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:32:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:32:12.574Z||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-11-17T05:32:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:32:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:32:12.576Z||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-11-17T05:32:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:32:22.112Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:32:22.114Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:33:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:33:12.574Z||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-11-17T05:33:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:33:12.576Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:33:12.577Z||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-11-17T05:33:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:33:22.115Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:33:22.119Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:34:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:34:12.574Z||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-11-17T05:34:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:34:12.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:34:12.576Z||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-11-17T05:34:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:34:22.115Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:34:22.115Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:35:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:35:12.574Z||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-11-17T05:35:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:35:12.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:35:12.577Z||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-11-17T05:35:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:35:22.115Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:35:22.116Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:36:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:36:12.574Z||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-11-17T05:36:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:36:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:36:12.576Z||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-11-17T05:36:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:36:22.113Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:36:22.118Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:37:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:37:12.574Z||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-11-17T05:37:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:37:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:37:12.576Z||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-11-17T05:37:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:37:22.112Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:37:22.113Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:38:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:38:12.574Z||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-11-17T05:38:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:38:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:38:12.576Z||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-11-17T05:38:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:38:22.113Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:38:22.113Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:39:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:39:12.574Z||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-11-17T05:39:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:39:12.576Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:39:12.576Z||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-11-17T05:39:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:39:22.115Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:39:22.120Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:40:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:40:12.574Z||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-11-17T05:40:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:40:12.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:40:12.576Z||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-11-17T05:40:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:40:22.114Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:40:22.114Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:41:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:41:12.574Z||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-11-17T05:41:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:41:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:41:12.576Z||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-11-17T05:41:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:41:22.114Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:41:22.115Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:42:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:42:12.574Z||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-11-17T05:42:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:42:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:42:12.576Z||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-11-17T05:42:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:42:22.114Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:42:22.116Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:43:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:43:12.574Z||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-11-17T05:43:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:43:12.576Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:43:12.576Z||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-11-17T05:43:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:43:22.110Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:43:22.113Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:44:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:44:12.574Z||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-11-17T05:44:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:44:12.576Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:44:12.577Z||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-11-17T05:44:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:44:22.112Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:44:22.114Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:45:12.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:45:12.574Z||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-11-17T05:45:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:45:12.576Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:45:12.576Z||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-11-17T05:45:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:45:22.118Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:45:22.118Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:46:12.573Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:46:12.574Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T05:46:12.574Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:46:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:46:12.576Z||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-11-17T05:46:12.576Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:46:13.939Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:46:13.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-17T05:46:13.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"ff0fd676-8170-422d-a45e-6e7a6acd1ae7","serviceName":"vFW 2021-11-17 05-43-22","serviceVersion":"1.0","serviceUUID":"8fe6296b-54a5-405f-972f-51de2ad19f1c","serviceDescription":"catalog service description","serviceInvariantUUID":"d454867a-10ad-4290-b439-477468b06265","resources":[{"resourceInstanceName":"vFW bb185ac2-bf59 0","resourceName":"vFW bb185ac2-bf59","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5bc745da-b8d4-4ee4-91a4-6c68371ef228","resourceInvariantUUID":"cef84060-d9ba-4982-ae7b-39dcd6b7782c","resourceCustomizationUUID":"74f55aa6-7e00-43a4-857d-cda45cf6392d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vf-license-model.xml","artifactChecksum":"ZjRjZTlkNTZkMDA0Y2E1Mjc1NDc1ZjUzYThhODQ0MWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"73ddabbb-34e5-4432-a9c2-e01afc6e81d9","artifactVersion":"1"},{"artifactName":"vfwbb185ac2bf590_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json","artifactChecksum":"NWUwMWQzY2Y2NmEwYzRjMzM1ZGU2YjYzMzMxODAyYjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ff08b0f5-238f-4174-9754-bdd3d3d0f811","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fa6a1912-b806-4ec3-9d4f-386dcfa3305e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vendor-license-model.xml","artifactChecksum":"ZTRjZmY1ZGVkMmNmMjlhYmYyM2RkZmRlMTY1MzI5MGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"512920f7-5277-47f0-a3c3-4b502224a874","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"425a90d6-4305-43a5-ba77-016640a69da4","artifactVersion":"2","generatedFromUUID":"fa6a1912-b806-4ec3-9d4f-386dcfa3305e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211117054322-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-template.yml","artifactChecksum":"ODNmYTk0MjFiYWU5MzQyMzM3MWRmMjk4ZmE5NjYxYjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b4bacd63-95e6-455e-a0ef-ad44b6359f40","artifactVersion":"1"},{"artifactName":"service-Vfw20211117054322-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar","artifactChecksum":"NDUwYTIwZjk2OTc3NWY0MDk0MjY5YWRlMDk3ZWQ3MzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ee06e079-b992-43fa-8e47-99215dcb9548","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-17T05:46:13.953Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T05:46:13.958Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:46:13.965Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:46:13.965Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637127972573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:46:14.066Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-11-17T05:46:14.071Z||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-11-17T05:46:14.071Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:46:14.087Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:46:14.087Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-11-17T05:46:14.199Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:46:14.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:46:14.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637127973091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:46:14.218Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:46:14.972Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T05:46:14.972Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:46:14.973Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:46:14.974Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637127972573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json",
"status": "NOTIFIED"
}
2021-11-17T05:46:15.074Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:46:15.075Z||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-11-17T05:46:15.075Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:46:15.087Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:46:15.088Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:46:15.974Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T05:46:15.975Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:46:15.976Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:46:15.976Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637127972573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-17T05:46:16.076Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:46:16.077Z||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-11-17T05:46:16.077Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:46:16.091Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:46:16.091Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:46:16.977Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T05:46:16.977Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:46:16.979Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:46:16.979Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637127972573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:46:17.080Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-17T05:46:17.080Z||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-11-17T05:46:17.080Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:46:17.093Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:46:17.094Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:46:17.980Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T05:46:17.981Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:46:17.982Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:46:17.983Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637127972573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-17T05:46:18.083Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:46:18.084Z||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-11-17T05:46:18.084Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:46:18.100Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:46:18.100Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:46:18.983Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T05:46:18.984Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:46:18.985Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:46:18.985Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637127972573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:46:19.085Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:46:19.086Z||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-11-17T05:46:19.086Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:46:19.098Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:46:19.098Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:46:19.985Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T05:46:19.986Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:46:19.988Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:46:19.988Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637127972573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar",
"status": "NOTIFIED"
}
2021-11-17T05:46:20.088Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:46:20.089Z||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-11-17T05:46:20.089Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:46:20.100Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:46:20.101Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:46:20.990Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"serviceName": "vFW 2021-11-17 05-43-22",
"serviceVersion": "1.0",
"serviceUUID": "8fe6296b-54a5-405f-972f-51de2ad19f1c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "d454867a-10ad-4290-b439-477468b06265",
"resources": [
{
"resourceInstanceName": "vFW bb185ac2-bf59 0",
"resourceCustomizationUUID": "74f55aa6-7e00-43a4-857d-cda45cf6392d",
"resourceName": "vFW bb185ac2-bf59",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "5bc745da-b8d4-4ee4-91a4-6c68371ef228",
"resourceInvariantUUID": "cef84060-d9ba-4982-ae7b-39dcd6b7782c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwbb185ac2bf590_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json",
"artifactChecksum": "NWUwMWQzY2Y2NmEwYzRjMzM1ZGU2YjYzMzMxODAyYjU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ff08b0f5-238f-4174-9754-bdd3d3d0f811",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "fa6a1912-b806-4ec3-9d4f-386dcfa3305e",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "425a90d6-4305-43a5-ba77-016640a69da4",
"generatedFromUUID": "fa6a1912-b806-4ec3-9d4f-386dcfa3305e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "425a90d6-4305-43a5-ba77-016640a69da4",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211117054322-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar",
"artifactChecksum": "NDUwYTIwZjk2OTc3NWY0MDk0MjY5YWRlMDk3ZWQ3MzU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ee06e079-b992-43fa-8e47-99215dcb9548"
}
],
"workloadContext": "Production"
}
2021-11-17T05:46:20.990Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-17T05:46:20.991Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8fe6296b-54a5-405f-972f-51de2ad19f1c ASDC
2021-11-17T05:46:21.054Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:ff0fd676-8170-422d-a45e-6e7a6acd1ae7
ServiceName:vFW 2021-11-17 05-43-22
ServiceVersion:1.0
ServiceUUID:8fe6296b-54a5-405f-972f-51de2ad19f1c
ServiceInvariantUUID:d454867a-10ad-4290-b439-477468b06265
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211117054322-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar
ArtifactUUID:ee06e079-b992-43fa-8e47-99215dcb9548
ArtifactChecksum:NDUwYTIwZjk2OTc3NWY0MDk0MjY5YWRlMDk3ZWQ3MzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW bb185ac2-bf59 0
ResourceCustomizationUUID:74f55aa6-7e00-43a4-857d-cda45cf6392d
ResourceInvariantUUID:cef84060-d9ba-4982-ae7b-39dcd6b7782c
ResourceName:vFW bb185ac2-bf59
ResourceType:VF
ResourceUUID:5bc745da-b8d4-4ee4-91a4-6c68371ef228
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwbb185ac2bf590_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json
ArtifactUUID:ff08b0f5-238f-4174-9754-bdd3d3d0f811
ArtifactChecksum:NWUwMWQzY2Y2NmEwYzRjMzM1ZGU2YjYzMzMxODAyYjU=
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/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml
ArtifactUUID:fa6a1912-b806-4ec3-9d4f-386dcfa3305e
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/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env
ArtifactUUID:425a90d6-4305-43a5-ba77-016640a69da4
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/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env
ArtifactUUID:425a90d6-4305-43a5-ba77-016640a69da4
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-17T05:46:21.055Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8fe6296b-54a5-405f-972f-51de2ad19f1c 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-11-17T05:46:21.242Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-17T05:46:21.244Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-17T05:46:21.245Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-17T05:46:21.245Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ee06e079-b992-43fa-8e47-99215dcb9548 from URL: /sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar
2021-11-17T05:46:21.245Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-17T05:46:21.246Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar
2021-11-17T05:46:21.399Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-17T05:46:21.416Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar ee06e079-b992-43fa-8e47-99215dcb9548 98985
2021-11-17T05:46:21.417Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar ASDC sendASDCNotification
2021-11-17T05:46:21.417Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar
2021-11-17T05:46:21.418Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T05:46:21.418Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:46:21.419Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:46:21.420Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637127981416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-17T05:46:21.520Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:46:21.520Z||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-11-17T05:46:21.521Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:46:21.533Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:46:21.533Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:46:22.420Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-17T05:46:22.422Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-17T05:46:22.422Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: ee06e079-b992-43fa-8e47-99215dcb9548, URL: /sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar to file: /app/ASDC/1/service-Vfw20211117054322-csar.csar
2021-11-17T05:46:22.423Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211117054322-csar.csar
2021-11-17T05:46:22.482Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211117054322-csar.csar
2021-11-17T05:46:22.483Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211117054322-csar.csar
2021-11-17T05:46:22.861Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP337186239695422997/Definitions/service-Vfw20211117054322-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-11-17T05:46:25.157Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-17T05:46:25.161Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-17T05:46:25.161Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211117054322-csar.csar
2021-11-17T05:46:25.161Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-17T05:46:25.161Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||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-Vfw20211117054322-csar.csar
2021-11-17T05:46:25.161Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||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-Vfw20211117054322-csar.csar
2021-11-17T05:46:25.161Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||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-Vfw20211117054322-csar.csar
2021-11-17T05:46:25.161Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211117054322-csar.csar
2021-11-17T05:46:25.161Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW bb185ac2-bf59 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-Vfw20211117054322-csar.csar
2021-11-17T05:46:25.161Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211117054322-csar.csar
2021-11-17T05:46:25.161Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||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-Vfw20211117054322-csar.csar
2021-11-17T05:46:25.161Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||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-Vfw20211117054322-csar.csar
2021-11-17T05:46:25.162Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||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-Vfw20211117054322-csar.csar
2021-11-17T05:46:25.162Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211117054322-csar.csar
2021-11-17T05:46:25.162Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||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-Vfw20211117054322-csar.csar
2021-11-17T05:46:25.162Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211117054322-csar.csar
2021-11-17T05:46:25.162Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||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-Vfw20211117054322-csar.csar
2021-11-17T05:46:25.162Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-17T05:46:25.166Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:46:25.167Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-17 05-43-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:46:25.169Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vFW bb185ac2-bf59 0 is matching search criteria
2021-11-17T05:46:25.169Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-17T05:46:25.170Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bb185ac2-bf59 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-17T05:46:25.171Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:46:25.171Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-17 05-43-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:46:25.171Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vFW bb185ac2-bf59 0 is matching search criteria
2021-11-17T05:46:25.171Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-17T05:46:25.171Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bb185ac2-bf59 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-17T05:46:25.172Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:46:25.172Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-17 05-43-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:46:25.174Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:46:25.174Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vFW bb185ac2-bf59 0 is not matching search criteria
2021-11-17T05:46:25.174Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T05:46:25.174Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-17T05:46:25.174Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-17T05:46:25.174Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-17T05:46:25.174Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-17T05:46:25.175Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T05:46:25.175Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T05:46:25.175Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-17T05:46:25.175Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-17T05:46:25.175Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-17T05:46:25.175Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-17T05:46:25.175Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-17T05:46:25.175Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-17T05:46:25.175Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-17T05:46:25.175Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T05:46:25.176Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-17T05:46:25.176Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:46:25.176Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-17 05-43-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-17T05:46:25.176Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:46:25.177Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vFW bb185ac2-bf59 0 is matching search criteria
2021-11-17T05:46:25.177Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bb185ac2-bf59 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T05:46:25.177Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:46:25.177Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vFW bb185ac2-bf59 0 is matching search criteria
2021-11-17T05:46:25.177Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bb185ac2-bf59 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T05:46:25.177Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:46:25.178Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vFW bb185ac2-bf59 0 is matching search criteria
2021-11-17T05:46:25.178Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bb185ac2-bf59 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T05:46:25.178Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:46:25.178Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vFW bb185ac2-bf59 0 is not matching search criteria
2021-11-17T05:46:25.178Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T05:46:25.178Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-17T05:46:25.178Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T05:46:25.178Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-17T05:46:25.178Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-17T05:46:25.178Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-17T05:46:25.179Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-17T05:46:25.179Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-17T05:46:25.179Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-17T05:46:25.179Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-17T05:46:25.179Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T05:46:25.179Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6273161d-5abd-4091-bef9-740ac3ece494
2021-11-17T05:46:25.179Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:46:25.179Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vFW bb185ac2-bf59 0 is not matching search criteria
2021-11-17T05:46:25.179Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T05:46:25.180Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-17T05:46:25.180Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-17T05:46:25.180Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-17T05:46:25.180Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-17T05:46:25.180Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T05:46:25.180Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T05:46:25.180Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-17T05:46:25.180Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-17T05:46:25.180Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-17T05:46:25.180Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-17T05:46:25.180Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T05:46:25.181Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=aaac2103-da76-4e17-9e60-e23f213aad85
2021-11-17T05:46:25.181Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:46:25.181Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vFW bb185ac2-bf59 0 is not matching search criteria
2021-11-17T05:46:25.181Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T05:46:25.181Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-17T05:46:25.181Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-17T05:46:25.181Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-17T05:46:25.181Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-17T05:46:25.181Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T05:46:25.181Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T05:46:25.181Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-17T05:46:25.182Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-17T05:46:25.182Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-17T05:46:25.182Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-17T05:46:25.182Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-17T05:46:25.182Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3879556a-63ea-4b98-9156-e0f4f00bee7a
2021-11-17T05:46:25.182Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:46:25.182Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-17 05-43-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:46:25.182Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:46:25.182Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-17 05-43-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:46:25.182Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:46:25.183Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-17 05-43-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:46:25.183Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:46:25.183Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-17 05-43-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:46:25.183Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-11-17 05-43-22
Description:catalog service description
Model UUID:8fe6296b-54a5-405f-972f-51de2ad19f1c
Model Version:NULL
Model InvariantUuid:d454867a-10ad-4290-b439-477468b06265
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW bb185ac2-bf59
Model UUID:9daaa1ac-af9c-4c96-82f4-9e2eda47e802
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cef84060-d9ba-4982-ae7b-39dcd6b7782c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:74f55aa6-7e00-43a4-857d-cda45cf6392d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:36973778-9bd6-44ab-aad1-7bc770bc5ded
ModelName:VfwBb185ac2Bf59..base_vfw..module-0
ModelUuid:1fdfc2a4-b4a2-4eb8-9c41-cf042bbb9e4f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6273161d-5abd-4091-bef9-740ac3ece494
ModelInvariantUuid:47078599-9d6a-4e05-9ae3-de7c3083376d
ModelName:vFW bb185ac2-bf59-nodes.vfwCvfc
ModelUuid:1260b514-17c8-4875-b4ea-3202227aabb4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:7ab4ed7b-d049-46db-8962-8d9019e803b5
ModelInvariantUuid:ef6495ed-76b7-4316-97aa-d0c1999e3826
ModelName:VfwBb185ac2Bf59.compute.nodes.heat.vfw
ModelUuid:a5bdb4df-4b7d-4869-8e3b-a066a74c2aa0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:aaac2103-da76-4e17-9e60-e23f213aad85
ModelInvariantUuid:ade7206b-9ad8-4eef-9d8e-d46abbefc28c
ModelName:vFW bb185ac2-bf59-nodes.vsnCvfc
ModelUuid:7bbb5b36-c067-4b0f-a981-f6d17292b020
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:ea1138f2-7515-4aff-abc1-da34323fd647
ModelInvariantUuid:7f12de5e-3f9a-4a02-95ce-ef4eb1855d65
ModelName:VfwBb185ac2Bf59.compute.nodes.heat.vsn
ModelUuid:ee411fcc-8f3c-437f-919c-47d442cece58
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:3879556a-63ea-4b98-9156-e0f4f00bee7a
ModelInvariantUuid:23103ab5-9350-4a5c-a837-faf88553af02
ModelName:vFW bb185ac2-bf59-nodes.vpgCvfc
ModelUuid:2d327b79-ef70-45bf-985a-753fe33b2a9b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:14ece568-f20e-4a32-9228-15330b1d6cfd
ModelInvariantUuid:550b5c43-8e1d-4feb-b8d7-3f9c704464c0
ModelName:VfwBb185ac2Bf59.compute.nodes.heat.vpg
ModelUuid:31e918db-db8f-4e1e-b888-8e35a58c57da
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-17T05:46:25.202Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 5bc745da-b8d4-4ee4-91a4-6c68371ef228
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T05:46:25.284Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||vFW bb185ac2-bf59 0
2021-11-17T05:46:25.289Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5bc745da-b8d4-4ee4-91a4-6c68371ef228
2021-11-17T05:46:25.290Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ff08b0f5-238f-4174-9754-bdd3d3d0f811 from URL: /sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json
2021-11-17T05:46:25.290Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-17T05:46:25.290Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json
2021-11-17T05:46:25.583Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-17T05:46:25.583Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json ff08b0f5-238f-4174-9754-bdd3d3d0f811 785
2021-11-17T05:46:25.584Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json ASDC sendASDCNotification
2021-11-17T05:46:25.584Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json
2021-11-17T05:46:25.584Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T05:46:25.584Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:46:25.586Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:46:25.586Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637127985583,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-17T05:46:25.686Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:46:25.687Z||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-11-17T05:46:25.687Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:46:25.696Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:46:25.697Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:46:26.588Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwBb185ac2Bf59..base_vfw..module-0",
"vfModuleModelInvariantUUID": "36973778-9bd6-44ab-aad1-7bc770bc5ded",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1fdfc2a4-b4a2-4eb8-9c41-cf042bbb9e4f",
"vfModuleModelCustomizationUUID": "7f7801dd-d4af-4229-8fba-ca8cc2973a5b",
"isBase": true,
"artifacts": [
"fa6a1912-b806-4ec3-9d4f-386dcfa3305e",
"425a90d6-4305-43a5-ba77-016640a69da4"
],
"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-11-17T05:46:26.604Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBb185ac2Bf59..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1fdfc2a4-b4a2-4eb8-9c41-cf042bbb9e4f
VfModuleModelInvariantUUID:36973778-9bd6-44ab-aad1-7bc770bc5ded
VfModuleModelDescription:NULL
Artifacts UUID List:{
fa6a1912-b806-4ec3-9d4f-386dcfa3305e
,
425a90d6-4305-43a5-ba77-016640a69da4
}
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-11-17T05:46:26.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwBb185ac2Bf59..base_vfw..module-0",
"vfModuleModelInvariantUUID": "36973778-9bd6-44ab-aad1-7bc770bc5ded",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1fdfc2a4-b4a2-4eb8-9c41-cf042bbb9e4f",
"vfModuleModelCustomizationUUID": "7f7801dd-d4af-4229-8fba-ca8cc2973a5b",
"isBase": true,
"artifacts": [
"fa6a1912-b806-4ec3-9d4f-386dcfa3305e",
"425a90d6-4305-43a5-ba77-016640a69da4"
],
"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-11-17T05:46:26.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBb185ac2Bf59..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1fdfc2a4-b4a2-4eb8-9c41-cf042bbb9e4f
VfModuleModelInvariantUUID:36973778-9bd6-44ab-aad1-7bc770bc5ded
VfModuleModelDescription:NULL
Artifacts UUID List:{
fa6a1912-b806-4ec3-9d4f-386dcfa3305e
,
425a90d6-4305-43a5-ba77-016640a69da4
}
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-11-17T05:46:26.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fa6a1912-b806-4ec3-9d4f-386dcfa3305e from URL: /sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml
2021-11-17T05:46:26.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-17T05:46:26.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml
2021-11-17T05:46:26.884Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-17T05:46:26.886Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml fa6a1912-b806-4ec3-9d4f-386dcfa3305e 20368
2021-11-17T05:46:26.886Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-17T05:46:26.887Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml
2021-11-17T05:46:26.887Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T05:46:26.887Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:46:26.890Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:46:26.890Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637127986886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-17T05:46:26.990Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:46:26.991Z||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-11-17T05:46:26.992Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:46:27.004Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:46:27.005Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:46:27.891Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 425a90d6-4305-43a5-ba77-016640a69da4 from URL: /sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env
2021-11-17T05:46:27.891Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-17T05:46:27.892Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env
2021-11-17T05:46:28.092Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-17T05:46:28.092Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env 425a90d6-4305-43a5-ba77-016640a69da4 2098
2021-11-17T05:46:28.092Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-17T05:46:28.092Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env
2021-11-17T05:46:28.093Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T05:46:28.093Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:46:28.094Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:46:28.095Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637127988092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-17T05:46:28.195Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:46:28.196Z||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-11-17T05:46:28.196Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:46:28.209Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:46:28.209Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:46:29.095Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 8fe6296b-54a5-405f-972f-51de2ad19f1c
2021-11-17T05:46:29.096Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW bb185ac2-bf59 0 5bc745da-b8d4-4ee4-91a4-6c68371ef228 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T05:46:29.129Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@60f41b42, org.onap.sdc.toscaparser.api.parameters.Input@743abcc5, org.onap.sdc.toscaparser.api.parameters.Input@5dc80a73, org.onap.sdc.toscaparser.api.parameters.Input@416fa49b, org.onap.sdc.toscaparser.api.parameters.Input@18199ff]
2021-11-17T05:46:29.132Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:46:29.132Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-17 05-43-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:46:29.132Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2021-11-17T05:46:29.132Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 74f55aa6-7e00-43a4-857d-cda45cf6392d
2021-11-17T05:46:29.132Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 74f55aa6-7e00-43a4-857d-cda45cf6392d matches Tosca VF Customization UUID: 74f55aa6-7e00-43a4-857d-cda45cf6392d
2021-11-17T05:46:29.133Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 74f55aa6-7e00-43a4-857d-cda45cf6392d matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-17T05:46:29.140Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:46:29.141Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-17 05-43-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:46:29.142Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 74f55aa6-7e00-43a4-857d-cda45cf6392d: {\"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-11-17T05:46:29.143Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@23bba175
2021-11-17T05:46:29.143Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:46:29.143Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-17 05-43-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-17T05:46:29.144Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7f7801dd-d4af-4229-8fba-ca8cc2973a5b
2021-11-17T05:46:29.145Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7f7801dd-d4af-4229-8fba-ca8cc2973a5b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-17T05:46:29.152Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:46:29.152Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vFW bb185ac2-bf59 0 is matching search criteria
2021-11-17T05:46:29.152Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bb185ac2-bf59 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T05:46:29.153Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:46:29.153Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vFW bb185ac2-bf59 0 is matching search criteria
2021-11-17T05:46:29.153Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bb185ac2-bf59 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T05:46:29.153Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:46:29.153Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vFW bb185ac2-bf59 0 is not matching search criteria
2021-11-17T05:46:29.154Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T05:46:29.154Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-17T05:46:29.154Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T05:46:29.154Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-17T05:46:29.154Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-17T05:46:29.154Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-17T05:46:29.154Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-17T05:46:29.154Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-17T05:46:29.154Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-17T05:46:29.155Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-17T05:46:29.155Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T05:46:29.155Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6273161d-5abd-4091-bef9-740ac3ece494
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-17T05:46:29.167Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:46:29.167Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vFW bb185ac2-bf59 0 is matching search criteria
2021-11-17T05:46:29.167Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bb185ac2-bf59 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T05:46:29.167Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:46:29.167Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vFW bb185ac2-bf59 0 is not matching search criteria
2021-11-17T05:46:29.167Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T05:46:29.168Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-17T05:46:29.168Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-17T05:46:29.168Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-17T05:46:29.168Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-17T05:46:29.168Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T05:46:29.168Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T05:46:29.168Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-17T05:46:29.168Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-17T05:46:29.168Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-17T05:46:29.169Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-17T05:46:29.169Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T05:46:29.169Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=aaac2103-da76-4e17-9e60-e23f213aad85
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-17T05:46:29.171Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:46:29.171Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vFW bb185ac2-bf59 0 is matching search criteria
2021-11-17T05:46:29.172Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bb185ac2-bf59 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T05:46:29.174Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:46:29.174Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vFW bb185ac2-bf59 0 is not matching search criteria
2021-11-17T05:46:29.174Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T05:46:29.174Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-17T05:46:29.174Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-17T05:46:29.175Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-17T05:46:29.175Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-17T05:46:29.175Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T05:46:29.175Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T05:46:29.175Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-17T05:46:29.175Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-17T05:46:29.175Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-17T05:46:29.175Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-17T05:46:29.176Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-17T05:46:29.176Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3879556a-63ea-4b98-9156-e0f4f00bee7a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-17T05:46:29.178Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:46:29.178Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vFW bb185ac2-bf59 0 is matching search criteria
2021-11-17T05:46:29.178Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bb185ac2-bf59 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T05:46:29.179Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:46:29.179Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Node template vFW bb185ac2-bf59 0 is matching search criteria
2021-11-17T05:46:29.179Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW bb185ac2-bf59 0] matching following query criteria: sdcType=VF, customizationUUID=74f55aa6-7e00-43a4-857d-cda45cf6392d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T05:46:29.181Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:46:29.181Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-17 05-43-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:46:29.181Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 8fe6296b-54a5-405f-972f-51de2ad19f1c: vFW bb185ac2-bf59
2021-11-17T05:46:29.182Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:46:29.182Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-17 05-43-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:46:29.182Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:46:29.182Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-17 05-43-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:46:29.182Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:46:29.182Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-17 05-43-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:46:29.182Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:46:29.182Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-17 05-43-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:46:29.182Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:46:29.183Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-17 05-43-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:46:29.183Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2021-11-17 05-43-22
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-17T05:46:29.463Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW bb185ac2-bf59 5bc745da-b8d4-4ee4-91a4-6c68371ef228 1 ASDC deployResourceStructure
2021-11-17T05:46:29.463Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json ASDC sendASDCNotification
2021-11-17T05:46:29.463Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json
2021-11-17T05:46:29.463Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T05:46:29.464Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:46:29.465Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:46:29.465Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637127989463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json",
"status": "DEPLOY_OK"
}
2021-11-17T05:46:29.566Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:46:29.566Z||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-11-17T05:46:29.567Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:46:29.578Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:46:29.579Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:46:30.467Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-17T05:46:30.467Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml
2021-11-17T05:46:30.467Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T05:46:30.467Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:46:30.470Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:46:30.470Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637127990466,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-11-17T05:46:30.570Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:46:30.571Z||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-11-17T05:46:30.571Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:46:30.583Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:46:30.583Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:46:31.471Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-17T05:46:31.472Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env
2021-11-17T05:46:31.472Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T05:46:31.472Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:46:31.474Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:46:31.474Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637127991471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-11-17T05:46:31.575Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-17T05:46:31.575Z||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-11-17T05:46:31.575Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:46:31.586Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:46:31.586Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:46:32.476Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar ASDC sendASDCNotification
2021-11-17T05:46:32.476Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar
2021-11-17T05:46:32.476Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T05:46:32.476Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:46:32.478Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:46:32.478Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637127992476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-17T05:46:32.578Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:46:32.579Z||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-11-17T05:46:32.579Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:46:32.588Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:46:32.588Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:46:33.479Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7
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-11-17T05:46:33.506Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7
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-11-17T05:46:33.508Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T05:46:33.508Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T05:46:33.508Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T05:47:03.508Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7
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-11-17T05:47:03.522Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7
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-11-17T05:47:03.526Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T05:47:03.526Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T05:47:03.526Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T05:47:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:47:12.577Z||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-11-17T05:47:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:47:12.599Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:47:12.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:47:12.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637127972573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:47:12.601Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:47:12.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:47:12.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "clamp",
"timestamp": 1637127972895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:47:12.602Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:47:33.527Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7
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-11-17T05:47:33.540Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7
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-11-17T05:47:33.542Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T05:47:33.543Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T05:47:33.543Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T05:48:03.543Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7
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-11-17T05:48:03.553Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7
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-11-17T05:48:03.555Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T05:48:03.555Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T05:48:03.555Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T05:48:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:48:12.576Z||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-11-17T05:48:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:48:12.599Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:48:12.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:48:12.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "policy-id",
"timestamp": 1637127970648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:48:12.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:48:33.556Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7
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-11-17T05:48:33.569Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7
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-11-17T05:48:33.573Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T05:48:33.573Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T05:48:33.573Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T05:49:03.574Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7
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-11-17T05:49:03.586Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7
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-11-17T05:49:03.589Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T05:49:03.589Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T05:49:03.589Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T05:49:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:49:12.577Z||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-11-17T05:49:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:49:13.102Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:49:13.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637127973091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json",
"status": "NOTIFIED"
}
2021-11-17T05:49:13.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637127972573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json",
"status": "NOTIFIED"
}
2021-11-17T05:49:13.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "clamp",
"timestamp": 1637127972895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json",
"status": "NOTIFIED"
}
2021-11-17T05:49:13.111Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "policy-id",
"timestamp": 1637127970648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.111Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.112Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637127973091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-17T05:49:13.112Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.112Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637127972573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-17T05:49:13.112Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.112Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "clamp",
"timestamp": 1637127972895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.112Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.112Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "policy-id",
"timestamp": 1637127970648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-17T05:49:13.112Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.112Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637127973091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.113Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637127972573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.113Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "clamp",
"timestamp": 1637127972895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.113Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "policy-id",
"timestamp": 1637127970648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.113Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "dcae-sch",
"timestamp": 1637127976386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637127973091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-17T05:49:13.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "clamp",
"timestamp": 1637127972895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637127972573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-17T05:49:13.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "policy-id",
"timestamp": 1637127970648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "dcae-sch",
"timestamp": 1637127976386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637127973091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637127972573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "clamp",
"timestamp": 1637127972895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "policy-id",
"timestamp": 1637127970648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "dcae-sch",
"timestamp": 1637127976386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637127972573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar",
"status": "NOTIFIED"
}
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "clamp",
"timestamp": 1637127972895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar",
"status": "NOTIFIED"
}
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637127973091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar",
"status": "NOTIFIED"
}
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "policy-id",
"timestamp": 1637127970648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar",
"status": "NOTIFIED"
}
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "dcae-sch",
"timestamp": 1637127976386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "dcae-sch",
"timestamp": 1637127976386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637127981385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637127981416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-17T05:49:13.117Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:49:13.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "policy-id",
"timestamp": 1637127981425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-17T05:49:13.117Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:49:13.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "dcae-sch",
"timestamp": 1637127976386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "policy-id",
"timestamp": 1637127982433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-17T05:49:13.117Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:49:13.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637127982599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-17T05:49:13.117Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:49:13.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "dcae-sch",
"timestamp": 1637127976386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "ves-openapi-manager",
"timestamp": 1637127982643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "policy-id",
"timestamp": 1637127983438,
"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-11-17T05:49:13.126Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ff0fd676-8170-422d-a45e-6e7a6acd1ae7
2021-11-17T05:49:13.126Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff0fd676-8170-422d-a45e-6e7a6acd1ae7 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-11-17T05:49:13.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637127983879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-17T05:49:13.135Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:49:13.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "ves-openapi-manager",
"timestamp": 1637127982643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "ves-openapi-manager",
"timestamp": 1637127982643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.136Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637127985485,
"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-11-17T05:49:13.143Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ff0fd676-8170-422d-a45e-6e7a6acd1ae7
2021-11-17T05:49:13.143Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff0fd676-8170-422d-a45e-6e7a6acd1ae7 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-11-17T05:49:13.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.151Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637127985583,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-17T05:49:13.151Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:49:13.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.151Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "ves-openapi-manager",
"timestamp": 1637127982643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.152Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637127986489,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json",
"status": "DEPLOY_OK"
}
2021-11-17T05:49:13.152Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:49:13.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "aai-ml",
"timestamp": 1637127986211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.152Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637127986886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-17T05:49:13.152Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:49:13.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "ves-openapi-manager",
"timestamp": 1637127982643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.152Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "aai-ml",
"timestamp": 1637127986211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.153Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637127988092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-17T05:49:13.153Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:49:13.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "ves-openapi-manager",
"timestamp": 1637127982643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.153Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "aai-ml",
"timestamp": 1637127986211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.153Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "ves-openapi-manager",
"timestamp": 1637127982643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.154Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637127989463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vfwbb185ac2bf590_modules.json",
"status": "DEPLOY_OK"
}
2021-11-17T05:49:13.154Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:49:13.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "aai-ml",
"timestamp": 1637127986211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.154Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637127990466,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-11-17T05:49:13.154Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:49:13.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "aai-ml",
"timestamp": 1637127986211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.154Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637127991471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/resourceInstances/vfwbb185ac2bf590/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-11-17T05:49:13.154Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:49:13.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "aai-ml",
"timestamp": 1637127986211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:49:13.154Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637127992476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-17T05:49:13.155Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:49:13.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "aai-ml",
"timestamp": 1637127986211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar",
"status": "NOTIFIED"
}
2021-11-17T05:49:13.155Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-17T05:49:13.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "aai-ml",
"timestamp": 1637127994124,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-17T05:49:13.155Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:49:13.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "clamp",
"timestamp": 1637127996676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-17T05:49:13.155Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:49:13.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "clamp",
"timestamp": 1637127997738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-17T05:49:13.155Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:49:13.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "clamp",
"timestamp": 1637127998741,
"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-11-17T05:49:13.165Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ff0fd676-8170-422d-a45e-6e7a6acd1ae7
2021-11-17T05:49:13.165Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff0fd676-8170-422d-a45e-6e7a6acd1ae7 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-11-17T05:49:13.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "aai-ml",
"timestamp": 1637128008890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117054322/1.0/artifacts/service-Vfw20211117054322-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-17T05:49:13.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:49:13.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:49:13.176Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "aai-ml",
"timestamp": 1637128009896,
"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-11-17T05:49:13.180Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ff0fd676-8170-422d-a45e-6e7a6acd1ae7
2021-11-17T05:49:13.180Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff0fd676-8170-422d-a45e-6e7a6acd1ae7 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-11-17T05:49:33.590Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7
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-11-17T05:49:33.602Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7
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-11-17T05:49:33.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T05:49:33.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T05:49:33.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T05:49:33.606Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T05:50:03.607Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7
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-11-17T05:50:03.621Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7
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-11-17T05:50:03.625Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T05:50:03.625Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T05:50:03.625Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T05:50:03.625Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T05:50:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:50:12.577Z||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-11-17T05:50:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:50:22.118Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:50:33.626Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7
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-11-17T05:50:33.636Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7
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-11-17T05:50:33.639Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T05:50:33.639Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T05:50:33.639Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T05:50:33.639Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T05:51:03.639Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7
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-11-17T05:51:03.652Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7
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-11-17T05:51:03.654Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T05:51:03.654Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T05:51:03.654Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T05:51:03.654Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T05:51:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:51:12.576Z||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-11-17T05:51:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:51:22.118Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:51:33.655Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2021-11-17T05:51:33.655Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7 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-11-17T05:51:33.668Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ff0fd676-8170-422d-a45e-6e7a6acd1ae7 and serviceModelVersionId: 8fe6296b-54a5-405f-972f-51de2ad19f1c
2021-11-17T05:51:33.668Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d454867a-10ad-4290-b439-477468b06265
2021-11-17T05:51:44.322Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d454867a-10ad-4290-b439-477468b06265/model-vers/model-ver/8fe6296b-54a5-405f-972f-51de2ad19f1c?depth=0
2021-11-17T05:51:44.405Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-11-17T05:51:44.786Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d454867a-10ad-4290-b439-477468b06265/model-vers/model-ver/8fe6296b-54a5-405f-972f-51de2ad19f1c?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-11-17T05:51:44.791Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d454867a-10ad-4290-b439-477468b06265/model-vers/model-ver/8fe6296b-54a5-405f-972f-51de2ad19f1c?depth=0|INFO|500||Invoke
2021-11-17T05:51:44.892Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d454867a-10ad-4290-b439-477468b06265/model-vers/model-ver/8fe6296b-54a5-405f-972f-51de2ad19f1c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2021-11-17T05:51:45.326Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d454867a-10ad-4290-b439-477468b06265/model-vers/model-ver/8fe6296b-54a5-405f-972f-51de2ad19f1c?depth=0|INFO|500||InvokeReturn
2021-11-17T05:51:45.327Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d454867a-10ad-4290-b439-477468b06265/model-vers/model-ver/8fe6296b-54a5-405f-972f-51de2ad19f1c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211117-05:51:44:902-58514], vertex-id=[163848], Content-Length=[0], Date=[Wed, 17 Nov 2021 05:51:44 GMT], Content-Type=[application/json]}
2021-11-17T05:51:45.327Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-11-17T05:51:45.330Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-17T05:51:45.330Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T05:51:45.334Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||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-11-17T05:51:45.339Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ff0fd676-8170-422d-a45e-6e7a6acd1ae7 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2021-11-17T05:51:45.339Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-11-17T05:51:45.339Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:51:45.341Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:51:45.341Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128305339,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
2021-11-17T05:51:45.441Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:51:45.442Z||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-11-17T05:51:45.443Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:51:45.462Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:51:45.462Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 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-11-17T05:51:46.359Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:51:46.360Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-17T05:51:46.360Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:51:56.953Z|ff0fd676-8170-422d-a45e-6e7a6acd1ae7|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:51:56.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:51:56.955Z||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-11-17T05:51:56.955Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:52:06.493Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:52:06.494Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:52:06.495Z||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-11-17T05:52:06.495Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:52:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:52:12.577Z||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-11-17T05:52:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:52:13.200Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:52:13.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-17T05:52:13.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ff0fd676-8170-422d-a45e-6e7a6acd1ae7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128305339,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
2021-11-17T05:52:13.201Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:52:16.031Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:52:16.032Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:52:16.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-11-17T05:52:16.032Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:52:25.571Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:52:25.571Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:52:25.572Z||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-11-17T05:52:25.572Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:52:35.109Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:52:35.109Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:52:35.110Z||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-11-17T05:52:35.110Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:52:44.646Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:53:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:53:12.574Z||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-11-17T05:53:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:53:12.576Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:53:12.577Z||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-11-17T05:53:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:53:22.138Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:53:22.143Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:54:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:54:12.574Z||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-11-17T05:54:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:54:12.576Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:54:12.577Z||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-11-17T05:54:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:54:22.120Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:54:22.121Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:55:12.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:55:12.574Z||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-11-17T05:55:12.574Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:55:12.576Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:55:12.577Z||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-11-17T05:55:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:55:13.198Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:55:13.199Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-17T05:55:13.199Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"1c11aebe-221d-4a82-8959-a05ce512b315","serviceName":"vFW 2021-11-17 05-53-01","serviceVersion":"1.0","serviceUUID":"9bfd8e96-627c-43d3-8315-798fd2f49dd4","serviceDescription":"catalog service description","serviceInvariantUUID":"10cd1a10-b493-40ad-9591-afce13ae9fa8","resources":[{"resourceInstanceName":"vFW 1658f3c8-ebc9 0","resourceName":"vFW 1658f3c8-ebc9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ac4545d8-050d-40eb-9b2b-5ddc307d5973","resourceInvariantUUID":"0e10f402-2bc8-4300-b101-353a1e8da57f","resourceCustomizationUUID":"4a11d0a4-daad-4dbf-9156-24ab289f6485","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vf-license-model.xml","artifactChecksum":"MzFjM2Q0YTM1MmY0ZWI2NjIxOTZlZDljYWYzNGQ0Yjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7a2a045e-aae0-470c-89f0-2eec32b79111","artifactVersion":"1"},{"artifactName":"vfw1658f3c8ebc90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json","artifactChecksum":"YjllZTUwMDFhMzdkNjg2NTNhOWQ0MTc0ZWEzY2VjYTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"08f1c9f3-d777-4b5f-9ee9-89f54aaa61b1","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f59ccca5-650d-405e-9f2e-a607b021054d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vendor-license-model.xml","artifactChecksum":"YmNlMTBjNjE0YTAzMDU1ODU5N2I5Y2QwODYwMGY3Zjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bc8ad284-a63b-4def-a211-f374d456851d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3f876ea8-0ab9-4b40-8413-dd48eab84553","artifactVersion":"2","generatedFromUUID":"f59ccca5-650d-405e-9f2e-a607b021054d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211117055301-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-template.yml","artifactChecksum":"ZjY2NzQ2MjJkYTlmZGVhNjNiMjA1NzBkM2VkY2FhZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"43271e37-66ed-46b6-88ab-fdb2b2b7902b","artifactVersion":"1"},{"artifactName":"service-Vfw20211117055301-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar","artifactChecksum":"N2M2MzI0ZjFhOGRiOTc1YWQzMjA5YzJmNDA0YzBhM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"02df7c63-21de-4b58-9666-0b7e16bfcf89","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-17T05:55:13.203Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:55:13.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-17T05:55:13.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "ves-openapi-manager",
"timestamp": 1637128502644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:55:13.204Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T05:55:13.204Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:55:13.204Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-17T05:55:13.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-17T05:55:13.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "policy-id",
"timestamp": 1637128510648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:55:13.205Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-17T05:55:13.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-17T05:55:13.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "ves-openapi-manager",
"timestamp": 1637128502644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:55:13.206Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-17T05:55:13.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-17T05:55:13.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "policy-id",
"timestamp": 1637128510648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:55:13.206Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-11-17T05:55:13.207Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:55:13.207Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128512573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:55:13.307Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:55:13.308Z||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-11-17T05:55:13.308Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:55:13.318Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:55:13.319Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:55:14.208Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T05:55:14.209Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:55:14.212Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:55:14.212Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128512573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json",
"status": "NOTIFIED"
}
2021-11-17T05:55:14.312Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:55:14.313Z||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-11-17T05:55:14.313Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:55:14.326Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:55:14.326Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-17T05:55:15.212Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T05:55:15.213Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:55:15.215Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:55:15.215Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128512573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-17T05:55:15.315Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:55:15.316Z||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-11-17T05:55:15.316Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:55:15.331Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:55:15.331Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:55:16.215Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T05:55:16.216Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:55:16.219Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:55:16.219Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128512573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:55:16.319Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:55:16.320Z||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-11-17T05:55:16.321Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:55:16.332Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:55:16.333Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:55:17.220Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T05:55:17.220Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:55:17.222Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:55:17.222Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128512573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-17T05:55:17.323Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-17T05:55:17.323Z||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-11-17T05:55:17.324Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:55:17.336Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:55:17.336Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-17T05:55:18.223Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T05:55:18.224Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:55:18.226Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:55:18.226Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128512573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:55:18.329Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-11-17T05:55:18.330Z||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-11-17T05:55:18.330Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:55:18.339Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:55:18.339Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:55:19.226Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T05:55:19.228Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:55:19.230Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:55:19.231Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128512573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar",
"status": "NOTIFIED"
}
2021-11-17T05:55:19.330Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-17T05:55:19.331Z||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-11-17T05:55:19.331Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:55:19.341Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:55:19.342Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:55:20.232Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"serviceName": "vFW 2021-11-17 05-53-01",
"serviceVersion": "1.0",
"serviceUUID": "9bfd8e96-627c-43d3-8315-798fd2f49dd4",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "10cd1a10-b493-40ad-9591-afce13ae9fa8",
"resources": [
{
"resourceInstanceName": "vFW 1658f3c8-ebc9 0",
"resourceCustomizationUUID": "4a11d0a4-daad-4dbf-9156-24ab289f6485",
"resourceName": "vFW 1658f3c8-ebc9",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ac4545d8-050d-40eb-9b2b-5ddc307d5973",
"resourceInvariantUUID": "0e10f402-2bc8-4300-b101-353a1e8da57f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw1658f3c8ebc90_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json",
"artifactChecksum": "YjllZTUwMDFhMzdkNjg2NTNhOWQ0MTc0ZWEzY2VjYTc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "08f1c9f3-d777-4b5f-9ee9-89f54aaa61b1",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f59ccca5-650d-405e-9f2e-a607b021054d",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3f876ea8-0ab9-4b40-8413-dd48eab84553",
"generatedFromUUID": "f59ccca5-650d-405e-9f2e-a607b021054d"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3f876ea8-0ab9-4b40-8413-dd48eab84553",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211117055301-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar",
"artifactChecksum": "N2M2MzI0ZjFhOGRiOTc1YWQzMjA5YzJmNDA0YzBhM2E\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "02df7c63-21de-4b58-9666-0b7e16bfcf89"
}
],
"workloadContext": "Production"
}
2021-11-17T05:55:20.232Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-17T05:55:20.232Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9bfd8e96-627c-43d3-8315-798fd2f49dd4 ASDC
2021-11-17T05:55:20.233Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:1c11aebe-221d-4a82-8959-a05ce512b315
ServiceName:vFW 2021-11-17 05-53-01
ServiceVersion:1.0
ServiceUUID:9bfd8e96-627c-43d3-8315-798fd2f49dd4
ServiceInvariantUUID:10cd1a10-b493-40ad-9591-afce13ae9fa8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211117055301-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar
ArtifactUUID:02df7c63-21de-4b58-9666-0b7e16bfcf89
ArtifactChecksum:N2M2MzI0ZjFhOGRiOTc1YWQzMjA5YzJmNDA0YzBhM2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1658f3c8-ebc9 0
ResourceCustomizationUUID:4a11d0a4-daad-4dbf-9156-24ab289f6485
ResourceInvariantUUID:0e10f402-2bc8-4300-b101-353a1e8da57f
ResourceName:vFW 1658f3c8-ebc9
ResourceType:VF
ResourceUUID:ac4545d8-050d-40eb-9b2b-5ddc307d5973
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1658f3c8ebc90_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json
ArtifactUUID:08f1c9f3-d777-4b5f-9ee9-89f54aaa61b1
ArtifactChecksum:YjllZTUwMDFhMzdkNjg2NTNhOWQ0MTc0ZWEzY2VjYTc=
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/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml
ArtifactUUID:f59ccca5-650d-405e-9f2e-a607b021054d
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/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env
ArtifactUUID:3f876ea8-0ab9-4b40-8413-dd48eab84553
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/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env
ArtifactUUID:3f876ea8-0ab9-4b40-8413-dd48eab84553
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-17T05:55:20.233Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9bfd8e96-627c-43d3-8315-798fd2f49dd4 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-11-17T05:55:20.262Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-17T05:55:20.263Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-17T05:55:20.263Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-17T05:55:20.263Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 02df7c63-21de-4b58-9666-0b7e16bfcf89 from URL: /sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar
2021-11-17T05:55:20.263Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-17T05:55:20.263Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar
2021-11-17T05:55:20.487Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-17T05:55:20.492Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar 02df7c63-21de-4b58-9666-0b7e16bfcf89 98939
2021-11-17T05:55:20.493Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar ASDC sendASDCNotification
2021-11-17T05:55:20.493Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar
2021-11-17T05:55:20.493Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T05:55:20.493Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:55:20.495Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:55:20.495Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128520493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-17T05:55:20.595Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:55:20.596Z||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-11-17T05:55:20.596Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:55:20.611Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:55:20.611Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:55:21.495Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-17T05:55:21.496Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-17T05:55:21.496Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 02df7c63-21de-4b58-9666-0b7e16bfcf89, URL: /sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar to file: /app/ASDC/1/service-Vfw20211117055301-csar.csar
2021-11-17T05:55:21.496Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211117055301-csar.csar
2021-11-17T05:55:21.496Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211117055301-csar.csar
2021-11-17T05:55:21.496Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211117055301-csar.csar
2021-11-17T05:55:21.666Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14112149970455825822/Definitions/service-Vfw20211117055301-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-11-17T05:55:23.251Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-17T05:55:23.252Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-17T05:55:23.252Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211117055301-csar.csar
2021-11-17T05:55:23.252Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-17T05:55:23.252Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211117055301-csar.csar
2021-11-17T05:55:23.252Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211117055301-csar.csar
2021-11-17T05:55:23.252Z|1c11aebe-221d-4a82-8959-a05ce512b315|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-Vfw20211117055301-csar.csar
2021-11-17T05:55:23.252Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211117055301-csar.csar
2021-11-17T05:55:23.252Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211117055301-csar.csar
2021-11-17T05:55:23.252Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211117055301-csar.csar
2021-11-17T05:55:23.252Z|1c11aebe-221d-4a82-8959-a05ce512b315|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-Vfw20211117055301-csar.csar
2021-11-17T05:55:23.252Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211117055301-csar.csar
2021-11-17T05:55:23.252Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211117055301-csar.csar
2021-11-17T05:55:23.252Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211117055301-csar.csar
2021-11-17T05:55:23.252Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211117055301-csar.csar
2021-11-17T05:55:23.252Z|1c11aebe-221d-4a82-8959-a05ce512b315|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-Vfw20211117055301-csar.csar
2021-11-17T05:55:23.252Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1658f3c8-ebc9 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-Vfw20211117055301-csar.csar
2021-11-17T05:55:23.252Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-17T05:55:23.252Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:55:23.252Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-53-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:55:23.253Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vFW 1658f3c8-ebc9 0 is matching search criteria
2021-11-17T05:55:23.253Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-17T05:55:23.253Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1658f3c8-ebc9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-17T05:55:23.253Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:55:23.253Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-53-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:55:23.253Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vFW 1658f3c8-ebc9 0 is matching search criteria
2021-11-17T05:55:23.253Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-17T05:55:23.253Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1658f3c8-ebc9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-17T05:55:23.253Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:55:23.253Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-53-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:55:23.253Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:55:23.253Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vFW 1658f3c8-ebc9 0 is not matching search criteria
2021-11-17T05:55:23.253Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T05:55:23.253Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T05:55:23.254Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-17T05:55:23.254Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-17T05:55:23.254Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-17T05:55:23.254Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T05:55:23.254Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-17T05:55:23.254Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-17T05:55:23.254Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-17T05:55:23.254Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-17T05:55:23.254Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-17T05:55:23.254Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-17T05:55:23.254Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-17T05:55:23.254Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-17T05:55:23.254Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T05:55:23.254Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-17T05:55:23.254Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:55:23.254Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-53-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-17T05:55:23.254Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:55:23.254Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vFW 1658f3c8-ebc9 0 is matching search criteria
2021-11-17T05:55:23.254Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1658f3c8-ebc9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T05:55:23.255Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:55:23.255Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vFW 1658f3c8-ebc9 0 is matching search criteria
2021-11-17T05:55:23.255Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1658f3c8-ebc9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T05:55:23.255Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:55:23.255Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vFW 1658f3c8-ebc9 0 is matching search criteria
2021-11-17T05:55:23.255Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1658f3c8-ebc9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T05:55:23.255Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:55:23.255Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vFW 1658f3c8-ebc9 0 is not matching search criteria
2021-11-17T05:55:23.256Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T05:55:23.256Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T05:55:23.256Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-17T05:55:23.256Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-17T05:55:23.256Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-17T05:55:23.256Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-17T05:55:23.256Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-17T05:55:23.256Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-17T05:55:23.256Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-17T05:55:23.256Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-17T05:55:23.256Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T05:55:23.256Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e9bcd972-9298-47e0-91cf-478d2c6953cd
2021-11-17T05:55:23.256Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:55:23.256Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vFW 1658f3c8-ebc9 0 is not matching search criteria
2021-11-17T05:55:23.256Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T05:55:23.256Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T05:55:23.256Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-17T05:55:23.256Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-17T05:55:23.256Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-17T05:55:23.257Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T05:55:23.257Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-17T05:55:23.257Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-17T05:55:23.257Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-17T05:55:23.257Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-17T05:55:23.257Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-17T05:55:23.257Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T05:55:23.257Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4191e523-0ebe-4ef4-880c-09a6afb96c34
2021-11-17T05:55:23.257Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:55:23.257Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vFW 1658f3c8-ebc9 0 is not matching search criteria
2021-11-17T05:55:23.257Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T05:55:23.257Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T05:55:23.257Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-17T05:55:23.257Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-17T05:55:23.257Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-17T05:55:23.257Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T05:55:23.257Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-17T05:55:23.257Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-17T05:55:23.258Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-17T05:55:23.258Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-17T05:55:23.258Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-17T05:55:23.258Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-17T05:55:23.258Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dba79d42-51de-42d2-a2a6-648a76468c6d
2021-11-17T05:55:23.258Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:55:23.258Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-53-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:55:23.258Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:55:23.258Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-53-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:55:23.258Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:55:23.258Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-53-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:55:23.258Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:55:23.258Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-53-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:55:23.258Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-11-17 05-53-01
Description:catalog service description
Model UUID:9bfd8e96-627c-43d3-8315-798fd2f49dd4
Model Version:NULL
Model InvariantUuid:10cd1a10-b493-40ad-9591-afce13ae9fa8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 1658f3c8-ebc9
Model UUID:193b0fd8-0081-450e-a1d4-374816dae94e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0e10f402-2bc8-4300-b101-353a1e8da57f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:4a11d0a4-daad-4dbf-9156-24ab289f6485
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:374de349-9a65-42bd-a43a-2eb5157bcdc1
ModelName:Vfw1658f3c8Ebc9..base_vfw..module-0
ModelUuid:337fe044-0f9b-46fa-88dc-8f6fcb5d09fc
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e9bcd972-9298-47e0-91cf-478d2c6953cd
ModelInvariantUuid:9fcc7e69-45a6-4bad-bb62-8754dc8aa159
ModelName:vFW 1658f3c8-ebc9-nodes.vfwCvfc
ModelUuid:31a510b6-1547-4d8b-8656-a5df926ca700
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:f1c8abbe-d47a-45e4-8cd2-5fe385d26988
ModelInvariantUuid:8e89ded7-1bb1-4f25-9011-1bb11d8b36e1
ModelName:Vfw1658f3c8Ebc9.compute.nodes.heat.vfw
ModelUuid:7eba2762-5fbd-4cd7-b8a9-7207706b11b9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4191e523-0ebe-4ef4-880c-09a6afb96c34
ModelInvariantUuid:9eebf9c9-9dce-4e96-b13f-e67071dacb31
ModelName:vFW 1658f3c8-ebc9-nodes.vsnCvfc
ModelUuid:e49e42fa-efe6-40ce-8f2c-c9e620cb7786
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:1bac90ed-1153-422b-b244-5209b0027e3f
ModelInvariantUuid:22b3ee9b-215c-4e5f-b921-217db7a7513f
ModelName:Vfw1658f3c8Ebc9.compute.nodes.heat.vsn
ModelUuid:a66ea32e-1dbd-443b-b29a-00a545f6befd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:dba79d42-51de-42d2-a2a6-648a76468c6d
ModelInvariantUuid:b382d357-620a-457d-bdf1-28575e52de98
ModelName:vFW 1658f3c8-ebc9-nodes.vpgCvfc
ModelUuid:55a3816c-3e26-4e25-bed5-564bd9e8eda6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:082579df-553a-4d51-9307-8d2aad64c86f
ModelInvariantUuid:8d19b499-28e4-4601-b388-6ad15580624c
ModelName:Vfw1658f3c8Ebc9.compute.nodes.heat.vpg
ModelUuid:bc847608-03e4-4253-ba96-64ee1ec6cb02
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-17T05:55:23.266Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: ac4545d8-050d-40eb-9b2b-5ddc307d5973
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T05:55:23.269Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||vFW 1658f3c8-ebc9 0
2021-11-17T05:55:23.269Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ac4545d8-050d-40eb-9b2b-5ddc307d5973
2021-11-17T05:55:23.269Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 08f1c9f3-d777-4b5f-9ee9-89f54aaa61b1 from URL: /sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json
2021-11-17T05:55:23.269Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-17T05:55:23.269Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json
2021-11-17T05:55:23.378Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-17T05:55:23.378Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json 08f1c9f3-d777-4b5f-9ee9-89f54aaa61b1 785
2021-11-17T05:55:23.378Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json ASDC sendASDCNotification
2021-11-17T05:55:23.379Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json
2021-11-17T05:55:23.379Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T05:55:23.379Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:55:23.381Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:55:23.381Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128523378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-17T05:55:23.481Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:55:23.482Z||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-11-17T05:55:23.482Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:55:23.495Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:55:23.495Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:55:24.381Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw1658f3c8Ebc9..base_vfw..module-0",
"vfModuleModelInvariantUUID": "374de349-9a65-42bd-a43a-2eb5157bcdc1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "337fe044-0f9b-46fa-88dc-8f6fcb5d09fc",
"vfModuleModelCustomizationUUID": "d62cbc15-0da8-4b01-8308-962cff9e0415",
"isBase": true,
"artifacts": [
"f59ccca5-650d-405e-9f2e-a607b021054d",
"3f876ea8-0ab9-4b40-8413-dd48eab84553"
],
"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-11-17T05:55:24.385Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1658f3c8Ebc9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:337fe044-0f9b-46fa-88dc-8f6fcb5d09fc
VfModuleModelInvariantUUID:374de349-9a65-42bd-a43a-2eb5157bcdc1
VfModuleModelDescription:NULL
Artifacts UUID List:{
f59ccca5-650d-405e-9f2e-a607b021054d
,
3f876ea8-0ab9-4b40-8413-dd48eab84553
}
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-11-17T05:55:24.386Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw1658f3c8Ebc9..base_vfw..module-0",
"vfModuleModelInvariantUUID": "374de349-9a65-42bd-a43a-2eb5157bcdc1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "337fe044-0f9b-46fa-88dc-8f6fcb5d09fc",
"vfModuleModelCustomizationUUID": "d62cbc15-0da8-4b01-8308-962cff9e0415",
"isBase": true,
"artifacts": [
"f59ccca5-650d-405e-9f2e-a607b021054d",
"3f876ea8-0ab9-4b40-8413-dd48eab84553"
],
"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-11-17T05:55:24.387Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1658f3c8Ebc9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:337fe044-0f9b-46fa-88dc-8f6fcb5d09fc
VfModuleModelInvariantUUID:374de349-9a65-42bd-a43a-2eb5157bcdc1
VfModuleModelDescription:NULL
Artifacts UUID List:{
f59ccca5-650d-405e-9f2e-a607b021054d
,
3f876ea8-0ab9-4b40-8413-dd48eab84553
}
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-11-17T05:55:24.387Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f59ccca5-650d-405e-9f2e-a607b021054d from URL: /sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml
2021-11-17T05:55:24.387Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-17T05:55:24.387Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml
2021-11-17T05:55:24.588Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-17T05:55:24.588Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml f59ccca5-650d-405e-9f2e-a607b021054d 20368
2021-11-17T05:55:24.589Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-17T05:55:24.589Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml
2021-11-17T05:55:24.589Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T05:55:24.589Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:55:24.590Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:55:24.591Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128524589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-17T05:55:24.691Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:55:24.691Z||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-11-17T05:55:24.691Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:55:24.702Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:55:24.702Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:55:25.591Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3f876ea8-0ab9-4b40-8413-dd48eab84553 from URL: /sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env
2021-11-17T05:55:25.592Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-17T05:55:25.592Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env
2021-11-17T05:55:25.872Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-17T05:55:25.872Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env 3f876ea8-0ab9-4b40-8413-dd48eab84553 2098
2021-11-17T05:55:25.872Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-17T05:55:25.872Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env
2021-11-17T05:55:25.872Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T05:55:25.873Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:55:25.875Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:55:25.875Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128525872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-17T05:55:25.975Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:55:25.976Z||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-11-17T05:55:25.976Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:55:25.987Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:55:25.987Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:55:26.875Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 9bfd8e96-627c-43d3-8315-798fd2f49dd4
2021-11-17T05:55:26.876Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1658f3c8-ebc9 0 ac4545d8-050d-40eb-9b2b-5ddc307d5973 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T05:55:26.900Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@44460eeb, org.onap.sdc.toscaparser.api.parameters.Input@572ad12a, org.onap.sdc.toscaparser.api.parameters.Input@45d5051e, org.onap.sdc.toscaparser.api.parameters.Input@7fd0ec12, org.onap.sdc.toscaparser.api.parameters.Input@b959455]
2021-11-17T05:55:26.902Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:55:26.902Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-53-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:55:26.902Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2021-11-17T05:55:26.902Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 4a11d0a4-daad-4dbf-9156-24ab289f6485
2021-11-17T05:55:26.902Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4a11d0a4-daad-4dbf-9156-24ab289f6485 matches Tosca VF Customization UUID: 4a11d0a4-daad-4dbf-9156-24ab289f6485
2021-11-17T05:55:26.902Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 4a11d0a4-daad-4dbf-9156-24ab289f6485 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-17T05:55:26.905Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:55:26.905Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-53-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:55:26.906Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 4a11d0a4-daad-4dbf-9156-24ab289f6485: {\"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-11-17T05:55:26.906Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6402effe
2021-11-17T05:55:26.906Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:55:26.906Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-53-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-17T05:55:26.906Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d62cbc15-0da8-4b01-8308-962cff9e0415
2021-11-17T05:55:26.907Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d62cbc15-0da8-4b01-8308-962cff9e0415
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-17T05:55:26.909Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:55:26.909Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vFW 1658f3c8-ebc9 0 is matching search criteria
2021-11-17T05:55:26.909Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1658f3c8-ebc9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T05:55:26.909Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:55:26.910Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vFW 1658f3c8-ebc9 0 is matching search criteria
2021-11-17T05:55:26.910Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1658f3c8-ebc9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T05:55:26.910Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:55:26.910Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vFW 1658f3c8-ebc9 0 is not matching search criteria
2021-11-17T05:55:26.910Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T05:55:26.910Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T05:55:26.910Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-17T05:55:26.910Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-17T05:55:26.910Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-17T05:55:26.910Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-17T05:55:26.910Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-17T05:55:26.910Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-17T05:55:26.910Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-17T05:55:26.910Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-17T05:55:26.911Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T05:55:26.911Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e9bcd972-9298-47e0-91cf-478d2c6953cd
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-17T05:55:26.913Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:55:26.913Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vFW 1658f3c8-ebc9 0 is matching search criteria
2021-11-17T05:55:26.913Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1658f3c8-ebc9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T05:55:26.913Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:55:26.913Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vFW 1658f3c8-ebc9 0 is not matching search criteria
2021-11-17T05:55:26.913Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T05:55:26.913Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T05:55:26.913Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-17T05:55:26.913Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-17T05:55:26.914Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-17T05:55:26.914Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T05:55:26.914Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-17T05:55:26.914Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-17T05:55:26.914Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-17T05:55:26.914Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-17T05:55:26.914Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-17T05:55:26.914Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T05:55:26.914Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4191e523-0ebe-4ef4-880c-09a6afb96c34
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-17T05:55:26.916Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:55:26.916Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vFW 1658f3c8-ebc9 0 is matching search criteria
2021-11-17T05:55:26.916Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1658f3c8-ebc9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T05:55:26.916Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:55:26.916Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vFW 1658f3c8-ebc9 0 is not matching search criteria
2021-11-17T05:55:26.916Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T05:55:26.916Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T05:55:26.916Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-17T05:55:26.916Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-17T05:55:26.917Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-17T05:55:26.917Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T05:55:26.917Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-17T05:55:26.917Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-17T05:55:26.917Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-17T05:55:26.917Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-17T05:55:26.917Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-17T05:55:26.917Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-17T05:55:26.917Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dba79d42-51de-42d2-a2a6-648a76468c6d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-17T05:55:26.918Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:55:26.919Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vFW 1658f3c8-ebc9 0 is matching search criteria
2021-11-17T05:55:26.919Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1658f3c8-ebc9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T05:55:26.919Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:55:26.919Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Node template vFW 1658f3c8-ebc9 0 is matching search criteria
2021-11-17T05:55:26.919Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1658f3c8-ebc9 0] matching following query criteria: sdcType=VF, customizationUUID=4a11d0a4-daad-4dbf-9156-24ab289f6485
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T05:55:26.920Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:55:26.920Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-53-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:55:26.921Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 9bfd8e96-627c-43d3-8315-798fd2f49dd4: vFW 1658f3c8-ebc9
2021-11-17T05:55:26.921Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:55:26.921Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-53-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:55:26.921Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:55:26.921Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-53-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:55:26.921Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:55:26.921Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-53-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:55:26.921Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:55:26.921Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-53-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:55:26.921Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T05:55:26.921Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-53-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T05:55:26.921Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-11-17 05-53-01
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-17T05:55:27.082Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1658f3c8-ebc9 ac4545d8-050d-40eb-9b2b-5ddc307d5973 1 ASDC deployResourceStructure
2021-11-17T05:55:27.082Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json ASDC sendASDCNotification
2021-11-17T05:55:27.082Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json
2021-11-17T05:55:27.082Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T05:55:27.082Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:55:27.084Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:55:27.084Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128527082,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json",
"status": "DEPLOY_OK"
}
2021-11-17T05:55:27.184Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:55:27.185Z||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-11-17T05:55:27.185Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:55:27.195Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:55:27.195Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:55:28.084Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-17T05:55:28.085Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml
2021-11-17T05:55:28.085Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T05:55:28.085Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:55:28.087Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:55:28.088Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128528084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-11-17T05:55:28.188Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:55:28.189Z||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-11-17T05:55:28.189Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:55:28.200Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:55:28.200Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:55:29.089Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-17T05:55:29.089Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env
2021-11-17T05:55:29.090Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T05:55:29.090Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:55:29.093Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:55:29.093Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128529088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-11-17T05:55:29.193Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-17T05:55:29.194Z||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-11-17T05:55:29.195Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:55:29.204Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:55:29.205Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:55:30.095Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar ASDC sendASDCNotification
2021-11-17T05:55:30.095Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar
2021-11-17T05:55:30.095Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-17T05:55:30.095Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T05:55:30.098Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T05:55:30.098Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128530095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-17T05:55:30.198Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T05:55:30.198Z||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-11-17T05:55:30.198Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:55:30.207Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:55:30.207Z||pool-33-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-11-17T05:55:31.098Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c11aebe-221d-4a82-8959-a05ce512b315
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-11-17T05:55:31.113Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c11aebe-221d-4a82-8959-a05ce512b315
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-11-17T05:55:31.119Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T05:55:31.119Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T05:55:31.119Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T05:56:01.119Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c11aebe-221d-4a82-8959-a05ce512b315
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-11-17T05:56:01.131Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c11aebe-221d-4a82-8959-a05ce512b315
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-11-17T05:56:01.133Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T05:56:01.134Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T05:56:01.134Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T05:56:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:56:12.577Z||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-11-17T05:56:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:56:12.701Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:56:12.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:56:12.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128512573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:56:12.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:56:31.134Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c11aebe-221d-4a82-8959-a05ce512b315
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-11-17T05:56:31.148Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c11aebe-221d-4a82-8959-a05ce512b315
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-11-17T05:56:31.151Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T05:56:31.151Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T05:56:31.151Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T05:57:01.152Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c11aebe-221d-4a82-8959-a05ce512b315
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-11-17T05:57:01.164Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c11aebe-221d-4a82-8959-a05ce512b315
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-11-17T05:57:01.167Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T05:57:01.167Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T05:57:01.167Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T05:57:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:57:12.577Z||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-11-17T05:57:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:57:12.604Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:57:12.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "ves-openapi-manager",
"timestamp": 1637128502644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "policy-id",
"timestamp": 1637128510648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-17T05:57:12.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "clamp",
"timestamp": 1637128512895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637128513093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128512573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json",
"status": "NOTIFIED"
}
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "ves-openapi-manager",
"timestamp": 1637128502644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "policy-id",
"timestamp": 1637128510648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "clamp",
"timestamp": 1637128512895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json",
"status": "NOTIFIED"
}
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637128513093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json",
"status": "NOTIFIED"
}
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128512573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "ves-openapi-manager",
"timestamp": 1637128502644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "policy-id",
"timestamp": 1637128510648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "clamp",
"timestamp": 1637128512895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637128513093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128512573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "ves-openapi-manager",
"timestamp": 1637128502644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "policy-id",
"timestamp": 1637128510648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "clamp",
"timestamp": 1637128512895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637128513093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "dcae-sch",
"timestamp": 1637128516387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128512573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-17T05:57:12.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "ves-openapi-manager",
"timestamp": 1637128502644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "policy-id",
"timestamp": 1637128510648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar",
"status": "NOTIFIED"
}
2021-11-17T05:57:12.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "clamp",
"timestamp": 1637128512895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637128513093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-17T05:57:12.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "dcae-sch",
"timestamp": 1637128516387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128512573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "clamp",
"timestamp": 1637128512895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637128513093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "policy-id",
"timestamp": 1637128518793,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-17T05:57:12.612Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:57:12.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "dcae-sch",
"timestamp": 1637128516387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128512573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar",
"status": "NOTIFIED"
}
2021-11-17T05:57:12.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "clamp",
"timestamp": 1637128512895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar",
"status": "NOTIFIED"
}
2021-11-17T05:57:12.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637128513093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar",
"status": "NOTIFIED"
}
2021-11-17T05:57:12.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "policy-id",
"timestamp": 1637128519797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-17T05:57:12.612Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:57:12.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "dcae-sch",
"timestamp": 1637128516387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128520493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-17T05:57:12.613Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:57:12.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "policy-id",
"timestamp": 1637128520800,
"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-11-17T05:57:12.621Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1c11aebe-221d-4a82-8959-a05ce512b315
2021-11-17T05:57:12.621Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c11aebe-221d-4a82-8959-a05ce512b315 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-11-17T05:57:12.631Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.631Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637128520981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-17T05:57:12.631Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:57:12.631Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.631Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "dcae-sch",
"timestamp": 1637128516387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.631Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "dcae-sch",
"timestamp": 1637128516387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.632Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637128522296,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-17T05:57:12.632Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:57:12.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "dcae-sch",
"timestamp": 1637128516387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.632Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128523378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-17T05:57:12.632Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:57:12.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637128523475,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-17T05:57:12.632Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:57:12.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637128524498,
"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-11-17T05:57:12.637Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1c11aebe-221d-4a82-8959-a05ce512b315
2021-11-17T05:57:12.637Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c11aebe-221d-4a82-8959-a05ce512b315 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-11-17T05:57:12.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128524589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-17T05:57:12.644Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:57:12.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637128525502,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json",
"status": "DEPLOY_OK"
}
2021-11-17T05:57:12.644Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:57:12.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128525872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-17T05:57:12.644Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:57:12.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "aai-ml",
"timestamp": 1637128526211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128527082,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json",
"status": "DEPLOY_OK"
}
2021-11-17T05:57:12.644Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:57:12.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "aai-ml",
"timestamp": 1637128526211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vfw1658f3c8ebc90_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128528084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-11-17T05:57:12.645Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:57:12.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "aai-ml",
"timestamp": 1637128526211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128529088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-11-17T05:57:12.645Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:57:12.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "aai-ml",
"timestamp": 1637128526211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128530095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-17T05:57:12.645Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:57:12.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "clamp",
"timestamp": 1637128530752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-17T05:57:12.645Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:57:12.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "aai-ml",
"timestamp": 1637128526211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/resourceInstances/vfw1658f3c8ebc90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "aai-ml",
"timestamp": 1637128526211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:57:12.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "clamp",
"timestamp": 1637128532762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-17T05:57:12.646Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:57:12.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "aai-ml",
"timestamp": 1637128526211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar",
"status": "NOTIFIED"
}
2021-11-17T05:57:12.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:57:12.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "clamp",
"timestamp": 1637128533765,
"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-11-17T05:57:12.651Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1c11aebe-221d-4a82-8959-a05ce512b315
2021-11-17T05:57:12.651Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c11aebe-221d-4a82-8959-a05ce512b315 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-11-17T05:57:12.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "aai-ml",
"timestamp": 1637128534086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-17T05:57:12.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:57:12.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "aai-ml",
"timestamp": 1637128544480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055301/1.0/artifacts/service-Vfw20211117055301-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-17T05:57:12.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:57:12.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:57:12.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "aai-ml",
"timestamp": 1637128545483,
"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-11-17T05:57:12.669Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1c11aebe-221d-4a82-8959-a05ce512b315
2021-11-17T05:57:12.670Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c11aebe-221d-4a82-8959-a05ce512b315 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-11-17T05:57:31.168Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c11aebe-221d-4a82-8959-a05ce512b315
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-11-17T05:57:31.180Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c11aebe-221d-4a82-8959-a05ce512b315
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-11-17T05:57:31.184Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T05:57:31.184Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T05:57:31.184Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T05:57:31.184Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T05:58:01.184Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c11aebe-221d-4a82-8959-a05ce512b315
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-11-17T05:58:01.195Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c11aebe-221d-4a82-8959-a05ce512b315
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-11-17T05:58:01.197Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T05:58:01.197Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T05:58:01.197Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T05:58:01.197Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T05:58:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:58:12.576Z||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-11-17T05:58:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:58:12.602Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:58:12.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "ves-openapi-manager",
"timestamp": 1637128602644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:58:12.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "clamp",
"timestamp": 1637128602895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:58:12.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "dcae-sch",
"timestamp": 1637128596387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:58:12.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "clamp",
"timestamp": 1637128602895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vfwad96762b2b8c0_modules.json",
"status": "NOTIFIED"
}
2021-11-17T05:58:12.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:58:12.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "ves-openapi-manager",
"timestamp": 1637128602644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vfwad96762b2b8c0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:58:12.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "dcae-sch",
"timestamp": 1637128596387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vfwad96762b2b8c0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:58:12.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "ves-openapi-manager",
"timestamp": 1637128602644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:58:12.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "clamp",
"timestamp": 1637128602895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:58:12.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "dcae-sch",
"timestamp": 1637128596387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:58:12.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "ves-openapi-manager",
"timestamp": 1637128602644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:58:12.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "clamp",
"timestamp": 1637128602895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:58:12.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "dcae-sch",
"timestamp": 1637128596387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:58:12.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "ves-openapi-manager",
"timestamp": 1637128602644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:58:12.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "clamp",
"timestamp": 1637128602895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:58:12.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "dcae-sch",
"timestamp": 1637128596387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:58:12.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "ves-openapi-manager",
"timestamp": 1637128602644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "clamp",
"timestamp": 1637128602895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "dcae-sch",
"timestamp": 1637128596387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "ves-openapi-manager",
"timestamp": 1637128602644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "clamp",
"timestamp": 1637128602895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar",
"status": "NOTIFIED"
}
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "dcae-sch",
"timestamp": 1637128596387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "policy-id",
"timestamp": 1637128610648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "policy-id",
"timestamp": 1637128610648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vfwad96762b2b8c0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "policy-id",
"timestamp": 1637128610648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637128613091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "policy-id",
"timestamp": 1637128610648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637128613091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vfwad96762b2b8c0_modules.json",
"status": "NOTIFIED"
}
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "policy-id",
"timestamp": 1637128610648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637128613091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "policy-id",
"timestamp": 1637128610648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637128613091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "aai-ml",
"timestamp": 1637128616211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "policy-id",
"timestamp": 1637128610648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar",
"status": "NOTIFIED"
}
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637128613091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "aai-ml",
"timestamp": 1637128616211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vfwad96762b2b8c0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "policy-id",
"timestamp": 1637128618596,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637128613091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "aai-ml",
"timestamp": 1637128616211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "policy-id",
"timestamp": 1637128619599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637128613091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar",
"status": "NOTIFIED"
}
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "clamp",
"timestamp": 1637128619766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "aai-ml",
"timestamp": 1637128616211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:58:12.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "policy-id",
"timestamp": 1637128620601,
"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-11-17T05:58:12.627Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a934b1df-74ac-4200-8772-156647c9fcf8
2021-11-17T05:58:12.627Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a934b1df-74ac-4200-8772-156647c9fcf8 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-11-17T05:58:12.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "aai-ml",
"timestamp": 1637128616211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.634Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:58:12.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637128620884,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vfwad96762b2b8c0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-17T05:58:12.635Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:58:12.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "clamp",
"timestamp": 1637128621774,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-17T05:58:12.635Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:58:12.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "aai-ml",
"timestamp": 1637128616211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T05:58:12.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:58:12.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637128622092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-17T05:58:12.635Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:58:12.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "clamp",
"timestamp": 1637128622776,
"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-11-17T05:58:12.639Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a934b1df-74ac-4200-8772-156647c9fcf8
2021-11-17T05:58:12.639Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a934b1df-74ac-4200-8772-156647c9fcf8 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-11-17T05:58:12.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "aai-ml",
"timestamp": 1637128616211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar",
"status": "NOTIFIED"
}
2021-11-17T05:58:12.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-17T05:58:12.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637128623286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-17T05:58:12.647Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:58:12.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "aai-ml",
"timestamp": 1637128624092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-17T05:58:12.648Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:58:12.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637128624308,
"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-11-17T05:58:12.652Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a934b1df-74ac-4200-8772-156647c9fcf8
2021-11-17T05:58:12.652Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a934b1df-74ac-4200-8772-156647c9fcf8 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-11-17T05:58:12.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:58:12.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637128625313,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vfwad96762b2b8c0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-17T05:58:12.659Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:58:31.197Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c11aebe-221d-4a82-8959-a05ce512b315
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-11-17T05:58:31.209Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c11aebe-221d-4a82-8959-a05ce512b315
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-11-17T05:58:31.213Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T05:58:31.213Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T05:58:31.213Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T05:58:31.213Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T05:59:01.214Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c11aebe-221d-4a82-8959-a05ce512b315
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-11-17T05:59:01.227Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c11aebe-221d-4a82-8959-a05ce512b315
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-11-17T05:59:01.230Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T05:59:01.230Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T05:59:01.230Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T05:59:01.230Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T05:59:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T05:59:12.577Z||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-11-17T05:59:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T05:59:13.101Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T05:59:13.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:59:13.103Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "aai-ml",
"timestamp": 1637128634379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-17T05:59:13.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-17T05:59:13.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-17T05:59:13.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "aai-ml",
"timestamp": 1637128635383,
"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-11-17T05:59:13.113Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a934b1df-74ac-4200-8772-156647c9fcf8
2021-11-17T05:59:13.113Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a934b1df-74ac-4200-8772-156647c9fcf8 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-11-17T05:59:31.230Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c11aebe-221d-4a82-8959-a05ce512b315
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-11-17T05:59:31.245Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c11aebe-221d-4a82-8959-a05ce512b315
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-11-17T05:59:31.249Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T05:59:31.250Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T05:59:31.250Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T05:59:31.250Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:00:01.250Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c11aebe-221d-4a82-8959-a05ce512b315
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-11-17T06:00:01.262Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c11aebe-221d-4a82-8959-a05ce512b315
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-11-17T06:00:01.264Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-17T06:00:01.264Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-17T06:00:01.265Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-17T06:00:01.265Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-17T06:00:12.576Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:00:12.577Z||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-11-17T06:00:12.577Z||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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:00:22.117Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T06:00:31.265Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2021-11-17T06:00:31.265Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1c11aebe-221d-4a82-8959-a05ce512b315 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-11-17T06:00:31.273Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1c11aebe-221d-4a82-8959-a05ce512b315 and serviceModelVersionId: 9bfd8e96-627c-43d3-8315-798fd2f49dd4
2021-11-17T06:00:31.273Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 10cd1a10-b493-40ad-9591-afce13ae9fa8
2021-11-17T06:00:31.274Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/10cd1a10-b493-40ad-9591-afce13ae9fa8/model-vers/model-ver/9bfd8e96-627c-43d3-8315-798fd2f49dd4?depth=0
2021-11-17T06:00:31.280Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-11-17T06:00:31.321Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10cd1a10-b493-40ad-9591-afce13ae9fa8/model-vers/model-ver/9bfd8e96-627c-43d3-8315-798fd2f49dd4?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-11-17T06:00:31.322Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10cd1a10-b493-40ad-9591-afce13ae9fa8/model-vers/model-ver/9bfd8e96-627c-43d3-8315-798fd2f49dd4?depth=0|INFO|500||Invoke
2021-11-17T06:00:31.347Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10cd1a10-b493-40ad-9591-afce13ae9fa8/model-vers/model-ver/9bfd8e96-627c-43d3-8315-798fd2f49dd4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2021-11-17T06:00:31.576Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10cd1a10-b493-40ad-9591-afce13ae9fa8/model-vers/model-ver/9bfd8e96-627c-43d3-8315-798fd2f49dd4?depth=0|INFO|500||InvokeReturn
2021-11-17T06:00:31.577Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10cd1a10-b493-40ad-9591-afce13ae9fa8/model-vers/model-ver/9bfd8e96-627c-43d3-8315-798fd2f49dd4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211117-06:00:31:377-10200], vertex-id=[155800], Content-Length=[0], Date=[Wed, 17 Nov 2021 06:00:31 GMT], Content-Type=[application/json]}
2021-11-17T06:00:31.577Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-11-17T06:00:31.577Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-17T06:00:31.577Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T06:00:31.583Z|1c11aebe-221d-4a82-8959-a05ce512b315|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-11-17T06:00:31.584Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1c11aebe-221d-4a82-8959-a05ce512b315 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2021-11-17T06:00:31.584Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-11-17T06:00:31.584Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:00:31.586Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:00:31.586Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "1c11aebe-221d-4a82-8959-a05ce512b315",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128831584,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
2021-11-17T06:00:31.687Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-17T06:00:31.688Z||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-11-17T06:00:31.688Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:00:31.702Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T06:00:31.702Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-17T06:00:32.600Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-17T06:00:32.600Z|1c11aebe-221d-4a82-8959-a05ce512b315|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-11-17T06:00:32.600Z|1c11aebe-221d-4a82-8959-a05ce512b315|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 M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:00:36.949Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T06:00:36.950Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-17T06:00:36.950Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"a934b1df-74ac-4200-8772-156647c9fcf8","serviceName":"vFW 2021-11-17 05-54-53","serviceVersion":"1.0","serviceUUID":"9a4f1893-175d-483d-b530-d17a83e1f3be","serviceDescription":"catalog service description","serviceInvariantUUID":"e7f5e6aa-4c51-4b66-bcdc-e408ed21c52d","resources":[{"resourceInstanceName":"vFW ad96762b-2b8c 0","resourceName":"vFW ad96762b-2b8c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7adb8a10-66d6-4b13-8953-fc68fd46fa3b","resourceInvariantUUID":"1c1c1cba-07cf-4550-bc09-211ffac17b65","resourceCustomizationUUID":"1d1a8abe-b53b-47fe-980e-0567296e3fe8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vf-license-model.xml","artifactChecksum":"NzkzYTEyMjYxMmRhZGRlNDE3YmYyNzk4OWJkZjFiMDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9a6c0e58-cadf-4727-9a94-bbf9769f5844","artifactVersion":"1"},{"artifactName":"vfwad96762b2b8c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vfwad96762b2b8c0_modules.json","artifactChecksum":"OTFkMzVmNDEzYmQ2MThlNzdhMDkwYWQ1MTkzZGM2Njg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3ae793ae-aefb-4bc8-890d-c0336ac8bb0f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f5ca0511-65cb-47c7-844d-65cdffa06caa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vendor-license-model.xml","artifactChecksum":"MGNjMGQwYTNkY2JjMmZjNWI5MzQxNzZhNTQ3MDEwOTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ee2f1c51-383f-478e-8064-276f051ac036","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a3d5cb1b-191d-44c1-9a62-e7e5a088f549","artifactVersion":"2","generatedFromUUID":"f5ca0511-65cb-47c7-844d-65cdffa06caa"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211117055453-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-template.yml","artifactChecksum":"M2M3YjI3N2E0YzRmNTc2MDQwOTNhMTgwYzMzNTg2YWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ca75bb26-711f-4a1a-97b7-bd8693249640","artifactVersion":"1"},{"artifactName":"service-Vfw20211117055453-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar","artifactChecksum":"Y2FmYWEzZTQ5MDc3MWFiNTZiNGU0YmRlYWExMGI0NDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cf3ce995-fc70-4c37-b5d1-820961db76b6","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-17T06:00:36.953Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:00:36.953Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:00:36.956Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:00:36.956Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128832600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T06:00:37.056Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:00:37.056Z||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-11-17T06:00:37.056Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:00:37.068Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T06:00:37.068Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:00:37.956Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:00:37.957Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:00:37.959Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:00:37.959Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128832600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vfwad96762b2b8c0_modules.json",
"status": "NOTIFIED"
}
2021-11-17T06:00:38.059Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:00:38.060Z||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-11-17T06:00:38.060Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:00:38.073Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T06:00:38.074Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:00:38.959Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:00:38.960Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:00:38.963Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:00:38.964Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128832600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-17T06:00:39.064Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:00:39.065Z||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-11-17T06:00:39.065Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:00:39.079Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T06:00:39.079Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-11-17T06:00:39.964Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:00:39.965Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:00:39.967Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:00:39.967Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128832600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-17T06:00:40.067Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-17T06:00:40.068Z||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-11-17T06:00:40.068Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:00:40.080Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T06:00:40.080Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:00:40.968Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:00:40.969Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:00:40.970Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:00:40.970Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128832600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-17T06:00:41.070Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:00:41.071Z||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-11-17T06:00:41.071Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:00:41.083Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T06:00:41.084Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-17T06:00:41.971Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:00:41.972Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:00:41.975Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:00:41.975Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128832600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-17T06:00:42.075Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:00:42.075Z||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-11-17T06:00:42.076Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:00:42.086Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T06:00:42.086Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:00:42.975Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-17T06:00:42.976Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:00:42.978Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:00:42.978Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128832600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar",
"status": "NOTIFIED"
}
2021-11-17T06:00:43.078Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:00:43.079Z||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-11-17T06:00:43.079Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:00:43.094Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T06:00:43.094Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:00:43.979Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"serviceName": "vFW 2021-11-17 05-54-53",
"serviceVersion": "1.0",
"serviceUUID": "9a4f1893-175d-483d-b530-d17a83e1f3be",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e7f5e6aa-4c51-4b66-bcdc-e408ed21c52d",
"resources": [
{
"resourceInstanceName": "vFW ad96762b-2b8c 0",
"resourceCustomizationUUID": "1d1a8abe-b53b-47fe-980e-0567296e3fe8",
"resourceName": "vFW ad96762b-2b8c",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7adb8a10-66d6-4b13-8953-fc68fd46fa3b",
"resourceInvariantUUID": "1c1c1cba-07cf-4550-bc09-211ffac17b65",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwad96762b2b8c0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vfwad96762b2b8c0_modules.json",
"artifactChecksum": "OTFkMzVmNDEzYmQ2MThlNzdhMDkwYWQ1MTkzZGM2Njg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3ae793ae-aefb-4bc8-890d-c0336ac8bb0f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f5ca0511-65cb-47c7-844d-65cdffa06caa",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a3d5cb1b-191d-44c1-9a62-e7e5a088f549",
"generatedFromUUID": "f5ca0511-65cb-47c7-844d-65cdffa06caa"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a3d5cb1b-191d-44c1-9a62-e7e5a088f549",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211117055453-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar",
"artifactChecksum": "Y2FmYWEzZTQ5MDc3MWFiNTZiNGU0YmRlYWExMGI0NDc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cf3ce995-fc70-4c37-b5d1-820961db76b6"
}
],
"workloadContext": "Production"
}
2021-11-17T06:00:43.979Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-17T06:00:43.979Z|1c11aebe-221d-4a82-8959-a05ce512b315|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9a4f1893-175d-483d-b530-d17a83e1f3be ASDC
2021-11-17T06:00:43.980Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:a934b1df-74ac-4200-8772-156647c9fcf8
ServiceName:vFW 2021-11-17 05-54-53
ServiceVersion:1.0
ServiceUUID:9a4f1893-175d-483d-b530-d17a83e1f3be
ServiceInvariantUUID:e7f5e6aa-4c51-4b66-bcdc-e408ed21c52d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211117055453-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar
ArtifactUUID:cf3ce995-fc70-4c37-b5d1-820961db76b6
ArtifactChecksum:Y2FmYWEzZTQ5MDc3MWFiNTZiNGU0YmRlYWExMGI0NDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ad96762b-2b8c 0
ResourceCustomizationUUID:1d1a8abe-b53b-47fe-980e-0567296e3fe8
ResourceInvariantUUID:1c1c1cba-07cf-4550-bc09-211ffac17b65
ResourceName:vFW ad96762b-2b8c
ResourceType:VF
ResourceUUID:7adb8a10-66d6-4b13-8953-fc68fd46fa3b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwad96762b2b8c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vfwad96762b2b8c0_modules.json
ArtifactUUID:3ae793ae-aefb-4bc8-890d-c0336ac8bb0f
ArtifactChecksum:OTFkMzVmNDEzYmQ2MThlNzdhMDkwYWQ1MTkzZGM2Njg=
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/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.yaml
ArtifactUUID:f5ca0511-65cb-47c7-844d-65cdffa06caa
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/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env
ArtifactUUID:a3d5cb1b-191d-44c1-9a62-e7e5a088f549
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/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env
ArtifactUUID:a3d5cb1b-191d-44c1-9a62-e7e5a088f549
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-17T06:00:43.980Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9a4f1893-175d-483d-b530-d17a83e1f3be 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-11-17T06:00:44.011Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-17T06:00:44.012Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-17T06:00:44.012Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-17T06:00:44.012Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cf3ce995-fc70-4c37-b5d1-820961db76b6 from URL: /sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar
2021-11-17T06:00:44.012Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-17T06:00:44.012Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar
2021-11-17T06:00:44.587Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-17T06:00:44.596Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar cf3ce995-fc70-4c37-b5d1-820961db76b6 98976
2021-11-17T06:00:44.596Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar ASDC sendASDCNotification
2021-11-17T06:00:44.597Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar
2021-11-17T06:00:44.597Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T06:00:44.597Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:00:44.599Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:00:44.599Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128844596,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-17T06:00:44.699Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:00:44.700Z||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-11-17T06:00:44.700Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:00:44.713Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T06:00:44.713Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:00:45.599Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-17T06:00:45.600Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-17T06:00:45.600Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: cf3ce995-fc70-4c37-b5d1-820961db76b6, URL: /sdc/v1/catalog/services/Vfw20211117055453/1.0/artifacts/service-Vfw20211117055453-csar.csar to file: /app/ASDC/1/service-Vfw20211117055453-csar.csar
2021-11-17T06:00:45.601Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211117055453-csar.csar
2021-11-17T06:00:45.601Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211117055453-csar.csar
2021-11-17T06:00:45.601Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211117055453-csar.csar
2021-11-17T06:00:45.719Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8028191615013326064/Definitions/service-Vfw20211117055453-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-11-17T06:00:47.222Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-17T06:00:47.222Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-17T06:00:47.222Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211117055453-csar.csar
2021-11-17T06:00:47.222Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-17T06:00:47.222Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211117055453-csar.csar
2021-11-17T06:00:47.222Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211117055453-csar.csar
2021-11-17T06:00:47.222Z|a934b1df-74ac-4200-8772-156647c9fcf8|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-Vfw20211117055453-csar.csar
2021-11-17T06:00:47.222Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211117055453-csar.csar
2021-11-17T06:00:47.222Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211117055453-csar.csar
2021-11-17T06:00:47.222Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211117055453-csar.csar
2021-11-17T06:00:47.222Z|a934b1df-74ac-4200-8772-156647c9fcf8|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-Vfw20211117055453-csar.csar
2021-11-17T06:00:47.222Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211117055453-csar.csar
2021-11-17T06:00:47.222Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211117055453-csar.csar
2021-11-17T06:00:47.222Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211117055453-csar.csar
2021-11-17T06:00:47.223Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211117055453-csar.csar
2021-11-17T06:00:47.223Z|a934b1df-74ac-4200-8772-156647c9fcf8|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-Vfw20211117055453-csar.csar
2021-11-17T06:00:47.223Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ad96762b-2b8c 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-Vfw20211117055453-csar.csar
2021-11-17T06:00:47.223Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-17T06:00:47.223Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T06:00:47.223Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-54-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:00:47.223Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vFW ad96762b-2b8c 0 is matching search criteria
2021-11-17T06:00:47.223Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-17T06:00:47.223Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ad96762b-2b8c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-17T06:00:47.223Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T06:00:47.223Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-54-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:00:47.224Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vFW ad96762b-2b8c 0 is matching search criteria
2021-11-17T06:00:47.224Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-17T06:00:47.224Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ad96762b-2b8c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-17T06:00:47.224Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T06:00:47.224Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-54-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:00:47.224Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T06:00:47.224Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vFW ad96762b-2b8c 0 is not matching search criteria
2021-11-17T06:00:47.224Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T06:00:47.224Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T06:00:47.224Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-17T06:00:47.224Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-17T06:00:47.224Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-17T06:00:47.224Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-17T06:00:47.224Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T06:00:47.224Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-17T06:00:47.224Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-17T06:00:47.225Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-17T06:00:47.225Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-17T06:00:47.225Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-17T06:00:47.225Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-17T06:00:47.225Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-17T06:00:47.225Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T06:00:47.225Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-17T06:00:47.225Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T06:00:47.225Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-54-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-17T06:00:47.225Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T06:00:47.225Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vFW ad96762b-2b8c 0 is matching search criteria
2021-11-17T06:00:47.225Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ad96762b-2b8c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T06:00:47.225Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T06:00:47.225Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vFW ad96762b-2b8c 0 is matching search criteria
2021-11-17T06:00:47.225Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ad96762b-2b8c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T06:00:47.226Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T06:00:47.226Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vFW ad96762b-2b8c 0 is matching search criteria
2021-11-17T06:00:47.226Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW ad96762b-2b8c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-17T06:00:47.226Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T06:00:47.226Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vFW ad96762b-2b8c 0 is not matching search criteria
2021-11-17T06:00:47.226Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T06:00:47.226Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T06:00:47.226Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-17T06:00:47.226Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-17T06:00:47.226Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-17T06:00:47.226Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-17T06:00:47.226Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-17T06:00:47.226Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-17T06:00:47.226Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-17T06:00:47.226Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-17T06:00:47.226Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T06:00:47.226Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b09c54a5-76c2-4fa3-86c1-4f6a7ee9a3ed
2021-11-17T06:00:47.226Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T06:00:47.226Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vFW ad96762b-2b8c 0 is not matching search criteria
2021-11-17T06:00:47.226Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T06:00:47.226Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T06:00:47.227Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-17T06:00:47.227Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-17T06:00:47.227Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-17T06:00:47.227Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-17T06:00:47.227Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T06:00:47.227Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-17T06:00:47.227Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-17T06:00:47.227Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-17T06:00:47.227Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-17T06:00:47.227Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T06:00:47.227Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=82191ddc-56e8-4e52-8623-182ff9858855
2021-11-17T06:00:47.227Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T06:00:47.227Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vFW ad96762b-2b8c 0 is not matching search criteria
2021-11-17T06:00:47.227Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-17T06:00:47.227Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-17T06:00:47.227Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-17T06:00:47.227Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-17T06:00:47.227Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-17T06:00:47.228Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-17T06:00:47.228Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-17T06:00:47.228Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-17T06:00:47.228Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-17T06:00:47.228Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-17T06:00:47.228Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-17T06:00:47.228Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-17T06:00:47.228Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e9f69e5c-d7da-4246-a09c-0c959cb2cf1d
2021-11-17T06:00:47.228Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T06:00:47.228Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-54-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:00:47.228Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T06:00:47.228Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-54-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:00:47.228Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T06:00:47.228Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-54-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:00:47.228Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T06:00:47.228Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-54-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:00:47.228Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-11-17 05-54-53
Description:catalog service description
Model UUID:9a4f1893-175d-483d-b530-d17a83e1f3be
Model Version:NULL
Model InvariantUuid:e7f5e6aa-4c51-4b66-bcdc-e408ed21c52d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW ad96762b-2b8c
Model UUID:6b9cd465-7f5b-485d-8fde-459b7b21d967
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1c1c1cba-07cf-4550-bc09-211ffac17b65
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:1d1a8abe-b53b-47fe-980e-0567296e3fe8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:1dff23f4-d47c-4553-b588-fee899004595
ModelName:VfwAd96762b2b8c..base_vfw..module-0
ModelUuid:dd244312-e319-4bd6-a492-6d718407ace7
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b09c54a5-76c2-4fa3-86c1-4f6a7ee9a3ed
ModelInvariantUuid:bcf9579c-96b6-44e0-ba20-f5f12d58585c
ModelName:vFW ad96762b-2b8c-nodes.vfwCvfc
ModelUuid:38a415df-9c47-4c9d-ac63-e78d924f19e6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:a0ba0150-78f0-4206-a099-c036fd9ba9b4
ModelInvariantUuid:f53ee935-bcd4-49f8-940f-4db4ea06f321
ModelName:VfwAd96762b2b8c.compute.nodes.heat.vfw
ModelUuid:a0c0fd4e-6745-4a14-9e2b-aef9e0579e93
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:82191ddc-56e8-4e52-8623-182ff9858855
ModelInvariantUuid:0b5d6852-6295-4fb1-ad2c-f1aae9382b7a
ModelName:vFW ad96762b-2b8c-nodes.vsnCvfc
ModelUuid:416f0b35-4990-4f26-9bf6-a165ebbba865
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:2ba7a572-c5b4-41c5-bbea-40d23b500c57
ModelInvariantUuid:e1e5076f-ffd2-4551-ae6c-6dce6d2a65b7
ModelName:VfwAd96762b2b8c.compute.nodes.heat.vsn
ModelUuid:e32977de-99de-4ab5-9ec7-289b2886e7f0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e9f69e5c-d7da-4246-a09c-0c959cb2cf1d
ModelInvariantUuid:651761cb-886a-4bd1-bd8c-a9583cac1014
ModelName:vFW ad96762b-2b8c-nodes.vpgCvfc
ModelUuid:db47ef2e-1e4f-4f58-ba42-250e491d360d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:f55935f1-733d-46fe-b2ac-979e902ee4cc
ModelInvariantUuid:5d9e93c6-d1ca-475e-8d4b-9d7b846c0611
ModelName:VfwAd96762b2b8c.compute.nodes.heat.vpg
ModelUuid:200f8485-2685-41ad-9eb2-b9b294213387
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-17T06:00:47.234Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 7adb8a10-66d6-4b13-8953-fc68fd46fa3b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T06:00:47.237Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||vFW ad96762b-2b8c 0
2021-11-17T06:00:47.237Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7adb8a10-66d6-4b13-8953-fc68fd46fa3b
2021-11-17T06:00:47.237Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3ae793ae-aefb-4bc8-890d-c0336ac8bb0f from URL: /sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vfwad96762b2b8c0_modules.json
2021-11-17T06:00:47.237Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-17T06:00:47.238Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vfwad96762b2b8c0_modules.json
2021-11-17T06:00:47.385Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-17T06:00:47.386Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vfwad96762b2b8c0_modules.json 3ae793ae-aefb-4bc8-890d-c0336ac8bb0f 785
2021-11-17T06:00:47.386Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vfwad96762b2b8c0_modules.json ASDC sendASDCNotification
2021-11-17T06:00:47.386Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vfwad96762b2b8c0_modules.json
2021-11-17T06:00:47.386Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T06:00:47.386Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:00:47.389Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:00:47.389Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128847386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/vfwad96762b2b8c0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-17T06:00:47.489Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:00:47.490Z||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-11-17T06:00:47.490Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:00:47.503Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T06:00:47.503Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:00:48.390Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwAd96762b2b8c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "1dff23f4-d47c-4553-b588-fee899004595",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "dd244312-e319-4bd6-a492-6d718407ace7",
"vfModuleModelCustomizationUUID": "812ba11a-5635-440a-8657-6a0dca9a2bc1",
"isBase": true,
"artifacts": [
"f5ca0511-65cb-47c7-844d-65cdffa06caa",
"a3d5cb1b-191d-44c1-9a62-e7e5a088f549"
],
"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-11-17T06:00:48.393Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAd96762b2b8c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dd244312-e319-4bd6-a492-6d718407ace7
VfModuleModelInvariantUUID:1dff23f4-d47c-4553-b588-fee899004595
VfModuleModelDescription:NULL
Artifacts UUID List:{
f5ca0511-65cb-47c7-844d-65cdffa06caa
,
a3d5cb1b-191d-44c1-9a62-e7e5a088f549
}
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-11-17T06:00:48.396Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwAd96762b2b8c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "1dff23f4-d47c-4553-b588-fee899004595",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "dd244312-e319-4bd6-a492-6d718407ace7",
"vfModuleModelCustomizationUUID": "812ba11a-5635-440a-8657-6a0dca9a2bc1",
"isBase": true,
"artifacts": [
"f5ca0511-65cb-47c7-844d-65cdffa06caa",
"a3d5cb1b-191d-44c1-9a62-e7e5a088f549"
],
"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-11-17T06:00:48.396Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAd96762b2b8c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dd244312-e319-4bd6-a492-6d718407ace7
VfModuleModelInvariantUUID:1dff23f4-d47c-4553-b588-fee899004595
VfModuleModelDescription:NULL
Artifacts UUID List:{
f5ca0511-65cb-47c7-844d-65cdffa06caa
,
a3d5cb1b-191d-44c1-9a62-e7e5a088f549
}
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-11-17T06:00:48.396Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f5ca0511-65cb-47c7-844d-65cdffa06caa from URL: /sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.yaml
2021-11-17T06:00:48.396Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-17T06:00:48.396Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.yaml
2021-11-17T06:00:48.514Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-17T06:00:48.515Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.yaml f5ca0511-65cb-47c7-844d-65cdffa06caa 20368
2021-11-17T06:00:48.515Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-17T06:00:48.515Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.yaml
2021-11-17T06:00:48.515Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T06:00:48.515Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:00:48.517Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:00:48.517Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128848515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-17T06:00:48.617Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-17T06:00:48.617Z||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-11-17T06:00:48.618Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:00:48.628Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T06:00:48.628Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:00:49.517Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a3d5cb1b-191d-44c1-9a62-e7e5a088f549 from URL: /sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env
2021-11-17T06:00:49.518Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-17T06:00:49.518Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env
2021-11-17T06:00:49.607Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-17T06:00:49.607Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env a3d5cb1b-191d-44c1-9a62-e7e5a088f549 2098
2021-11-17T06:00:49.607Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-17T06:00:49.608Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env
2021-11-17T06:00:49.608Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-17T06:00:49.608Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-17T06:00:49.609Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-17T06:00:49.609Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a934b1df-74ac-4200-8772-156647c9fcf8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637128849607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211117055453/1.0/resourceInstances/vfwad96762b2b8c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-17T06:00:49.710Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-17T06:00:49.711Z||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-11-17T06:00:49.711Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as M0WfjNJP3Y50Wlxr) ...
2021-11-17T06:00:49.723Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-17T06:00:49.724Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-17T06:00:50.610Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 9a4f1893-175d-483d-b530-d17a83e1f3be
2021-11-17T06:00:50.610Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ad96762b-2b8c 0 7adb8a10-66d6-4b13-8953-fc68fd46fa3b ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-17T06:00:50.624Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@402cc434, org.onap.sdc.toscaparser.api.parameters.Input@cf05297, org.onap.sdc.toscaparser.api.parameters.Input@72034f59, org.onap.sdc.toscaparser.api.parameters.Input@756fdf73, org.onap.sdc.toscaparser.api.parameters.Input@5344b88e]
2021-11-17T06:00:50.625Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-17T06:00:50.626Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-17 05-54-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-17T06:00:50.626Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2021-11-17T06:00:50.626Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 1d1a8abe-b53b-47fe-980e-0567296e3fe8
2021-11-17T06:00:50.626Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1d1a8abe-b53b-47fe-980e-0567296e3fe8 matches Tosca VF Customization UUID: 1d1a8abe-b53b-47fe-980e-0567296e3fe8
2021-11-17T06:00:50.626Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 1d1a8abe-b53b-47fe-980e-0567296e3fe8 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-17T06:00:50.628Z|a934b1df-74ac-4200-8772-156647c9fcf8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery