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)
2022-03-24T02:27:43.999Z||main|||||INFO|500||The following profiles are active: basic
2022-03-24T02:27:52.244Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-24T02:27:52.245Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-24T02:27:52.308Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-24T02:27:54.523Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-24T02:27:54.677Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-24T02:27:55.038Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-24T02:27:55.042Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-24T02:27:55.115Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-24T02:27:55.235Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-24T02:27:55.561Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-24T02:27:56.286Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-24T02:27:57.770Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-24T02:27:57.810Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-24T02:27:58.194Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-24T02:27:58.401Z||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.
2022-03-24T02:27:59.386Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-24T02:28:00.167Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-24T02:28:00.188Z||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$$a2b26ceb.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)
2022-03-24T02:28:00.189Z||main|||||WARN|500||The sdc end point is not alive
2022-03-24T02:28:02.538Z||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
2022-03-24T02:28:04.856Z||main|||||WARN|500||---
2022-03-24T02:28:04.856Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-24T02:28:04.856Z||main|||||WARN|500||---
2022-03-24T02:28:05.208Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-24T02:28:09.335Z||main|||||INFO|500||Started Application in 29.217 seconds (JVM running for 30.176)
2022-03-24T02:28:09.344Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-24T02:28:09.346Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-24T02:28:09.354Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-24T02:28:09.415Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-24T02:28:09.450Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5ef6b507-680d-4116-8552-e7d5aac22407 url= /sdc/v1/artifactTypes
2022-03-24T02:28:09.481Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-24T02:28:09.811Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-24T02:28:09.832Z||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
2022-03-24T02:28:09.855Z||scheduling-1|||||DEBUG|500||create keys
2022-03-24T02:28:09.864Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-24T02:28:10.542Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:28:10.563Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f62c5eaa-3421-4605-9b10-6bebf05bcd01 url= /sdc/v1/registerForDistribution
2022-03-24T02:28:11.128Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= f62c5eaa-3421-4605-9b10-6bebf05bcd01 url= /sdc/v1/registerForDistribution
2022-03-24T02:28:11.129Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-24T02:28:11.139Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:28:11.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:28:11.144Z||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.
2022-03-24T02:28:11.144Z||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.
2022-03-24T02:28:11.144Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:28:11.144Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:28:11.145Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-24T02:28:22.770Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:28:22.797Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:29:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:29:11.138Z||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.
2022-03-24T02:29:11.139Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:29:11.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:29:11.142Z||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.
2022-03-24T02:29:11.142Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:29:20.684Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:29:20.688Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:30:11.137Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:30:11.138Z||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.
2022-03-24T02:30:11.139Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:30:11.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:30:11.142Z||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.
2022-03-24T02:30:11.142Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:30:20.683Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:30:20.684Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:31:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:31:11.139Z||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.
2022-03-24T02:31:11.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:31:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:31:11.141Z||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.
2022-03-24T02:31:11.142Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:31:20.694Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:31:20.694Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:32:11.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:32:11.138Z||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.
2022-03-24T02:32:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:32:11.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:32:11.141Z||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.
2022-03-24T02:32:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:32:20.695Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:32:20.697Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:33:11.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:33:11.138Z||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.
2022-03-24T02:33:11.139Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:33:11.140Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:33:11.140Z||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.
2022-03-24T02:33:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:33:20.685Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:33:20.690Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:34:11.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:34:11.138Z||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.
2022-03-24T02:34:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:34:11.140Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:34:11.141Z||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.
2022-03-24T02:34:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:34:20.689Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:34:20.689Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:35:11.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:35:11.138Z||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.
2022-03-24T02:35:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:35:11.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:35:11.142Z||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.
2022-03-24T02:35:11.142Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:35:20.688Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:35:20.689Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:36:11.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:36:11.138Z||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.
2022-03-24T02:36:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:36:11.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:36:11.140Z||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.
2022-03-24T02:36:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:36:20.684Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:36:20.685Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:37:11.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:37:11.138Z||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.
2022-03-24T02:37:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:37:11.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:37:11.141Z||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.
2022-03-24T02:37:11.142Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:37:20.689Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:37:20.692Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:37:36.293Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-24T02:38:11.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:38:11.138Z||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.
2022-03-24T02:38:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:38:11.140Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:38:11.141Z||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.
2022-03-24T02:38:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:38:20.690Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:38:20.690Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:39:11.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:39:11.138Z||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.
2022-03-24T02:39:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:39:11.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:39:11.140Z||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.
2022-03-24T02:39:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:39:20.691Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:39:20.691Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:40:11.138Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:40:11.139Z||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.
2022-03-24T02:40:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:40:11.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:40:11.141Z||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.
2022-03-24T02:40:11.142Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:40:20.690Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:40:20.691Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:41:11.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:41:11.138Z||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.
2022-03-24T02:41:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:41:11.140Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:41:11.140Z||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.
2022-03-24T02:41:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:41:20.691Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:41:20.691Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:42:11.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:42:11.137Z||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.
2022-03-24T02:42:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:42:11.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:42:11.140Z||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.
2022-03-24T02:42:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:42:20.696Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:42:20.698Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:43:11.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:43:11.138Z||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.
2022-03-24T02:43:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:43:11.139Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:43:11.140Z||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.
2022-03-24T02:43:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:43:20.688Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:43:20.694Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:44:11.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:44:11.137Z||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.
2022-03-24T02:44:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:44:11.140Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:44:11.141Z||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.
2022-03-24T02:44:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:44:20.688Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:44:20.689Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:45:11.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:45:11.138Z||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.
2022-03-24T02:45:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:45:11.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:45:11.140Z||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.
2022-03-24T02:45:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:45:20.689Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:45:20.691Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:46:11.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:46:11.138Z||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.
2022-03-24T02:46:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:46:11.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:46:11.141Z||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.
2022-03-24T02:46:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:46:20.683Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:46:20.683Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:47:11.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:47:11.138Z||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.
2022-03-24T02:47:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:47:11.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:47:11.140Z||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.
2022-03-24T02:47:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:47:20.684Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:47:20.690Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:48:11.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:48:11.138Z||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.
2022-03-24T02:48:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:48:11.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:48:11.141Z||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.
2022-03-24T02:48:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:48:20.688Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:48:20.691Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:49:11.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:49:11.138Z||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.
2022-03-24T02:49:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:49:11.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:49:11.140Z||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.
2022-03-24T02:49:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:49:20.684Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:49:20.703Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:50:11.139Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:50:11.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:50:11.140Z||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.
2022-03-24T02:50:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:50:11.140Z||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.
2022-03-24T02:50:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:50:20.687Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:50:20.687Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:51:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:51:11.138Z||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.
2022-03-24T02:51:11.139Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:51:11.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:51:11.142Z||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.
2022-03-24T02:51:11.142Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:51:20.688Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:51:20.690Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:52:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:52:11.139Z||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.
2022-03-24T02:52:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:52:11.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:52:11.141Z||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.
2022-03-24T02:52:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:52:20.685Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:52:20.687Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:53:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:53:11.139Z||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.
2022-03-24T02:53:11.139Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:53:11.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:53:11.140Z||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.
2022-03-24T02:53:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:53:20.683Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:53:20.685Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:54:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:54:11.138Z||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.
2022-03-24T02:54:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:54:11.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:54:11.140Z||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.
2022-03-24T02:54:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:54:20.685Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:54:20.690Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:55:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:55:11.138Z||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.
2022-03-24T02:55:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:55:11.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:55:11.140Z||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.
2022-03-24T02:55:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:55:20.678Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:55:20.681Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:56:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:56:11.138Z||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.
2022-03-24T02:56:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:56:11.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:56:11.140Z||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.
2022-03-24T02:56:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:56:20.680Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:56:20.681Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:57:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:57:11.138Z||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.
2022-03-24T02:57:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:57:11.140Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:57:11.141Z||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.
2022-03-24T02:57:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:57:20.687Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:57:20.689Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:58:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:58:11.137Z||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.
2022-03-24T02:58:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:58:11.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:58:11.140Z||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.
2022-03-24T02:58:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:58:20.683Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:58:20.686Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:59:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:59:11.138Z||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.
2022-03-24T02:59:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:59:11.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:59:11.140Z||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.
2022-03-24T02:59:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:59:20.686Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T02:59:20.688Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:00:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:00:11.138Z||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.
2022-03-24T03:00:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:00:11.139Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:00:11.140Z||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.
2022-03-24T03:00:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:00:20.683Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:00:20.685Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:01:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:01:11.138Z||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.
2022-03-24T03:01:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:01:11.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:01:11.140Z||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.
2022-03-24T03:01:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:01:20.681Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:01:20.687Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:02:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:02:11.137Z||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.
2022-03-24T03:02:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:02:11.139Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:02:11.140Z||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.
2022-03-24T03:02:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:02:20.679Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:02:20.682Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:03:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:03:11.138Z||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.
2022-03-24T03:03:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:03:11.140Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:03:11.140Z||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.
2022-03-24T03:03:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:03:20.682Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:03:20.688Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:04:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:04:11.137Z||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.
2022-03-24T03:04:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:04:11.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:04:11.141Z||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.
2022-03-24T03:04:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:04:20.682Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:04:20.682Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:05:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:05:11.138Z||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.
2022-03-24T03:05:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:05:11.139Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:05:11.140Z||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.
2022-03-24T03:05:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:05:20.682Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:05:20.682Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:06:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:06:11.138Z||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.
2022-03-24T03:06:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:06:11.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:06:11.140Z||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.
2022-03-24T03:06:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:06:20.693Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:06:20.694Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:07:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:07:11.138Z||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.
2022-03-24T03:07:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:07:11.140Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:07:11.140Z||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.
2022-03-24T03:07:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:07:20.687Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:07:20.687Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:08:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:08:11.138Z||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.
2022-03-24T03:08:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:08:11.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:08:11.140Z||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.
2022-03-24T03:08:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:08:20.697Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:08:20.697Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:09:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:09:11.137Z||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.
2022-03-24T03:09:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:09:11.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:09:11.140Z||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.
2022-03-24T03:09:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:09:20.684Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:09:20.685Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:10:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:10:11.137Z||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.
2022-03-24T03:10:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:10:11.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:10:11.140Z||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.
2022-03-24T03:10:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:10:20.685Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:10:20.685Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:11:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:11:11.138Z||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.
2022-03-24T03:11:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:11:11.139Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:11:11.140Z||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.
2022-03-24T03:11:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:11:20.685Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:11:20.685Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:12:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:12:11.137Z||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.
2022-03-24T03:12:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:12:11.140Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:12:11.141Z||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.
2022-03-24T03:12:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:12:20.682Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:12:20.685Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:13:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:13:11.138Z||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.
2022-03-24T03:13:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:13:11.139Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:13:11.140Z||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.
2022-03-24T03:13:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:13:20.681Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:13:20.681Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:14:11.137Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:14:11.138Z||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.
2022-03-24T03:14:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:14:11.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:14:11.141Z||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.
2022-03-24T03:14:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:14:20.686Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:14:20.686Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:15:11.137Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:15:11.138Z||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.
2022-03-24T03:15:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:15:11.139Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:15:11.140Z||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.
2022-03-24T03:15:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:15:20.681Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:15:20.686Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:16:11.137Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:16:11.137Z||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.
2022-03-24T03:16:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:16:11.139Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:16:11.140Z||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.
2022-03-24T03:16:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:16:20.684Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:16:20.684Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:17:11.137Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:17:11.138Z||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.
2022-03-24T03:17:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:17:11.139Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:17:11.140Z||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.
2022-03-24T03:17:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:17:20.692Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:17:20.694Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:18:11.137Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:18:11.138Z||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.
2022-03-24T03:18:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:18:11.139Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:18:11.140Z||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.
2022-03-24T03:18:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:18:20.680Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:18:20.690Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:19:11.137Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:19:11.138Z||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.
2022-03-24T03:19:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:19:11.139Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:19:11.140Z||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.
2022-03-24T03:19:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:19:20.681Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:19:20.688Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:20:11.137Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:20:11.138Z||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.
2022-03-24T03:20:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:20:11.140Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:20:11.140Z||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.
2022-03-24T03:20:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:20:20.679Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:20:20.679Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:21:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:21:11.137Z||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.
2022-03-24T03:21:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:21:11.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:21:11.140Z||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.
2022-03-24T03:21:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:21:20.680Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:21:20.681Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:22:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:22:11.138Z||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.
2022-03-24T03:22:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:22:11.139Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:22:11.140Z||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.
2022-03-24T03:22:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:22:20.686Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:22:20.691Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:23:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:23:11.138Z||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.
2022-03-24T03:23:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:23:11.139Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:23:11.140Z||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.
2022-03-24T03:23:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:23:20.686Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:23:20.689Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:24:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:24:11.138Z||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.
2022-03-24T03:24:11.139Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:24:11.139Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:24:11.140Z||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.
2022-03-24T03:24:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:24:20.682Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:24:20.689Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:25:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:25:11.138Z||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.
2022-03-24T03:25:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:25:11.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:25:11.140Z||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.
2022-03-24T03:25:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:25:20.687Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:25:20.687Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:26:11.137Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:26:11.139Z||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.
2022-03-24T03:26:11.139Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:26:11.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:26:11.141Z||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.
2022-03-24T03:26:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:26:20.686Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:26:20.686Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:27:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:27:11.139Z||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.
2022-03-24T03:27:11.139Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:27:11.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:27:11.140Z||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.
2022-03-24T03:27:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:27:20.695Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:27:20.699Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:28:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:28:11.139Z||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.
2022-03-24T03:28:11.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:28:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:28:11.140Z||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.
2022-03-24T03:28:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:28:20.690Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:28:20.690Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:29:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:29:11.138Z||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.
2022-03-24T03:29:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:29:11.139Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:29:11.140Z||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.
2022-03-24T03:29:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:29:20.682Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:29:20.686Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:30:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:30:11.138Z||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.
2022-03-24T03:30:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:30:11.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:30:11.141Z||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.
2022-03-24T03:30:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:30:20.687Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:30:20.688Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:31:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:31:11.138Z||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.
2022-03-24T03:31:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:31:11.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:31:11.140Z||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.
2022-03-24T03:31:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:31:20.681Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:31:20.687Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:32:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:32:11.138Z||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.
2022-03-24T03:32:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:32:11.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:32:11.140Z||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.
2022-03-24T03:32:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:32:20.687Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:32:20.691Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:33:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:33:11.138Z||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.
2022-03-24T03:33:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:33:11.139Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:33:11.140Z||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.
2022-03-24T03:33:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:33:20.681Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:33:20.682Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:34:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:34:11.138Z||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.
2022-03-24T03:34:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:34:11.139Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:34:11.140Z||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.
2022-03-24T03:34:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:34:20.679Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:34:20.680Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:35:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:35:11.138Z||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.
2022-03-24T03:35:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:35:11.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:35:11.140Z||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.
2022-03-24T03:35:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:35:20.684Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:35:20.684Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:36:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:36:11.138Z||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.
2022-03-24T03:36:11.139Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:36:11.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:36:11.140Z||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.
2022-03-24T03:36:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:36:20.683Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:36:20.686Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:37:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:37:11.138Z||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.
2022-03-24T03:37:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:37:11.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:37:11.140Z||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.
2022-03-24T03:37:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:37:20.684Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:37:20.685Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:38:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:38:11.137Z||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.
2022-03-24T03:38:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:38:11.139Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:38:11.140Z||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.
2022-03-24T03:38:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:38:20.680Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:38:20.687Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:39:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:39:11.138Z||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.
2022-03-24T03:39:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:39:11.140Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:39:11.140Z||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.
2022-03-24T03:39:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:39:20.685Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:39:20.687Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:40:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:40:11.138Z||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.
2022-03-24T03:40:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:40:11.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:40:11.140Z||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.
2022-03-24T03:40:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:40:20.680Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:40:20.688Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:41:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:41:11.137Z||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.
2022-03-24T03:41:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:41:11.139Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:41:11.140Z||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.
2022-03-24T03:41:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:41:20.680Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:41:20.680Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:42:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:42:11.137Z||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.
2022-03-24T03:42:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:42:11.139Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:42:11.140Z||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.
2022-03-24T03:42:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:42:20.681Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:42:20.681Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:43:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:43:11.138Z||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.
2022-03-24T03:43:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:43:11.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:43:11.140Z||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.
2022-03-24T03:43:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:43:20.685Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:43:20.685Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:44:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:44:11.137Z||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.
2022-03-24T03:44:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:44:11.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:44:11.140Z||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.
2022-03-24T03:44:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:44:20.684Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:44:20.684Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:45:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:45:11.138Z||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.
2022-03-24T03:45:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:45:11.139Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:45:11.140Z||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.
2022-03-24T03:45:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:45:20.682Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:45:20.684Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:46:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:46:11.138Z||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.
2022-03-24T03:46:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:46:11.139Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:46:11.140Z||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.
2022-03-24T03:46:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:46:20.688Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:46:20.688Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:47:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:47:11.137Z||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.
2022-03-24T03:47:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:47:11.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:47:11.140Z||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.
2022-03-24T03:47:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:47:20.684Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:47:20.685Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:48:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:48:11.138Z||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.
2022-03-24T03:48:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:48:11.139Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:48:11.140Z||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.
2022-03-24T03:48:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:48:20.686Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:48:20.686Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:49:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:49:11.138Z||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.
2022-03-24T03:49:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:49:11.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:49:11.140Z||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.
2022-03-24T03:49:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:49:20.687Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:49:20.687Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:50:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:50:11.138Z||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.
2022-03-24T03:50:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:50:11.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:50:11.140Z||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.
2022-03-24T03:50:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:50:20.686Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:50:20.686Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:51:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:51:11.137Z||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.
2022-03-24T03:51:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:51:11.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:51:11.140Z||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.
2022-03-24T03:51:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:51:20.682Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:51:20.681Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:52:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:52:11.138Z||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.
2022-03-24T03:52:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:52:11.139Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:52:11.140Z||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.
2022-03-24T03:52:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:52:20.684Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:52:20.685Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:53:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:53:11.138Z||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.
2022-03-24T03:53:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:53:11.139Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:53:11.140Z||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.
2022-03-24T03:53:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:53:20.681Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:53:20.681Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:54:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:54:11.137Z||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.
2022-03-24T03:54:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:54:11.140Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:54:11.140Z||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.
2022-03-24T03:54:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:54:20.682Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:54:20.684Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:55:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:55:11.137Z||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.
2022-03-24T03:55:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:55:11.139Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:55:11.140Z||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.
2022-03-24T03:55:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:55:20.681Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:55:20.681Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:56:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:56:11.138Z||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.
2022-03-24T03:56:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:56:11.139Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:56:11.140Z||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.
2022-03-24T03:56:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:56:20.681Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:56:20.683Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:57:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:57:11.137Z||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.
2022-03-24T03:57:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:57:11.139Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:57:11.140Z||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.
2022-03-24T03:57:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:57:20.679Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:57:20.684Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:58:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:58:11.138Z||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.
2022-03-24T03:58:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:58:11.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:58:11.140Z||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.
2022-03-24T03:58:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:58:20.679Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:58:20.679Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:59:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:59:11.138Z||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.
2022-03-24T03:59:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:59:11.139Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:59:11.140Z||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.
2022-03-24T03:59:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:59:20.683Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T03:59:20.685Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:00:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:00:11.138Z||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.
2022-03-24T04:00:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:00:11.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:00:11.140Z||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.
2022-03-24T04:00:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:00:20.687Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:00:20.696Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:01:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:01:11.137Z||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.
2022-03-24T04:01:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:01:11.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:01:11.140Z||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.
2022-03-24T04:01:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:01:20.683Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:01:20.696Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:02:11.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:02:11.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:02:11.142Z||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.
2022-03-24T04:02:11.142Z||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.
2022-03-24T04:02:11.142Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:02:11.142Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:02:20.686Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:02:20.686Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:03:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:03:11.138Z||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.
2022-03-24T04:03:11.139Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:03:11.139Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:03:11.140Z||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.
2022-03-24T04:03:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:03:20.690Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:03:20.693Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:04:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:04:11.138Z||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.
2022-03-24T04:04:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:04:11.139Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:04:11.140Z||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.
2022-03-24T04:04:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:04:20.683Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:04:20.682Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:05:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:05:11.138Z||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.
2022-03-24T04:05:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:05:11.139Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:05:11.140Z||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.
2022-03-24T04:05:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:05:20.682Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:05:20.682Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:06:11.137Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:06:11.137Z||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.
2022-03-24T04:06:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:06:11.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:06:11.140Z||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.
2022-03-24T04:06:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:06:20.685Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:06:20.685Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:07:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:07:11.137Z||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.
2022-03-24T04:07:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:07:11.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:07:11.140Z||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.
2022-03-24T04:07:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:07:20.686Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:07:20.688Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:08:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:08:11.138Z||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.
2022-03-24T04:08:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:08:11.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:08:11.140Z||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.
2022-03-24T04:08:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:08:20.705Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:08:20.706Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:09:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:09:11.138Z||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.
2022-03-24T04:09:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:09:11.139Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:09:11.140Z||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.
2022-03-24T04:09:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:09:20.684Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:09:20.688Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:10:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:10:11.137Z||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.
2022-03-24T04:10:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:10:11.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:10:11.140Z||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.
2022-03-24T04:10:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:10:20.681Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:10:20.682Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:11:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:11:11.137Z||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.
2022-03-24T04:11:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:11:11.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:11:11.140Z||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.
2022-03-24T04:11:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:11:20.680Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:11:20.681Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:12:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:12:11.137Z||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.
2022-03-24T04:12:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:12:11.139Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:12:11.140Z||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.
2022-03-24T04:12:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:12:20.679Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:12:20.680Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:13:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:13:11.138Z||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.
2022-03-24T04:13:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:13:11.139Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:13:11.140Z||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.
2022-03-24T04:13:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:13:20.682Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:13:20.685Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:14:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:14:11.137Z||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.
2022-03-24T04:14:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:14:11.139Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:14:11.140Z||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.
2022-03-24T04:14:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:14:20.683Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:14:20.683Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:15:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:15:11.138Z||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.
2022-03-24T04:15:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:15:11.139Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:15:11.140Z||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.
2022-03-24T04:15:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:15:20.682Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:15:20.682Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:16:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:16:11.138Z||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.
2022-03-24T04:16:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:16:11.139Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:16:11.140Z||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.
2022-03-24T04:16:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:16:20.687Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:16:20.688Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:17:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:17:11.137Z||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.
2022-03-24T04:17:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:17:11.139Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:17:11.140Z||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.
2022-03-24T04:17:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:17:20.679Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:17:20.682Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:18:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:18:11.138Z||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.
2022-03-24T04:18:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:18:11.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:18:11.140Z||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.
2022-03-24T04:18:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:18:20.680Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:18:20.684Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:19:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:19:11.137Z||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.
2022-03-24T04:19:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:19:11.139Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:19:11.140Z||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.
2022-03-24T04:19:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:19:20.680Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:19:20.683Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:20:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:20:11.137Z||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.
2022-03-24T04:20:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:20:11.139Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:20:11.140Z||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.
2022-03-24T04:20:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:20:20.682Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:20:20.686Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:21:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:21:11.138Z||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.
2022-03-24T04:21:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:21:11.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:21:11.140Z||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.
2022-03-24T04:21:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:21:20.683Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:21:20.683Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:22:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:22:11.138Z||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.
2022-03-24T04:22:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:22:11.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:22:11.140Z||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.
2022-03-24T04:22:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:22:20.680Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:22:20.682Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:23:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:23:11.137Z||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.
2022-03-24T04:23:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:23:11.139Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:23:11.140Z||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.
2022-03-24T04:23:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:23:20.686Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:23:20.686Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:24:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:24:11.138Z||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.
2022-03-24T04:24:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:24:11.139Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:24:11.140Z||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.
2022-03-24T04:24:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:24:20.688Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:24:20.688Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:25:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:25:11.137Z||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.
2022-03-24T04:25:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:25:11.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:25:11.140Z||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.
2022-03-24T04:25:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:25:20.679Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:25:20.680Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:26:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:26:11.137Z||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.
2022-03-24T04:26:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:26:11.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:26:11.140Z||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.
2022-03-24T04:26:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:26:20.678Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:26:20.681Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:27:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:27:11.138Z||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.
2022-03-24T04:27:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:27:11.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:27:11.140Z||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.
2022-03-24T04:27:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:27:20.683Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:27:20.684Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:28:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:28:11.138Z||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.
2022-03-24T04:28:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:28:11.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:28:11.140Z||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.
2022-03-24T04:28:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:28:20.677Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:28:20.678Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:29:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:29:11.139Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:29:11.140Z||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.
2022-03-24T04:29:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:29:11.140Z||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.
2022-03-24T04:29:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:29:20.692Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:29:20.692Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:30:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:30:11.138Z||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.
2022-03-24T04:30:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:30:11.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:30:11.140Z||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.
2022-03-24T04:30:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:30:20.682Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:30:20.684Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:31:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:31:11.138Z||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.
2022-03-24T04:31:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:31:11.139Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:31:11.140Z||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.
2022-03-24T04:31:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:31:20.678Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:31:20.682Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:32:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:32:11.137Z||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.
2022-03-24T04:32:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:32:11.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:32:11.140Z||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.
2022-03-24T04:32:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:32:20.683Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:32:20.684Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:33:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:33:11.138Z||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.
2022-03-24T04:33:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:33:11.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:33:11.140Z||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.
2022-03-24T04:33:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:33:20.684Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:33:20.685Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:34:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:34:11.138Z||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.
2022-03-24T04:34:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:34:11.139Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:34:11.140Z||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.
2022-03-24T04:34:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:34:20.681Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:34:20.681Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:35:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:35:11.138Z||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.
2022-03-24T04:35:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:35:11.139Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:35:11.140Z||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.
2022-03-24T04:35:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:35:20.689Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:35:20.696Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:36:11.138Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:36:11.139Z||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.
2022-03-24T04:36:11.139Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:36:11.139Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:36:11.140Z||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.
2022-03-24T04:36:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:36:20.687Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:36:20.687Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:37:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:37:11.138Z||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.
2022-03-24T04:37:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:37:11.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:37:11.140Z||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.
2022-03-24T04:37:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:37:20.682Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:37:20.684Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:38:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:38:11.138Z||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.
2022-03-24T04:38:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:38:11.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:38:11.140Z||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.
2022-03-24T04:38:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:38:20.682Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:38:20.686Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:39:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:39:11.138Z||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.
2022-03-24T04:39:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:39:11.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:39:11.140Z||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.
2022-03-24T04:39:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:39:20.687Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:39:20.689Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:40:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:40:11.139Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:40:11.140Z||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.
2022-03-24T04:40:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:40:11.140Z||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.
2022-03-24T04:40:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:40:20.684Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:40:20.684Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:41:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:41:11.138Z||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.
2022-03-24T04:41:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:41:11.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:41:11.140Z||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.
2022-03-24T04:41:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:41:20.686Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:41:20.688Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:42:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:42:11.138Z||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.
2022-03-24T04:42:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:42:11.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:42:11.140Z||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.
2022-03-24T04:42:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:42:20.678Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:42:20.684Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:43:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:43:11.138Z||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.
2022-03-24T04:43:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:43:11.139Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:43:11.140Z||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.
2022-03-24T04:43:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:43:20.680Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:43:20.680Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:44:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:44:11.138Z||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.
2022-03-24T04:44:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:44:11.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:44:11.140Z||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.
2022-03-24T04:44:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:44:20.684Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:44:20.684Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:45:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:45:11.137Z||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.
2022-03-24T04:45:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:45:11.140Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:45:11.140Z||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.
2022-03-24T04:45:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:45:20.686Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:45:20.686Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:46:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:46:11.137Z||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.
2022-03-24T04:46:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:46:11.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:46:11.140Z||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.
2022-03-24T04:46:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:46:20.678Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:46:20.679Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:47:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:47:11.138Z||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.
2022-03-24T04:47:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:47:11.139Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:47:11.140Z||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.
2022-03-24T04:47:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:47:20.683Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:47:20.683Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:48:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:48:11.138Z||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.
2022-03-24T04:48:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:48:11.139Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:48:11.140Z||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.
2022-03-24T04:48:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:48:20.683Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:48:20.684Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:49:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:49:11.137Z||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.
2022-03-24T04:49:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:49:11.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:49:11.140Z||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.
2022-03-24T04:49:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:49:20.685Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:49:20.685Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:50:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:50:11.137Z||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.
2022-03-24T04:50:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:50:11.139Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:50:11.140Z||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.
2022-03-24T04:50:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:50:20.682Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:50:20.682Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:51:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:51:11.137Z||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.
2022-03-24T04:51:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:51:11.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:51:11.140Z||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.
2022-03-24T04:51:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:51:20.683Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:51:20.682Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:52:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:52:11.138Z||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.
2022-03-24T04:52:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:52:11.139Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:52:11.140Z||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.
2022-03-24T04:52:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:52:20.682Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:52:20.687Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:53:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:53:11.137Z||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.
2022-03-24T04:53:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:53:11.139Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:53:11.140Z||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.
2022-03-24T04:53:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:53:20.682Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:53:20.682Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:54:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:54:11.138Z||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.
2022-03-24T04:54:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:54:11.139Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:54:11.140Z||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.
2022-03-24T04:54:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:54:20.677Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:54:20.680Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:55:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:55:11.138Z||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.
2022-03-24T04:55:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:55:11.139Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:55:11.140Z||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.
2022-03-24T04:55:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:55:20.681Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:55:20.681Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:56:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:56:11.137Z||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.
2022-03-24T04:56:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:56:11.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:56:11.141Z||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.
2022-03-24T04:56:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:56:20.679Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:56:20.683Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:57:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:57:11.137Z||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.
2022-03-24T04:57:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:57:11.139Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:57:11.140Z||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.
2022-03-24T04:57:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:57:20.681Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:57:20.681Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:58:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:58:11.138Z||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.
2022-03-24T04:58:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:58:11.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:58:11.140Z||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.
2022-03-24T04:58:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:58:20.681Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:58:20.681Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:59:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:59:11.137Z||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.
2022-03-24T04:59:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:59:11.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:59:11.140Z||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.
2022-03-24T04:59:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:59:20.680Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T04:59:20.682Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:00:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:00:11.137Z||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.
2022-03-24T05:00:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:00:11.139Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:00:11.140Z||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.
2022-03-24T05:00:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:00:20.675Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:00:20.683Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:01:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:01:11.137Z||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.
2022-03-24T05:01:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:01:11.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:01:11.140Z||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.
2022-03-24T05:01:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:01:20.681Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:01:20.683Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:02:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:02:11.137Z||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.
2022-03-24T05:02:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:02:11.139Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:02:11.140Z||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.
2022-03-24T05:02:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:02:20.680Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:02:20.681Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:03:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:03:11.137Z||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.
2022-03-24T05:03:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:03:11.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:03:11.140Z||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.
2022-03-24T05:03:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:03:20.684Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:03:20.686Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:04:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:04:11.138Z||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.
2022-03-24T05:04:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:04:11.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:04:11.140Z||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.
2022-03-24T05:04:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:04:20.684Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:04:20.684Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:05:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:05:11.137Z||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.
2022-03-24T05:05:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:05:11.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:05:11.140Z||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.
2022-03-24T05:05:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:05:20.676Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:05:20.677Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:06:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:06:11.137Z||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.
2022-03-24T05:06:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:06:11.140Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:06:11.140Z||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.
2022-03-24T05:06:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:06:20.677Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:06:20.678Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:07:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:07:11.137Z||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.
2022-03-24T05:07:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:07:11.140Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:07:11.140Z||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.
2022-03-24T05:07:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:07:20.678Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:07:20.685Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:08:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:08:11.137Z||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.
2022-03-24T05:08:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:08:11.139Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:08:11.140Z||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.
2022-03-24T05:08:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:08:20.683Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:08:20.683Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:09:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:09:11.138Z||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.
2022-03-24T05:09:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:09:11.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:09:11.140Z||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.
2022-03-24T05:09:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:09:20.684Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:09:20.685Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:10:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:10:11.137Z||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.
2022-03-24T05:10:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:10:11.139Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:10:11.140Z||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.
2022-03-24T05:10:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:10:20.680Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:10:20.684Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:11:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:11:11.137Z||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.
2022-03-24T05:11:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:11:11.139Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:11:11.140Z||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.
2022-03-24T05:11:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:11:20.681Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:11:20.681Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:12:11.138Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:12:11.140Z||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.
2022-03-24T05:12:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:12:11.140Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:12:11.141Z||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.
2022-03-24T05:12:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:12:20.685Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:12:20.685Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:13:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:13:11.137Z||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.
2022-03-24T05:13:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:13:11.139Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:13:11.140Z||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.
2022-03-24T05:13:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:13:20.682Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:13:20.682Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:14:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:14:11.137Z||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.
2022-03-24T05:14:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:14:11.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:14:11.140Z||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.
2022-03-24T05:14:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:14:20.680Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:14:20.682Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:15:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:15:11.137Z||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.
2022-03-24T05:15:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:15:11.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:15:11.140Z||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.
2022-03-24T05:15:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:15:20.693Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:15:20.693Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:16:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:16:11.138Z||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.
2022-03-24T05:16:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:16:11.139Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:16:11.140Z||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.
2022-03-24T05:16:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:16:20.686Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:16:20.689Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:17:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:17:11.138Z||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.
2022-03-24T05:17:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:17:11.139Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:17:11.140Z||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.
2022-03-24T05:17:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:17:20.682Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:17:20.682Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:18:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:18:11.137Z||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.
2022-03-24T05:18:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:18:11.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:18:11.140Z||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.
2022-03-24T05:18:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:18:20.679Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:18:20.680Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:19:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:19:11.138Z||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.
2022-03-24T05:19:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:19:11.139Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:19:11.140Z||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.
2022-03-24T05:19:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:19:20.683Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:19:20.685Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:20:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:20:11.138Z||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.
2022-03-24T05:20:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:20:11.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:20:11.140Z||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.
2022-03-24T05:20:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:20:20.681Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:20:20.682Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:21:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:21:11.137Z||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.
2022-03-24T05:21:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:21:11.139Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:21:11.140Z||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.
2022-03-24T05:21:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:21:20.682Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:21:20.684Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:22:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:22:11.137Z||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.
2022-03-24T05:22:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:22:11.139Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:22:11.140Z||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.
2022-03-24T05:22:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:22:20.680Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:22:20.682Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:23:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:23:11.137Z||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.
2022-03-24T05:23:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:23:11.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:23:11.140Z||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.
2022-03-24T05:23:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:23:20.674Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:23:20.685Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:24:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:24:11.137Z||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.
2022-03-24T05:24:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:24:11.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:24:11.140Z||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.
2022-03-24T05:24:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:24:20.682Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:24:20.682Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:25:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:25:11.137Z||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.
2022-03-24T05:25:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:25:11.139Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:25:11.140Z||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.
2022-03-24T05:25:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:25:20.681Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:25:20.682Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:26:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:26:11.137Z||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.
2022-03-24T05:26:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:26:11.139Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:26:11.140Z||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.
2022-03-24T05:26:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:26:20.682Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:26:20.684Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:27:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:27:11.137Z||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.
2022-03-24T05:27:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:27:11.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:27:11.140Z||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.
2022-03-24T05:27:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:27:20.680Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:27:20.681Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:28:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:28:11.137Z||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.
2022-03-24T05:28:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:28:11.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:28:11.140Z||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.
2022-03-24T05:28:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:28:20.679Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:28:20.682Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:29:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:29:11.137Z||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.
2022-03-24T05:29:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:29:11.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:29:11.140Z||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.
2022-03-24T05:29:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:29:20.681Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:29:20.682Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:30:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:30:11.137Z||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.
2022-03-24T05:30:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:30:11.139Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:30:11.140Z||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.
2022-03-24T05:30:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:30:20.682Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:30:20.684Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:31:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:31:11.137Z||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.
2022-03-24T05:31:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:31:11.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:31:11.140Z||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.
2022-03-24T05:31:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:31:20.686Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:31:20.686Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:32:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:32:11.137Z||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.
2022-03-24T05:32:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:32:11.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:32:11.140Z||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.
2022-03-24T05:32:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:32:20.681Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:32:20.682Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:33:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:33:11.137Z||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.
2022-03-24T05:33:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:33:11.139Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:33:11.140Z||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.
2022-03-24T05:33:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:33:20.678Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:33:20.678Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:34:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:34:11.138Z||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.
2022-03-24T05:34:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:34:11.139Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:34:11.140Z||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.
2022-03-24T05:34:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:34:20.687Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:34:20.687Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:35:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:35:11.137Z||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.
2022-03-24T05:35:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:35:11.139Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:35:11.140Z||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.
2022-03-24T05:35:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:35:20.686Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:35:20.686Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:36:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:36:11.138Z||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.
2022-03-24T05:36:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:36:11.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:36:11.140Z||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.
2022-03-24T05:36:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:36:20.682Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:36:20.687Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:37:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:37:11.138Z||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.
2022-03-24T05:37:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:37:11.140Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:37:11.140Z||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.
2022-03-24T05:37:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:37:20.685Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:37:20.685Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:38:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:38:11.137Z||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.
2022-03-24T05:38:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:38:11.140Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:38:11.140Z||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.
2022-03-24T05:38:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:38:20.682Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:38:20.682Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:39:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:39:11.137Z||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.
2022-03-24T05:39:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:39:11.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:39:11.140Z||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.
2022-03-24T05:39:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:39:20.682Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:39:20.684Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:40:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:40:11.137Z||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.
2022-03-24T05:40:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:40:11.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:40:11.140Z||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.
2022-03-24T05:40:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:40:20.681Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:40:20.683Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:41:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:41:11.137Z||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.
2022-03-24T05:41:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:41:11.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:41:11.140Z||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.
2022-03-24T05:41:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:41:20.680Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:41:20.680Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:42:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:42:11.137Z||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.
2022-03-24T05:42:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:42:11.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:42:11.140Z||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.
2022-03-24T05:42:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:42:20.679Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:42:20.679Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:43:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:43:11.138Z||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.
2022-03-24T05:43:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:43:11.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:43:11.140Z||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.
2022-03-24T05:43:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:43:20.682Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:43:20.682Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:44:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:44:11.137Z||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.
2022-03-24T05:44:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:44:11.139Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:44:11.140Z||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.
2022-03-24T05:44:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:44:20.683Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:44:20.684Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:45:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:45:11.138Z||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.
2022-03-24T05:45:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:45:11.139Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:45:11.140Z||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.
2022-03-24T05:45:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:45:20.684Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:45:20.684Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:46:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:46:11.137Z||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.
2022-03-24T05:46:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:46:11.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:46:11.140Z||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.
2022-03-24T05:46:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:46:20.676Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:46:20.683Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:47:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:47:11.137Z||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.
2022-03-24T05:47:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:47:11.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:47:11.140Z||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.
2022-03-24T05:47:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:47:20.680Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:47:20.686Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:48:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:48:11.137Z||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.
2022-03-24T05:48:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:48:11.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:48:11.140Z||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.
2022-03-24T05:48:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:48:20.681Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:48:20.682Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:49:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:49:11.137Z||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.
2022-03-24T05:49:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:49:11.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:49:11.140Z||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.
2022-03-24T05:49:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:49:20.681Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:49:20.683Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:50:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:50:11.139Z||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.
2022-03-24T05:50:11.139Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:50:11.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:50:11.140Z||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.
2022-03-24T05:50:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:50:20.685Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:50:20.689Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:51:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:51:11.138Z||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.
2022-03-24T05:51:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:51:11.139Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:51:11.140Z||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.
2022-03-24T05:51:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:51:20.678Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:51:20.682Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:52:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:52:11.137Z||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.
2022-03-24T05:52:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:52:11.139Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:52:11.140Z||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.
2022-03-24T05:52:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:52:20.701Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:52:20.702Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:53:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:53:11.138Z||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.
2022-03-24T05:53:11.139Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:53:11.139Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:53:11.140Z||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.
2022-03-24T05:53:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:53:20.684Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:53:20.686Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:54:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:54:11.137Z||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.
2022-03-24T05:54:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:54:11.139Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:54:11.140Z||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.
2022-03-24T05:54:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:54:20.677Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:54:20.679Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:55:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:55:11.138Z||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.
2022-03-24T05:55:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:55:11.139Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:55:11.140Z||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.
2022-03-24T05:55:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:55:20.686Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:55:20.686Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:56:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:56:11.137Z||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.
2022-03-24T05:56:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:56:11.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:56:11.140Z||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.
2022-03-24T05:56:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:56:20.683Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:56:20.683Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:57:11.138Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:57:11.138Z||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.
2022-03-24T05:57:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:57:11.139Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:57:11.140Z||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.
2022-03-24T05:57:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:57:18.507Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:57:18.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T05:57:18.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"8358f844-e5ad-4d90-9ea0-c2fefd07bdfc","serviceName":"vFW 2022-03-24 05-55-31","serviceVersion":"1.0","serviceUUID":"cd448f5a-3f0f-4653-971a-92056e641575","serviceDescription":"catalog service description","serviceInvariantUUID":"a6bb2f43-97a7-4e55-99bd-1a965f5c35a2","resources":[{"resourceInstanceName":"vFW bcb0ba2d-2c9b 0","resourceName":"vFW bcb0ba2d-2c9b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b0e48c3c-133d-4d8c-aa12-a6f156b78624","resourceInvariantUUID":"57bd55da-cf4d-4fe7-8257-9c5b2d124320","resourceCustomizationUUID":"e5a4882e-4545-40bf-ad54-2f170d948af6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vf-license-model.xml","artifactChecksum":"YzQ4YWU1ZWI2NTAyYTIyZjRlNTc5NjM0ZWNkNTY2YWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d4b3ec4a-fb21-459b-aa5a-599ed88d8f35","artifactVersion":"1"},{"artifactName":"vfwbcb0ba2d2c9b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json","artifactChecksum":"MTBjYWNhZmVhNmViZTYwYmY4ZDE5OWFkMDllNjFhNzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2f2b8c4f-1c13-4643-8557-b863141f581c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7e8b07ac-9c92-436f-a613-578d2a7fe411","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vendor-license-model.xml","artifactChecksum":"MzkwYWVlMjc3N2RiMDI0NTk0ZGY4Nzc3NTE2MTVmZjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"24bf6532-a766-4066-920e-c73a2909cd69","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d57158f3-9f70-41f4-a9a9-dfdcffe05513","artifactVersion":"2","generatedFromUUID":"7e8b07ac-9c92-436f-a613-578d2a7fe411"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220324055531-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-template.yml","artifactChecksum":"OWE4N2ZjZGEwYWIxZWM4OTBmYzBiMmQwNGMzMjY3YzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"616d11f2-725d-4b50-84c8-5a73dab54a8b","artifactVersion":"1"},{"artifactName":"service-Vfw20220324055531-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar","artifactChecksum":"NjE4NDRkNzgyMmRmZGJiYjU3MDkxYTI2NGQzZmJmZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b37d4cbd-37a3-414d-8bf2-8dc65cf7b8bc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-24T05:57:18.521Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T05:57:18.526Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T05:57:18.534Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T05:57:18.534Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101431138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:57:18.634Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-24T05:57:18.637Z||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.
2022-03-24T05:57:18.638Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:57:18.653Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:57:18.654Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":3,"count":1}
2022-03-24T05:57:18.765Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:57:18.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:57:18.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101431138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:57:18.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:57:18.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:57:18.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "aai-ml",
"timestamp": 1648101433842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:57:18.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:57:19.538Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T05:57:19.539Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T05:57:19.541Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T05:57:19.541Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101431138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json",
"status": "NOTIFIED"
}
2022-03-24T05:57:19.641Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T05:57:19.642Z||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.
2022-03-24T05:57:19.642Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:57:19.654Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:57:19.654Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T05:57:20.541Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T05:57:20.541Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T05:57:20.543Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T05:57:20.543Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101431138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-24T05:57:20.644Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T05:57:20.644Z||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.
2022-03-24T05:57:20.644Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:57:20.657Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:57:20.658Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-24T05:57:21.544Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T05:57:21.545Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T05:57:21.547Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T05:57:21.547Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101431138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:57:21.647Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T05:57:21.648Z||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.
2022-03-24T05:57:21.648Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:57:21.658Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:57:21.659Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T05:57:22.548Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T05:57:22.549Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T05:57:22.550Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T05:57:22.550Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101431138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-24T05:57:22.651Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T05:57:22.651Z||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.
2022-03-24T05:57:22.651Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:57:22.663Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:57:22.664Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T05:57:23.551Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T05:57:23.552Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T05:57:23.555Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T05:57:23.555Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101431138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:57:23.655Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T05:57:23.656Z||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.
2022-03-24T05:57:23.656Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:57:23.669Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:57:23.669Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T05:57:24.555Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T05:57:24.557Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T05:57:24.559Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T05:57:24.559Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101431138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T05:57:24.659Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T05:57:24.659Z||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.
2022-03-24T05:57:24.659Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:57:24.666Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:57:24.667Z||pool-9-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-24T05:57:25.561Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"serviceName": "vFW 2022-03-24 05-55-31",
"serviceVersion": "1.0",
"serviceUUID": "cd448f5a-3f0f-4653-971a-92056e641575",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "a6bb2f43-97a7-4e55-99bd-1a965f5c35a2",
"resources": [
{
"resourceInstanceName": "vFW bcb0ba2d-2c9b 0",
"resourceCustomizationUUID": "e5a4882e-4545-40bf-ad54-2f170d948af6",
"resourceName": "vFW bcb0ba2d-2c9b",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b0e48c3c-133d-4d8c-aa12-a6f156b78624",
"resourceInvariantUUID": "57bd55da-cf4d-4fe7-8257-9c5b2d124320",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwbcb0ba2d2c9b0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json",
"artifactChecksum": "MTBjYWNhZmVhNmViZTYwYmY4ZDE5OWFkMDllNjFhNzU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2f2b8c4f-1c13-4643-8557-b863141f581c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7e8b07ac-9c92-436f-a613-578d2a7fe411",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d57158f3-9f70-41f4-a9a9-dfdcffe05513",
"generatedFromUUID": "7e8b07ac-9c92-436f-a613-578d2a7fe411"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d57158f3-9f70-41f4-a9a9-dfdcffe05513",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220324055531-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
"artifactChecksum": "NjE4NDRkNzgyMmRmZGJiYjU3MDkxYTI2NGQzZmJmZjI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b37d4cbd-37a3-414d-8bf2-8dc65cf7b8bc"
}
],
"workloadContext": "Production"
}
2022-03-24T05:57:25.562Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-24T05:57:25.563Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cd448f5a-3f0f-4653-971a-92056e641575 ASDC
2022-03-24T05:57:25.629Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
ServiceName:vFW 2022-03-24 05-55-31
ServiceVersion:1.0
ServiceUUID:cd448f5a-3f0f-4653-971a-92056e641575
ServiceInvariantUUID:a6bb2f43-97a7-4e55-99bd-1a965f5c35a2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220324055531-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar
ArtifactUUID:b37d4cbd-37a3-414d-8bf2-8dc65cf7b8bc
ArtifactChecksum:NjE4NDRkNzgyMmRmZGJiYjU3MDkxYTI2NGQzZmJmZjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW bcb0ba2d-2c9b 0
ResourceCustomizationUUID:e5a4882e-4545-40bf-ad54-2f170d948af6
ResourceInvariantUUID:57bd55da-cf4d-4fe7-8257-9c5b2d124320
ResourceName:vFW bcb0ba2d-2c9b
ResourceType:VF
ResourceUUID:b0e48c3c-133d-4d8c-aa12-a6f156b78624
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwbcb0ba2d2c9b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json
ArtifactUUID:2f2b8c4f-1c13-4643-8557-b863141f581c
ArtifactChecksum:MTBjYWNhZmVhNmViZTYwYmY4ZDE5OWFkMDllNjFhNzU=
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/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml
ArtifactUUID:7e8b07ac-9c92-436f-a613-578d2a7fe411
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/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env
ArtifactUUID:d57158f3-9f70-41f4-a9a9-dfdcffe05513
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/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env
ArtifactUUID:d57158f3-9f70-41f4-a9a9-dfdcffe05513
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-24T05:57:25.629Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cd448f5a-3f0f-4653-971a-92056e641575 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 (?, ?, ?, ?, ?)
2022-03-24T05:57:25.811Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T05:57:25.812Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-24T05:57:25.813Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-24T05:57:25.814Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b37d4cbd-37a3-414d-8bf2-8dc65cf7b8bc from URL: /sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar
2022-03-24T05:57:25.814Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-24T05:57:25.815Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar
2022-03-24T05:57:26.062Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-24T05:57:26.076Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar b37d4cbd-37a3-414d-8bf2-8dc65cf7b8bc 98926
2022-03-24T05:57:26.078Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar ASDC sendASDCNotification
2022-03-24T05:57:26.078Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar
2022-03-24T05:57:26.078Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T05:57:26.079Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T05:57:26.080Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T05:57:26.080Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101446077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-24T05:57:26.181Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T05:57:26.182Z||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.
2022-03-24T05:57:26.182Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:57:26.194Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:57:26.194Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T05:57:27.081Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T05:57:27.082Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-24T05:57:27.082Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: b37d4cbd-37a3-414d-8bf2-8dc65cf7b8bc, URL: /sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar to file: /app/ASDC/1/service-Vfw20220324055531-csar.csar
2022-03-24T05:57:27.083Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220324055531-csar.csar
2022-03-24T05:57:27.136Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220324055531-csar.csar
2022-03-24T05:57:27.136Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220324055531-csar.csar
2022-03-24T05:57:27.589Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15449153295671583391/Definitions/service-Vfw20220324055531-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
2022-03-24T05:57:29.827Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-24T05:57:29.831Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-24T05:57:29.831Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220324055531-csar.csar
2022-03-24T05:57:29.831Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-24T05:57:29.831Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220324055531-csar.csar
2022-03-24T05:57:29.831Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220324055531-csar.csar
2022-03-24T05:57:29.831Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324055531-csar.csar
2022-03-24T05:57:29.831Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324055531-csar.csar
2022-03-24T05:57:29.831Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324055531-csar.csar
2022-03-24T05:57:29.831Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220324055531-csar.csar
2022-03-24T05:57:29.831Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324055531-csar.csar
2022-03-24T05:57:29.831Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324055531-csar.csar
2022-03-24T05:57:29.831Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220324055531-csar.csar
2022-03-24T05:57:29.832Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220324055531-csar.csar
2022-03-24T05:57:29.832Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324055531-csar.csar
2022-03-24T05:57:29.832Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW bcb0ba2d-2c9b 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-Vfw20220324055531-csar.csar
2022-03-24T05:57:29.832Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324055531-csar.csar
2022-03-24T05:57:29.832Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-24T05:57:29.837Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T05:57:29.838Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-24 05-55-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T05:57:29.840Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vFW bcb0ba2d-2c9b 0 is matching search criteria
2022-03-24T05:57:29.840Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-24T05:57:29.841Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bcb0ba2d-2c9b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T05:57:29.842Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T05:57:29.842Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-24 05-55-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T05:57:29.843Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vFW bcb0ba2d-2c9b 0 is matching search criteria
2022-03-24T05:57:29.843Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-24T05:57:29.843Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bcb0ba2d-2c9b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T05:57:29.843Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T05:57:29.843Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-24 05-55-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T05:57:29.845Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T05:57:29.846Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vFW bcb0ba2d-2c9b 0 is not matching search criteria
2022-03-24T05:57:29.846Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T05:57:29.846Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T05:57:29.846Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T05:57:29.846Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T05:57:29.846Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T05:57:29.846Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T05:57:29.846Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T05:57:29.846Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T05:57:29.846Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T05:57:29.846Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T05:57:29.846Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T05:57:29.846Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T05:57:29.846Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T05:57:29.847Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T05:57:29.847Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T05:57:29.847Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-24T05:57:29.847Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T05:57:29.847Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-24 05-55-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T05:57:29.848Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T05:57:29.848Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vFW bcb0ba2d-2c9b 0 is matching search criteria
2022-03-24T05:57:29.848Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bcb0ba2d-2c9b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T05:57:29.848Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T05:57:29.848Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vFW bcb0ba2d-2c9b 0 is matching search criteria
2022-03-24T05:57:29.848Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bcb0ba2d-2c9b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T05:57:29.848Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T05:57:29.849Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vFW bcb0ba2d-2c9b 0 is matching search criteria
2022-03-24T05:57:29.849Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bcb0ba2d-2c9b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T05:57:29.849Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T05:57:29.849Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vFW bcb0ba2d-2c9b 0 is not matching search criteria
2022-03-24T05:57:29.849Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T05:57:29.849Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-24T05:57:29.849Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T05:57:29.849Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T05:57:29.849Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T05:57:29.849Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T05:57:29.849Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T05:57:29.849Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T05:57:29.849Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T05:57:29.849Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T05:57:29.849Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T05:57:29.850Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1c93ed92-f67a-4c17-8078-44d73add6aa0
2022-03-24T05:57:29.850Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T05:57:29.850Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vFW bcb0ba2d-2c9b 0 is not matching search criteria
2022-03-24T05:57:29.850Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T05:57:29.850Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T05:57:29.850Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T05:57:29.850Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T05:57:29.850Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T05:57:29.850Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T05:57:29.850Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T05:57:29.850Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-24T05:57:29.850Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T05:57:29.850Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T05:57:29.850Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T05:57:29.850Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T05:57:29.851Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4ee2fa2f-840e-4162-a8f7-2de2985dacba
2022-03-24T05:57:29.851Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T05:57:29.851Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vFW bcb0ba2d-2c9b 0 is not matching search criteria
2022-03-24T05:57:29.851Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T05:57:29.851Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T05:57:29.851Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T05:57:29.851Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T05:57:29.851Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T05:57:29.851Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T05:57:29.851Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T05:57:29.851Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T05:57:29.851Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T05:57:29.851Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T05:57:29.851Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T05:57:29.851Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-24T05:57:29.852Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b0b7cdb5-ad31-47b1-8162-73a861014f7a
2022-03-24T05:57:29.852Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T05:57:29.852Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-24 05-55-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T05:57:29.852Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T05:57:29.852Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-24 05-55-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T05:57:29.852Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T05:57:29.852Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-24 05-55-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T05:57:29.852Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T05:57:29.852Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-24 05-55-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T05:57:29.852Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-24 05-55-31
Description:catalog service description
Model UUID:cd448f5a-3f0f-4653-971a-92056e641575
Model Version:NULL
Model InvariantUuid:a6bb2f43-97a7-4e55-99bd-1a965f5c35a2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW bcb0ba2d-2c9b
Model UUID:d1be60b2-36f7-4d5e-835b-72c7983e0a54
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:57bd55da-cf4d-4fe7-8257-9c5b2d124320
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e5a4882e-4545-40bf-ad54-2f170d948af6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:6f5db154-3856-4258-9bdf-89759ad3627d
ModelName:VfwBcb0ba2d2c9b..base_vfw..module-0
ModelUuid:9898b2ff-ca7d-41dd-8777-913b1eb9bd5f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1c93ed92-f67a-4c17-8078-44d73add6aa0
ModelInvariantUuid:32fa3064-addc-44a2-a827-afcc312a85fe
ModelName:vFW bcb0ba2d-2c9b-nodes.vfwCvfc
ModelUuid:857f1242-f8b9-4403-b241-f0a29b95b2d8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:d8b46b03-92b4-4a3d-b1d2-1d53b9d1cbec
ModelInvariantUuid:5c639bf5-cd04-4ef9-8cba-76f7648efb3b
ModelName:VfwBcb0ba2d2c9b.compute.nodes.heat.vfw
ModelUuid:e4ef214e-2345-43cf-b8c8-ecd1b7cf50f0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4ee2fa2f-840e-4162-a8f7-2de2985dacba
ModelInvariantUuid:070debce-fde8-447e-b844-2b6ce0fa7d60
ModelName:vFW bcb0ba2d-2c9b-nodes.vsnCvfc
ModelUuid:475a97f9-fb87-4442-bc69-2a23801eeba0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:cd312f37-b339-4b82-8eea-c6268a1aef9d
ModelInvariantUuid:762a5e9b-7136-4cdc-b6ce-8c23aca5c416
ModelName:VfwBcb0ba2d2c9b.compute.nodes.heat.vsn
ModelUuid:d37765c0-dc41-40d8-a0e2-bffb426450b0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b0b7cdb5-ad31-47b1-8162-73a861014f7a
ModelInvariantUuid:9f85beab-d017-40da-aeef-e747bdd8d06b
ModelName:vFW bcb0ba2d-2c9b-nodes.vpgCvfc
ModelUuid:d7fdb442-87b5-40b2-850c-a53209b6da0e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:9d46e1f0-8053-4d61-8fad-f9d61159c8b0
ModelInvariantUuid:a4c76abc-3a76-47be-9c7e-6176ea39f59a
ModelName:VfwBcb0ba2d2c9b.compute.nodes.heat.vpg
ModelUuid:ce9689ed-0970-4aa4-a8f9-7bdc86fb60aa
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=?
2022-03-24T05:57:29.889Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: b0e48c3c-133d-4d8c-aa12-a6f156b78624
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=?
2022-03-24T05:57:29.955Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||vFW bcb0ba2d-2c9b 0
2022-03-24T05:57:29.962Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b0e48c3c-133d-4d8c-aa12-a6f156b78624
2022-03-24T05:57:29.962Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2f2b8c4f-1c13-4643-8557-b863141f581c from URL: /sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json
2022-03-24T05:57:29.962Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-24T05:57:29.962Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json
2022-03-24T05:57:30.086Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-24T05:57:30.086Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json 2f2b8c4f-1c13-4643-8557-b863141f581c 785
2022-03-24T05:57:30.087Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json ASDC sendASDCNotification
2022-03-24T05:57:30.087Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json
2022-03-24T05:57:30.087Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T05:57:30.087Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T05:57:30.091Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T05:57:30.091Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101450087,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-24T05:57:30.191Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T05:57:30.192Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T05:57:30.193Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:57:30.207Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:57:30.207Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-24T05:57:31.093Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwBcb0ba2d2c9b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "6f5db154-3856-4258-9bdf-89759ad3627d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9898b2ff-ca7d-41dd-8777-913b1eb9bd5f",
"vfModuleModelCustomizationUUID": "fa7cf8e7-156b-4413-baf1-16f596c57697",
"isBase": true,
"artifacts": [
"7e8b07ac-9c92-436f-a613-578d2a7fe411",
"d57158f3-9f70-41f4-a9a9-dfdcffe05513"
],
"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": ""
}
}
]
2022-03-24T05:57:31.107Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBcb0ba2d2c9b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9898b2ff-ca7d-41dd-8777-913b1eb9bd5f
VfModuleModelInvariantUUID:6f5db154-3856-4258-9bdf-89759ad3627d
VfModuleModelDescription:NULL
Artifacts UUID List:{
7e8b07ac-9c92-436f-a613-578d2a7fe411
,
d57158f3-9f70-41f4-a9a9-dfdcffe05513
}
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
}
2022-03-24T05:57:31.109Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwBcb0ba2d2c9b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "6f5db154-3856-4258-9bdf-89759ad3627d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9898b2ff-ca7d-41dd-8777-913b1eb9bd5f",
"vfModuleModelCustomizationUUID": "fa7cf8e7-156b-4413-baf1-16f596c57697",
"isBase": true,
"artifacts": [
"7e8b07ac-9c92-436f-a613-578d2a7fe411",
"d57158f3-9f70-41f4-a9a9-dfdcffe05513"
],
"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": ""
}
}
]
2022-03-24T05:57:31.110Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBcb0ba2d2c9b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9898b2ff-ca7d-41dd-8777-913b1eb9bd5f
VfModuleModelInvariantUUID:6f5db154-3856-4258-9bdf-89759ad3627d
VfModuleModelDescription:NULL
Artifacts UUID List:{
7e8b07ac-9c92-436f-a613-578d2a7fe411
,
d57158f3-9f70-41f4-a9a9-dfdcffe05513
}
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
}
2022-03-24T05:57:31.110Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7e8b07ac-9c92-436f-a613-578d2a7fe411 from URL: /sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml
2022-03-24T05:57:31.110Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-24T05:57:31.110Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml
2022-03-24T05:57:31.181Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-24T05:57:31.183Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml 7e8b07ac-9c92-436f-a613-578d2a7fe411 20368
2022-03-24T05:57:31.183Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-24T05:57:31.184Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml
2022-03-24T05:57:31.184Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T05:57:31.184Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T05:57:31.187Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T05:57:31.187Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101451183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-24T05:57:31.287Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T05:57:31.288Z||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.
2022-03-24T05:57:31.289Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:57:31.301Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:57:31.302Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T05:57:32.188Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d57158f3-9f70-41f4-a9a9-dfdcffe05513 from URL: /sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env
2022-03-24T05:57:32.188Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-24T05:57:32.189Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env
2022-03-24T05:57:32.229Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-24T05:57:32.229Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env d57158f3-9f70-41f4-a9a9-dfdcffe05513 2098
2022-03-24T05:57:32.229Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-24T05:57:32.229Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env
2022-03-24T05:57:32.229Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T05:57:32.230Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T05:57:32.232Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T05:57:32.232Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101452229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-24T05:57:32.332Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T05:57:32.333Z||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.
2022-03-24T05:57:32.334Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:57:32.350Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:57:32.350Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-24T05:57:33.233Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: cd448f5a-3f0f-4653-971a-92056e641575
2022-03-24T05:57:33.233Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW bcb0ba2d-2c9b 0 b0e48c3c-133d-4d8c-aa12-a6f156b78624 ASDC
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 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 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=?
2022-03-24T05:57:33.269Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5314905c, org.onap.sdc.toscaparser.api.parameters.Input@6dab0958, org.onap.sdc.toscaparser.api.parameters.Input@5a13c527, org.onap.sdc.toscaparser.api.parameters.Input@61b283b3, org.onap.sdc.toscaparser.api.parameters.Input@16d379a9]
2022-03-24T05:57:33.272Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T05:57:33.272Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-24 05-55-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T05:57:33.272Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-03-24T05:57:33.272Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= e5a4882e-4545-40bf-ad54-2f170d948af6
2022-03-24T05:57:33.272Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e5a4882e-4545-40bf-ad54-2f170d948af6 matches Tosca VF Customization UUID: e5a4882e-4545-40bf-ad54-2f170d948af6
2022-03-24T05:57:33.272Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: e5a4882e-4545-40bf-ad54-2f170d948af6 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=?
2022-03-24T05:57:33.277Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T05:57:33.277Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-24 05-55-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T05:57:33.278Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id e5a4882e-4545-40bf-ad54-2f170d948af6: {\"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\"}
2022-03-24T05:57:33.278Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@357bfd9a
2022-03-24T05:57:33.278Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T05:57:33.278Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-24 05-55-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T05:57:33.279Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fa7cf8e7-156b-4413-baf1-16f596c57697
2022-03-24T05:57:33.279Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fa7cf8e7-156b-4413-baf1-16f596c57697
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=?
2022-03-24T05:57:33.283Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T05:57:33.284Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vFW bcb0ba2d-2c9b 0 is matching search criteria
2022-03-24T05:57:33.284Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bcb0ba2d-2c9b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T05:57:33.284Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T05:57:33.284Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vFW bcb0ba2d-2c9b 0 is matching search criteria
2022-03-24T05:57:33.284Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bcb0ba2d-2c9b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T05:57:33.285Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T05:57:33.285Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vFW bcb0ba2d-2c9b 0 is not matching search criteria
2022-03-24T05:57:33.285Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T05:57:33.285Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-24T05:57:33.285Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T05:57:33.285Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T05:57:33.285Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T05:57:33.285Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T05:57:33.285Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T05:57:33.285Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T05:57:33.285Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T05:57:33.285Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T05:57:33.285Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T05:57:33.285Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1c93ed92-f67a-4c17-8078-44d73add6aa0
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=?
2022-03-24T05:57:33.291Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T05:57:33.291Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vFW bcb0ba2d-2c9b 0 is matching search criteria
2022-03-24T05:57:33.291Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bcb0ba2d-2c9b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T05:57:33.291Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T05:57:33.291Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vFW bcb0ba2d-2c9b 0 is not matching search criteria
2022-03-24T05:57:33.292Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T05:57:33.292Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T05:57:33.292Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T05:57:33.292Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T05:57:33.292Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T05:57:33.292Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T05:57:33.292Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T05:57:33.292Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-24T05:57:33.292Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T05:57:33.292Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T05:57:33.292Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T05:57:33.292Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T05:57:33.292Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4ee2fa2f-840e-4162-a8f7-2de2985dacba
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=?
2022-03-24T05:57:33.294Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T05:57:33.295Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vFW bcb0ba2d-2c9b 0 is matching search criteria
2022-03-24T05:57:33.295Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bcb0ba2d-2c9b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T05:57:33.297Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T05:57:33.297Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vFW bcb0ba2d-2c9b 0 is not matching search criteria
2022-03-24T05:57:33.297Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T05:57:33.297Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T05:57:33.297Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T05:57:33.297Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T05:57:33.297Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T05:57:33.297Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T05:57:33.298Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T05:57:33.298Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T05:57:33.298Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T05:57:33.298Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T05:57:33.298Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T05:57:33.298Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-24T05:57:33.298Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b0b7cdb5-ad31-47b1-8162-73a861014f7a
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=?
2022-03-24T05:57:33.300Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T05:57:33.300Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vFW bcb0ba2d-2c9b 0 is matching search criteria
2022-03-24T05:57:33.300Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bcb0ba2d-2c9b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T05:57:33.300Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T05:57:33.300Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vFW bcb0ba2d-2c9b 0 is matching search criteria
2022-03-24T05:57:33.300Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bcb0ba2d-2c9b 0] matching following query criteria: sdcType=VF, customizationUUID=e5a4882e-4545-40bf-ad54-2f170d948af6
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=?
2022-03-24T05:57:33.302Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T05:57:33.302Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-24 05-55-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T05:57:33.302Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid cd448f5a-3f0f-4653-971a-92056e641575: vFW bcb0ba2d-2c9b
2022-03-24T05:57:33.302Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T05:57:33.303Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-24 05-55-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T05:57:33.303Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T05:57:33.303Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-24 05-55-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T05:57:33.303Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T05:57:33.303Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-24 05-55-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T05:57:33.303Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T05:57:33.303Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-24 05-55-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T05:57:33.303Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T05:57:33.304Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-24 05-55-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T05:57:33.304Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-03-24 05-55-31
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 (?, ?, ?, ?, ?)
2022-03-24T05:57:33.577Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW bcb0ba2d-2c9b b0e48c3c-133d-4d8c-aa12-a6f156b78624 1 ASDC deployResourceStructure
2022-03-24T05:57:33.577Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json ASDC sendASDCNotification
2022-03-24T05:57:33.577Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json
2022-03-24T05:57:33.577Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T05:57:33.578Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T05:57:33.579Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T05:57:33.579Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101453577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-24T05:57:33.680Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T05:57:33.680Z||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.
2022-03-24T05:57:33.681Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:57:33.695Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:57:33.695Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T05:57:34.580Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-24T05:57:34.581Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml
2022-03-24T05:57:34.581Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T05:57:34.581Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T05:57:34.584Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T05:57:34.584Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101454580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-24T05:57:34.684Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T05:57:34.684Z||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.
2022-03-24T05:57:34.685Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:57:34.696Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:57:34.697Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T05:57:35.585Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-24T05:57:35.585Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env
2022-03-24T05:57:35.586Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T05:57:35.586Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T05:57:35.588Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T05:57:35.588Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101455585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-24T05:57:35.689Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T05:57:35.689Z||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.
2022-03-24T05:57:35.689Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:57:35.701Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:57:35.702Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T05:57:36.590Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar ASDC sendASDCNotification
2022-03-24T05:57:36.590Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar
2022-03-24T05:57:36.590Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T05:57:36.591Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T05:57:36.594Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T05:57:36.594Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101456590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-24T05:57:36.694Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T05:57:36.695Z||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.
2022-03-24T05:57:36.695Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:57:36.708Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:57:36.708Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T05:57:37.596Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
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=?
2022-03-24T05:57:37.621Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
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=?
2022-03-24T05:57:37.623Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T05:57:37.623Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T05:57:37.623Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T05:58:07.624Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
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=?
2022-03-24T05:58:07.639Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
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=?
2022-03-24T05:58:07.642Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T05:58:07.642Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T05:58:07.643Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T05:58:11.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:58:11.140Z||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.
2022-03-24T05:58:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:58:11.165Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:58:11.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:58:11.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "cds",
"timestamp": 1648101431592,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:58:11.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:58:37.643Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
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=?
2022-03-24T05:58:37.656Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
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=?
2022-03-24T05:58:37.660Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T05:58:37.660Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T05:58:37.660Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T05:59:07.660Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
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=?
2022-03-24T05:59:07.679Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
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=?
2022-03-24T05:59:07.682Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T05:59:07.682Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T05:59:07.683Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T05:59:11.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:59:11.140Z||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.
2022-03-24T05:59:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:59:11.671Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T05:59:11.681Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.682Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "aai-ml",
"timestamp": 1648101433842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "cds",
"timestamp": 1648101431592,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101431138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json",
"status": "NOTIFIED"
}
2022-03-24T05:59:11.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "aai-ml",
"timestamp": 1648101433842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101431138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-24T05:59:11.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "cds",
"timestamp": 1648101431592,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "aai-ml",
"timestamp": 1648101433842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101431138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "cds",
"timestamp": 1648101431592,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "aai-ml",
"timestamp": 1648101433842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101431138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-24T05:59:11.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "cds",
"timestamp": 1648101431592,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "policy-id",
"timestamp": 1648101442855,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "cds",
"timestamp": 1648101431592,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "aai-ml",
"timestamp": 1648101433842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.687Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101431138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.687Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "policy-id",
"timestamp": 1648101442855,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.687Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101431138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T05:59:11.687Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "cds",
"timestamp": 1648101431592,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T05:59:11.687Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "aai-ml",
"timestamp": 1648101433842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T05:59:11.687Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "policy-id",
"timestamp": 1648101442855,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-24T05:59:11.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "cds",
"timestamp": 1648101445886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-24T05:59:11.688Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T05:59:11.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "aai-ml",
"timestamp": 1648101445901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-24T05:59:11.688Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T05:59:11.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101446077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-24T05:59:11.688Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T05:59:11.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648101445613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "policy-id",
"timestamp": 1648101442855,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "dcae-sch",
"timestamp": 1648101446043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "cds",
"timestamp": 1648101446902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T05:59:11.696Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
2022-03-24T05:59:11.696Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T05:59:11.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648101445613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json",
"status": "NOTIFIED"
}
2022-03-24T05:59:11.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "policy-id",
"timestamp": 1648101442855,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "dcae-sch",
"timestamp": 1648101446043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "ves-openapi-manager",
"timestamp": 1648101447588,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648101445613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "policy-id",
"timestamp": 1648101442855,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "dcae-sch",
"timestamp": 1648101446043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "ves-openapi-manager",
"timestamp": 1648101447588,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648101445613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "policy-id",
"timestamp": 1648101442855,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T05:59:11.707Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "dcae-sch",
"timestamp": 1648101446043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.707Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101450087,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-24T05:59:11.707Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T05:59:11.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "ves-openapi-manager",
"timestamp": 1648101447588,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.707Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648101445613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-24T05:59:11.707Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "dcae-sch",
"timestamp": 1648101446043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.707Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "policy-id",
"timestamp": 1648101450799,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-24T05:59:11.707Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T05:59:11.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101451183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "ves-openapi-manager",
"timestamp": 1648101447588,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648101445613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "dcae-sch",
"timestamp": 1648101446043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "policy-id",
"timestamp": 1648101451807,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101452229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "ves-openapi-manager",
"timestamp": 1648101447588,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648101445613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "dcae-sch",
"timestamp": 1648101446043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.709Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "policy-id",
"timestamp": 1648101452812,
"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=?
2022-03-24T05:59:11.713Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
2022-03-24T05:59:11.713Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc 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 (?, ?, ?, ?, ?)
2022-03-24T05:59:11.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "ves-openapi-manager",
"timestamp": 1648101447588,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.722Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648101453351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-24T05:59:11.722Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T05:59:11.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101453577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-24T05:59:11.723Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T05:59:11.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "ves-openapi-manager",
"timestamp": 1648101447588,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648101454411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-24T05:59:11.723Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T05:59:11.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101454580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-24T05:59:11.723Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T05:59:11.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648101455456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-24T05:59:11.724Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T05:59:11.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101455585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-24T05:59:11.724Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T05:59:11.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "aai-ml",
"timestamp": 1648101456154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-24T05:59:11.724Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T05:59:11.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648101456504,
"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=?
2022-03-24T05:59:11.730Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
2022-03-24T05:59:11.730Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc 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=?
2022-03-24T05:59:11.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101456590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-24T05:59:11.738Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T05:59:11.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "aai-ml",
"timestamp": 1648101457158,
"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=?
2022-03-24T05:59:11.742Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
2022-03-24T05:59:11.743Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc 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 (?, ?, ?, ?, ?)
2022-03-24T05:59:11.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648101457507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-24T05:59:11.752Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T05:59:11.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "clamp",
"timestamp": 1648101457814,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.752Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "clamp",
"timestamp": 1648101457814,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json",
"status": "NOTIFIED"
}
2022-03-24T05:59:11.753Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "clamp",
"timestamp": 1648101457814,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.753Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "clamp",
"timestamp": 1648101457814,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.753Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "clamp",
"timestamp": 1648101457814,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.754Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "clamp",
"timestamp": 1648101457814,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.754Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "clamp",
"timestamp": 1648101457814,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T05:59:11.754Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-24T05:59:11.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.755Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "clamp",
"timestamp": 1648101478671,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-24T05:59:11.755Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T05:59:11.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.755Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "clamp",
"timestamp": 1648101480678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-24T05:59:11.755Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T05:59:11.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.755Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "clamp",
"timestamp": 1648101481681,
"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=?
2022-03-24T05:59:11.761Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
2022-03-24T05:59:11.761Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc 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 (?, ?, ?, ?, ?)
2022-03-24T05:59:37.683Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
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=?
2022-03-24T05:59:37.698Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
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=?
2022-03-24T05:59:37.702Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T05:59:37.703Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T05:59:37.703Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T05:59:37.703Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:00:07.703Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
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=?
2022-03-24T06:00:07.719Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
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=?
2022-03-24T06:00:07.722Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:00:07.722Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:00:07.722Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:00:07.722Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:00:11.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:00:11.140Z||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.
2022-03-24T06:00:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:00:20.689Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:00:37.723Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
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=?
2022-03-24T06:00:37.738Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
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=?
2022-03-24T06:00:37.743Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:00:37.743Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:00:37.743Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:00:37.744Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:01:07.744Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
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=?
2022-03-24T06:01:07.757Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
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=?
2022-03-24T06:01:07.760Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:01:07.760Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:01:07.760Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:01:07.760Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:01:11.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:01:11.140Z||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.
2022-03-24T06:01:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:01:20.686Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:01:37.761Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
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=?
2022-03-24T06:01:37.774Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
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=?
2022-03-24T06:01:37.777Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:01:37.777Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:01:37.777Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:01:37.777Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:02:07.777Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
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=?
2022-03-24T06:02:07.788Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
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=?
2022-03-24T06:02:07.791Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:02:07.791Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:02:07.791Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:02:07.791Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:02:11.139Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:02:11.140Z||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.
2022-03-24T06:02:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:02:20.686Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:02:37.791Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-03-24T06:02:37.792Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc 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=?
2022-03-24T06:02:37.804Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc and serviceModelVersionId: cd448f5a-3f0f-4653-971a-92056e641575
2022-03-24T06:02:37.804Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6bb2f43-97a7-4e55-99bd-1a965f5c35a2
2022-03-24T06:02:47.905Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6bb2f43-97a7-4e55-99bd-1a965f5c35a2/model-vers/model-ver/cd448f5a-3f0f-4653-971a-92056e641575?depth=0
2022-03-24T06:02:48.001Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-03-24T06:02:48.343Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6bb2f43-97a7-4e55-99bd-1a965f5c35a2/model-vers/model-ver/cd448f5a-3f0f-4653-971a-92056e641575?depth=0|INFO|500||Invoke
2022-03-24T06:02:48.350Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6bb2f43-97a7-4e55-99bd-1a965f5c35a2/model-vers/model-ver/cd448f5a-3f0f-4653-971a-92056e641575?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6bb2f43-97a7-4e55-99bd-1a965f5c35a2/model-vers/model-ver/cd448f5a-3f0f-4653-971a-92056e641575?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8358f844-e5ad-4d90-9ea0-c2fefd07bdfc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[832c0022-67ed-4abf-b617-6144c8d57c5e], X-ECOMP-RequestID=[8358f844-e5ad-4d90-9ea0-c2fefd07bdfc], X-TransactionId=[], X-ONAP-RequestID=[8358f844-e5ad-4d90-9ea0-c2fefd07bdfc], Content-Type=[application/merge-patch+json]}
2022-03-24T06:02:48.443Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6bb2f43-97a7-4e55-99bd-1a965f5c35a2/model-vers/model-ver/cd448f5a-3f0f-4653-971a-92056e641575?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-03-24T06:02:48.982Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6bb2f43-97a7-4e55-99bd-1a965f5c35a2/model-vers/model-ver/cd448f5a-3f0f-4653-971a-92056e641575?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6bb2f43-97a7-4e55-99bd-1a965f5c35a2/model-vers/model-ver/cd448f5a-3f0f-4653-971a-92056e641575?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220324-06:02:48:451-96152], vertex-id=[208912], Content-Length=[0], Date=[Thu, 24 Mar 2022 06:02:48 GMT], Content-Type=[application/json]}
2022-03-24T06:02:48.983Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6bb2f43-97a7-4e55-99bd-1a965f5c35a2/model-vers/model-ver/cd448f5a-3f0f-4653-971a-92056e641575?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-24T06:02:48.984Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6bb2f43-97a7-4e55-99bd-1a965f5c35a2/model-vers/model-ver/cd448f5a-3f0f-4653-971a-92056e641575?depth=0|INFO|500||InvokeReturn
2022-03-24T06:02:48.987Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-24T06:02:48.987Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||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=?
2022-03-24T06:02:48.991Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-24T06:02:48.993Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-03-24T06:02:48.993Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-24T06:02:48.994Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:02:48.995Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:02:48.995Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101768993,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-24T06:02:49.096Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:02:49.097Z||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.
2022-03-24T06:02:49.097Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:02:49.119Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:02:49.119Z||pool-18-thread-1|||||INFO|500||cambria reply ok (23 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=?
2022-03-24T06:02:50.012Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:02:50.013Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|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.
2022-03-24T06:02:50.013Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:03:00.913Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:03:00.914Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:03:00.914Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|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.
2022-03-24T06:03:00.914Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:03:10.453Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:03:10.453Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:03:10.455Z||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.
2022-03-24T06:03:10.455Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:03:11.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:03:11.140Z||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.
2022-03-24T06:03:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:03:11.765Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:03:11.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:03:11.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101768993,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-24T06:03:11.767Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:03:20.001Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:03:20.002Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:03:20.002Z||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.
2022-03-24T06:03:20.002Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:03:29.548Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:03:29.549Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:03:29.549Z||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.
2022-03-24T06:03:29.549Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:03:39.087Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:03:39.087Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:03:39.088Z||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.
2022-03-24T06:03:39.088Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:03:48.625Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:04:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:04:11.137Z||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.
2022-03-24T06:04:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:04:11.139Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:04:11.140Z||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.
2022-03-24T06:04:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:04:20.677Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:04:20.681Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:05:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:05:11.137Z||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.
2022-03-24T06:05:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:05:11.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:05:11.140Z||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.
2022-03-24T06:05:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:05:11.766Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:05:11.766Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.766Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"7b9b49dc-c47e-41ff-81b7-db4fd227f6b9","serviceName":"vFW 2022-03-24 06-03-29","serviceVersion":"1.0","serviceUUID":"24f67189-528e-4137-828b-27e546a65d72","serviceDescription":"catalog service description","serviceInvariantUUID":"9129a6d6-2477-48c8-b36d-3fff9aa20690","resources":[{"resourceInstanceName":"vFW dbeffa19-0e49 0","resourceName":"vFW dbeffa19-0e49","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dbd280d6-7aae-41eb-be71-1573d4de999c","resourceInvariantUUID":"21693e7d-f154-45d5-bd75-44653f256946","resourceCustomizationUUID":"e46b39d8-0119-4df4-8d9f-cbb6847d09af","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vf-license-model.xml","artifactChecksum":"OGVmYjY2NTZjOGVjMDZkMTM2YmEyY2QxY2M4MDljOTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"10c42709-d704-4521-ba3e-a4fddd1defa8","artifactVersion":"1"},{"artifactName":"vfwdbeffa190e490_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json","artifactChecksum":"NGNkYjlkNDE4ZmQ3NGFjM2FlNzEyOGQ0Zjc2NTgyM2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"43ec4b3e-e903-450c-8b95-baaf24117c24","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"911fac0e-52aa-49e6-b102-47c5cd5b6dca","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vendor-license-model.xml","artifactChecksum":"ODE3NmIwMTYxYTNlNDNjYjQ5ZTY5Y2ExN2RiY2U5OWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2b366a37-939c-4637-80e1-ee144bdf21fe","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8e15877f-8c56-4bb3-b2b7-98902fe1ce0d","artifactVersion":"2","generatedFromUUID":"911fac0e-52aa-49e6-b102-47c5cd5b6dca"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220324060329-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-template.yml","artifactChecksum":"MGFjZjJiNjdlMjdmNDgxNDI2NmVjODlkY2UxYzg5M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a9793f96-c8f5-440a-8487-9e9b2837e15f","artifactVersion":"1"},{"artifactName":"service-Vfw20220324060329-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar","artifactChecksum":"ZTkyZWY4N2VmOTY5Yjg3ZWE4YmFhOGQ0MzhjYmY3MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b5ad1424-5bf3-4051-87f3-427cf556df10","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-24T06:05:11.768Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:05:11.768Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:05:11.768Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:05:11.769Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:05:11.770Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101911137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "dcae-sch",
"timestamp": 1648101886043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "cds",
"timestamp": 1648101881592,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "policy-id",
"timestamp": 1648101882854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648101885613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.771Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "clamp",
"timestamp": 1648101877814,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.771Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "aai-ml",
"timestamp": 1648101883842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.771Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1648101887588,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.771Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "cds",
"timestamp": 1648101881592,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.771Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "dcae-sch",
"timestamp": 1648101886043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "policy-id",
"timestamp": 1648101882854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648101885613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json",
"status": "NOTIFIED"
}
2022-03-24T06:05:11.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "clamp",
"timestamp": 1648101877814,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json",
"status": "NOTIFIED"
}
2022-03-24T06:05:11.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "aai-ml",
"timestamp": 1648101883842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1648101887588,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "cds",
"timestamp": 1648101881592,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "dcae-sch",
"timestamp": 1648101886043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "policy-id",
"timestamp": 1648101882854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-24T06:05:11.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648101885613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-24T06:05:11.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "clamp",
"timestamp": 1648101877814,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "aai-ml",
"timestamp": 1648101883842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1648101887588,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "cds",
"timestamp": 1648101881592,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "dcae-sch",
"timestamp": 1648101886043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "policy-id",
"timestamp": 1648101882854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648101885613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "clamp",
"timestamp": 1648101877814,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "aai-ml",
"timestamp": 1648101883842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1648101887588,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "cds",
"timestamp": 1648101881592,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "dcae-sch",
"timestamp": 1648101886043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "policy-id",
"timestamp": 1648101882854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648101885613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "clamp",
"timestamp": 1648101877814,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "aai-ml",
"timestamp": 1648101883842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1648101887588,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "cds",
"timestamp": 1648101881592,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "dcae-sch",
"timestamp": 1648101886043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.776Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "policy-id",
"timestamp": 1648101882854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.776Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648101885613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.776Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "clamp",
"timestamp": 1648101877814,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.776Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "aai-ml",
"timestamp": 1648101883842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.776Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1648101887588,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.776Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "cds",
"timestamp": 1648101881592,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T06:05:11.777Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "dcae-sch",
"timestamp": 1648101886043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.777Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "policy-id",
"timestamp": 1648101882854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T06:05:11.777Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648101885613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T06:05:11.777Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "clamp",
"timestamp": 1648101877814,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T06:05:11.777Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "aai-ml",
"timestamp": 1648101883842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T06:05:11.777Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1648101887588,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.778Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:05:11.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "cds",
"timestamp": 1648101894573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-24T06:05:11.778Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:05:11.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648101894669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-24T06:05:11.778Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:05:11.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "policy-id",
"timestamp": 1648101894679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-24T06:05:11.778Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:05:11.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "aai-ml",
"timestamp": 1648101894760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-24T06:05:11.778Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:05:11.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.779Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "cds",
"timestamp": 1648101895579,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T06:05:11.793Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
2022-03-24T06:05:11.793Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T06:05:11.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "policy-id",
"timestamp": 1648101895683,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-24T06:05:11.802Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:05:11.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648101895855,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-24T06:05:11.802Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:05:11.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "policy-id",
"timestamp": 1648101896686,
"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=?
2022-03-24T06:05:11.808Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
2022-03-24T06:05:11.808Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9 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 (?, ?, ?, ?, ?)
2022-03-24T06:05:11.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648101896907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-24T06:05:11.818Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:05:11.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648101897920,
"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=?
2022-03-24T06:05:11.825Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
2022-03-24T06:05:11.826Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9 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=?
2022-03-24T06:05:11.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648101898923,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json",
"status": "DEPLOY_OK"
}
2022-03-24T06:05:11.835Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:05:11.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "clamp",
"timestamp": 1648101900731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-24T06:05:11.836Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:05:11.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "aai-ml",
"timestamp": 1648101902276,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-24T06:05:11.836Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:05:11.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "clamp",
"timestamp": 1648101902739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-24T06:05:11.836Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:05:11.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "aai-ml",
"timestamp": 1648101903280,
"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=?
2022-03-24T06:05:11.842Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
2022-03-24T06:05:11.842Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9 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 (?, ?, ?, ?, ?)
2022-03-24T06:05:11.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "clamp",
"timestamp": 1648101903743,
"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=?
2022-03-24T06:05:11.858Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
2022-03-24T06:05:11.858Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9 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 (?, ?, ?, ?, ?)
2022-03-24T06:05:11.870Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:05:11.871Z||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.
2022-03-24T06:05:11.871Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:05:11.884Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:05:11.884Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:05:12.770Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:05:12.771Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:05:12.772Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:05:12.773Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101911137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json",
"status": "NOTIFIED"
}
2022-03-24T06:05:12.873Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:05:12.874Z||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.
2022-03-24T06:05:12.874Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:05:12.887Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:05:12.887Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:05:13.773Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:05:13.775Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:05:13.777Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:05:13.777Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101911137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-24T06:05:13.878Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T06:05:13.878Z||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.
2022-03-24T06:05:13.879Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:05:13.892Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:05:13.893Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:05:14.778Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:05:14.779Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:05:14.782Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:05:14.782Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101911137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:05:14.882Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:05:14.883Z||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.
2022-03-24T06:05:14.883Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:05:14.894Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:05:14.894Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:05:15.783Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:05:15.784Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:05:15.785Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:05:15.785Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101911137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-24T06:05:15.886Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T06:05:15.887Z||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.
2022-03-24T06:05:15.887Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:05:15.901Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:05:15.901Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:05:16.786Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:05:16.787Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:05:16.788Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:05:16.788Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101911137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:05:16.888Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:05:16.889Z||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.
2022-03-24T06:05:16.889Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:05:16.903Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:05:16.904Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:05:17.788Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:05:17.789Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:05:17.790Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:05:17.790Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101911137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T06:05:17.890Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:05:17.891Z||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.
2022-03-24T06:05:17.891Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:05:17.904Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:05:17.904Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:05:18.791Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"serviceName": "vFW 2022-03-24 06-03-29",
"serviceVersion": "1.0",
"serviceUUID": "24f67189-528e-4137-828b-27e546a65d72",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "9129a6d6-2477-48c8-b36d-3fff9aa20690",
"resources": [
{
"resourceInstanceName": "vFW dbeffa19-0e49 0",
"resourceCustomizationUUID": "e46b39d8-0119-4df4-8d9f-cbb6847d09af",
"resourceName": "vFW dbeffa19-0e49",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "dbd280d6-7aae-41eb-be71-1573d4de999c",
"resourceInvariantUUID": "21693e7d-f154-45d5-bd75-44653f256946",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwdbeffa190e490_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json",
"artifactChecksum": "NGNkYjlkNDE4ZmQ3NGFjM2FlNzEyOGQ0Zjc2NTgyM2Q\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "43ec4b3e-e903-450c-8b95-baaf24117c24",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "911fac0e-52aa-49e6-b102-47c5cd5b6dca",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8e15877f-8c56-4bb3-b2b7-98902fe1ce0d",
"generatedFromUUID": "911fac0e-52aa-49e6-b102-47c5cd5b6dca"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8e15877f-8c56-4bb3-b2b7-98902fe1ce0d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220324060329-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
"artifactChecksum": "ZTkyZWY4N2VmOTY5Yjg3ZWE4YmFhOGQ0MzhjYmY3MDc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b5ad1424-5bf3-4051-87f3-427cf556df10"
}
],
"workloadContext": "Production"
}
2022-03-24T06:05:18.792Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-24T06:05:18.792Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 24f67189-528e-4137-828b-27e546a65d72 ASDC
2022-03-24T06:05:18.792Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
ServiceName:vFW 2022-03-24 06-03-29
ServiceVersion:1.0
ServiceUUID:24f67189-528e-4137-828b-27e546a65d72
ServiceInvariantUUID:9129a6d6-2477-48c8-b36d-3fff9aa20690
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220324060329-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar
ArtifactUUID:b5ad1424-5bf3-4051-87f3-427cf556df10
ArtifactChecksum:ZTkyZWY4N2VmOTY5Yjg3ZWE4YmFhOGQ0MzhjYmY3MDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW dbeffa19-0e49 0
ResourceCustomizationUUID:e46b39d8-0119-4df4-8d9f-cbb6847d09af
ResourceInvariantUUID:21693e7d-f154-45d5-bd75-44653f256946
ResourceName:vFW dbeffa19-0e49
ResourceType:VF
ResourceUUID:dbd280d6-7aae-41eb-be71-1573d4de999c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwdbeffa190e490_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json
ArtifactUUID:43ec4b3e-e903-450c-8b95-baaf24117c24
ArtifactChecksum:NGNkYjlkNDE4ZmQ3NGFjM2FlNzEyOGQ0Zjc2NTgyM2Q=
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/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml
ArtifactUUID:911fac0e-52aa-49e6-b102-47c5cd5b6dca
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/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env
ArtifactUUID:8e15877f-8c56-4bb3-b2b7-98902fe1ce0d
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/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env
ArtifactUUID:8e15877f-8c56-4bb3-b2b7-98902fe1ce0d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-24T06:05:18.793Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 24f67189-528e-4137-828b-27e546a65d72 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=?
2022-03-24T06:05:18.830Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T06:05:18.831Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-24T06:05:18.831Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-24T06:05:18.831Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b5ad1424-5bf3-4051-87f3-427cf556df10 from URL: /sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar
2022-03-24T06:05:18.831Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-24T06:05:18.831Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar
2022-03-24T06:05:19.353Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-24T06:05:19.356Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar b5ad1424-5bf3-4051-87f3-427cf556df10 98981
2022-03-24T06:05:19.356Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar ASDC sendASDCNotification
2022-03-24T06:05:19.356Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar
2022-03-24T06:05:19.357Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T06:05:19.357Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:05:19.359Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:05:19.359Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101919356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-24T06:05:19.459Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:05:19.460Z||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.
2022-03-24T06:05:19.461Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:05:19.475Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:05:19.476Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:05:20.359Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T06:05:20.360Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-24T06:05:20.360Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b5ad1424-5bf3-4051-87f3-427cf556df10, URL: /sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar to file: /app/ASDC/1/service-Vfw20220324060329-csar.csar
2022-03-24T06:05:20.361Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220324060329-csar.csar
2022-03-24T06:05:20.361Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220324060329-csar.csar
2022-03-24T06:05:20.361Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220324060329-csar.csar
2022-03-24T06:05:20.481Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7359216946461926438/Definitions/service-Vfw20220324060329-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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_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
2022-03-24T06:05:22.060Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-24T06:05:22.060Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-24T06:05:22.060Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220324060329-csar.csar
2022-03-24T06:05:22.060Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-24T06:05:22.061Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|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-Vfw20220324060329-csar.csar
2022-03-24T06:05:22.061Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|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-Vfw20220324060329-csar.csar
2022-03-24T06:05:22.061Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|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-Vfw20220324060329-csar.csar
2022-03-24T06:05:22.061Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|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-Vfw20220324060329-csar.csar
2022-03-24T06:05:22.061Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|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-Vfw20220324060329-csar.csar
2022-03-24T06:05:22.061Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|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-Vfw20220324060329-csar.csar
2022-03-24T06:05:22.061Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|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-Vfw20220324060329-csar.csar
2022-03-24T06:05:22.061Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|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-Vfw20220324060329-csar.csar
2022-03-24T06:05:22.061Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW dbeffa19-0e49 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-Vfw20220324060329-csar.csar
2022-03-24T06:05:22.061Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|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-Vfw20220324060329-csar.csar
2022-03-24T06:05:22.061Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|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-Vfw20220324060329-csar.csar
2022-03-24T06:05:22.061Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|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-Vfw20220324060329-csar.csar
2022-03-24T06:05:22.061Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|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-Vfw20220324060329-csar.csar
2022-03-24T06:05:22.061Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-24T06:05:22.061Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:05:22.061Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-03-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:05:22.061Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vFW dbeffa19-0e49 0 is matching search criteria
2022-03-24T06:05:22.061Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-24T06:05:22.061Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dbeffa19-0e49 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T06:05:22.062Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:05:22.062Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-03-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:05:22.062Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vFW dbeffa19-0e49 0 is matching search criteria
2022-03-24T06:05:22.062Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-24T06:05:22.062Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dbeffa19-0e49 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T06:05:22.062Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:05:22.062Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-03-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:05:22.062Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:05:22.062Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vFW dbeffa19-0e49 0 is not matching search criteria
2022-03-24T06:05:22.062Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T06:05:22.062Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T06:05:22.062Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T06:05:22.062Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:05:22.062Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T06:05:22.062Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T06:05:22.062Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:05:22.062Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T06:05:22.062Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T06:05:22.063Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:05:22.063Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T06:05:22.063Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T06:05:22.063Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T06:05:22.063Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T06:05:22.063Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:05:22.063Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-24T06:05:22.063Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:05:22.063Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-03-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T06:05:22.063Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:05:22.063Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vFW dbeffa19-0e49 0 is matching search criteria
2022-03-24T06:05:22.063Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dbeffa19-0e49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:05:22.063Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:05:22.063Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vFW dbeffa19-0e49 0 is matching search criteria
2022-03-24T06:05:22.063Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dbeffa19-0e49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:05:22.063Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:05:22.063Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vFW dbeffa19-0e49 0 is matching search criteria
2022-03-24T06:05:22.064Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dbeffa19-0e49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:05:22.064Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:05:22.064Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vFW dbeffa19-0e49 0 is not matching search criteria
2022-03-24T06:05:22.064Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T06:05:22.064Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T06:05:22.064Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-24T06:05:22.064Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T06:05:22.064Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T06:05:22.064Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:05:22.064Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T06:05:22.064Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T06:05:22.064Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T06:05:22.064Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T06:05:22.064Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:05:22.064Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c01b6746-dd13-4bff-9c78-891d14034555
2022-03-24T06:05:22.064Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:05:22.064Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vFW dbeffa19-0e49 0 is not matching search criteria
2022-03-24T06:05:22.064Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T06:05:22.065Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T06:05:22.065Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T06:05:22.065Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:05:22.065Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T06:05:22.065Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T06:05:22.065Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:05:22.065Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-24T06:05:22.065Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T06:05:22.065Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T06:05:22.065Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T06:05:22.065Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:05:22.065Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=57575996-bfaf-4eee-bccf-0784ea7b2296
2022-03-24T06:05:22.065Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:05:22.065Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vFW dbeffa19-0e49 0 is not matching search criteria
2022-03-24T06:05:22.065Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T06:05:22.065Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T06:05:22.065Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T06:05:22.065Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:05:22.065Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T06:05:22.066Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T06:05:22.066Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:05:22.066Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T06:05:22.066Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T06:05:22.066Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:05:22.066Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T06:05:22.066Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-24T06:05:22.066Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bc9a3edb-fca7-40e7-bbeb-7d6089a4e73b
2022-03-24T06:05:22.066Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:05:22.066Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-03-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:05:22.066Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:05:22.066Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-03-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:05:22.066Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:05:22.066Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-03-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:05:22.066Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:05:22.066Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-03-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:05:22.066Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-24 06-03-29
Description:catalog service description
Model UUID:24f67189-528e-4137-828b-27e546a65d72
Model Version:NULL
Model InvariantUuid:9129a6d6-2477-48c8-b36d-3fff9aa20690
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW dbeffa19-0e49
Model UUID:b4907539-4ee0-414f-90ee-d33b86ce583f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:21693e7d-f154-45d5-bd75-44653f256946
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e46b39d8-0119-4df4-8d9f-cbb6847d09af
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b612ce63-d407-459a-bc15-d25342ebe892
ModelName:VfwDbeffa190e49..base_vfw..module-0
ModelUuid:6ef5162e-f21f-46a6-9efa-ad5712e6f2b5
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c01b6746-dd13-4bff-9c78-891d14034555
ModelInvariantUuid:598a4c73-d44d-486d-8cd8-f3bd1ad37d3a
ModelName:vFW dbeffa19-0e49-nodes.vfwCvfc
ModelUuid:ce4aec17-c21f-4f69-8a2e-a576399927b0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:cbdf2fbd-9e98-4d14-b5fb-0663e15badb9
ModelInvariantUuid:adf75829-7c9e-41a7-a51e-e2a98480e18c
ModelName:VfwDbeffa190e49.compute.nodes.heat.vfw
ModelUuid:bf42fcd5-0600-48c0-801d-091491cfc998
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:57575996-bfaf-4eee-bccf-0784ea7b2296
ModelInvariantUuid:d38e0745-3506-4281-9fed-bc69c8ff8719
ModelName:vFW dbeffa19-0e49-nodes.vsnCvfc
ModelUuid:dca851c3-0106-4a33-86f2-caa47ea13dbb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:2a9cb3b6-c418-445a-82b9-35e2aa2fd84d
ModelInvariantUuid:c3f0f8ce-5b2b-4cfb-aa21-5645db4a4dba
ModelName:VfwDbeffa190e49.compute.nodes.heat.vsn
ModelUuid:7d5b35b1-9188-4ec4-b830-4d2044af5548
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:bc9a3edb-fca7-40e7-bbeb-7d6089a4e73b
ModelInvariantUuid:0d949ba9-5a74-4303-a2cc-44fa466adb9c
ModelName:vFW dbeffa19-0e49-nodes.vpgCvfc
ModelUuid:0415148f-0375-4ebe-9b36-2b8ac9fd0fb8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:3810137d-f754-4778-82db-86b13fad3d27
ModelInvariantUuid:a37da30c-0299-4944-a886-e7ba23d97e6b
ModelName:VfwDbeffa190e49.compute.nodes.heat.vpg
ModelUuid:4950f4a1-9874-419f-a371-1dcfa3d960a8
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=?
2022-03-24T06:05:22.072Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: dbd280d6-7aae-41eb-be71-1573d4de999c
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=?
2022-03-24T06:05:22.075Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||vFW dbeffa19-0e49 0
2022-03-24T06:05:22.075Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dbd280d6-7aae-41eb-be71-1573d4de999c
2022-03-24T06:05:22.075Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 43ec4b3e-e903-450c-8b95-baaf24117c24 from URL: /sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json
2022-03-24T06:05:22.075Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-24T06:05:22.075Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json
2022-03-24T06:05:22.341Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-24T06:05:22.341Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json 43ec4b3e-e903-450c-8b95-baaf24117c24 785
2022-03-24T06:05:22.341Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json ASDC sendASDCNotification
2022-03-24T06:05:22.341Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json
2022-03-24T06:05:22.341Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T06:05:22.342Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:05:22.343Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:05:22.344Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101922341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-24T06:05:22.444Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:05:22.445Z||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.
2022-03-24T06:05:22.445Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:05:22.457Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:05:22.458Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-24T06:05:23.344Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwDbeffa190e49..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b612ce63-d407-459a-bc15-d25342ebe892",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6ef5162e-f21f-46a6-9efa-ad5712e6f2b5",
"vfModuleModelCustomizationUUID": "0a1dda59-73de-4c53-8173-a5cf3860c5df",
"isBase": true,
"artifacts": [
"911fac0e-52aa-49e6-b102-47c5cd5b6dca",
"8e15877f-8c56-4bb3-b2b7-98902fe1ce0d"
],
"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": ""
}
}
]
2022-03-24T06:05:23.350Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDbeffa190e49..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6ef5162e-f21f-46a6-9efa-ad5712e6f2b5
VfModuleModelInvariantUUID:b612ce63-d407-459a-bc15-d25342ebe892
VfModuleModelDescription:NULL
Artifacts UUID List:{
911fac0e-52aa-49e6-b102-47c5cd5b6dca
,
8e15877f-8c56-4bb3-b2b7-98902fe1ce0d
}
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
}
2022-03-24T06:05:23.352Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwDbeffa190e49..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b612ce63-d407-459a-bc15-d25342ebe892",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6ef5162e-f21f-46a6-9efa-ad5712e6f2b5",
"vfModuleModelCustomizationUUID": "0a1dda59-73de-4c53-8173-a5cf3860c5df",
"isBase": true,
"artifacts": [
"911fac0e-52aa-49e6-b102-47c5cd5b6dca",
"8e15877f-8c56-4bb3-b2b7-98902fe1ce0d"
],
"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": ""
}
}
]
2022-03-24T06:05:23.352Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDbeffa190e49..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6ef5162e-f21f-46a6-9efa-ad5712e6f2b5
VfModuleModelInvariantUUID:b612ce63-d407-459a-bc15-d25342ebe892
VfModuleModelDescription:NULL
Artifacts UUID List:{
911fac0e-52aa-49e6-b102-47c5cd5b6dca
,
8e15877f-8c56-4bb3-b2b7-98902fe1ce0d
}
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
}
2022-03-24T06:05:23.352Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 911fac0e-52aa-49e6-b102-47c5cd5b6dca from URL: /sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml
2022-03-24T06:05:23.352Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-24T06:05:23.352Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml
2022-03-24T06:05:23.554Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-24T06:05:23.556Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml 911fac0e-52aa-49e6-b102-47c5cd5b6dca 20368
2022-03-24T06:05:23.556Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-24T06:05:23.556Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml
2022-03-24T06:05:23.556Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T06:05:23.556Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:05:23.558Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:05:23.558Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101923556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-24T06:05:23.659Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:05:23.659Z||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.
2022-03-24T06:05:23.659Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:05:23.672Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:05:23.672Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:05:24.559Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8e15877f-8c56-4bb3-b2b7-98902fe1ce0d from URL: /sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env
2022-03-24T06:05:24.560Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-24T06:05:24.560Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env
2022-03-24T06:05:24.741Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-24T06:05:24.742Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env 8e15877f-8c56-4bb3-b2b7-98902fe1ce0d 2098
2022-03-24T06:05:24.742Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-24T06:05:24.742Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env
2022-03-24T06:05:24.742Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T06:05:24.743Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:05:24.747Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:05:24.747Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101924742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-24T06:05:24.846Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T06:05:24.846Z||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.
2022-03-24T06:05:24.847Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:05:24.860Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:05:24.861Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:05:25.748Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 24f67189-528e-4137-828b-27e546a65d72
2022-03-24T06:05:25.749Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW dbeffa19-0e49 0 dbd280d6-7aae-41eb-be71-1573d4de999c ASDC
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 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 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=?
2022-03-24T06:05:25.768Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1dce7b6d, org.onap.sdc.toscaparser.api.parameters.Input@190264bf, org.onap.sdc.toscaparser.api.parameters.Input@1f6a1833, org.onap.sdc.toscaparser.api.parameters.Input@534cf414, org.onap.sdc.toscaparser.api.parameters.Input@3db7e803]
2022-03-24T06:05:25.769Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:05:25.769Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-03-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:05:25.769Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-03-24T06:05:25.769Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= e46b39d8-0119-4df4-8d9f-cbb6847d09af
2022-03-24T06:05:25.769Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e46b39d8-0119-4df4-8d9f-cbb6847d09af matches Tosca VF Customization UUID: e46b39d8-0119-4df4-8d9f-cbb6847d09af
2022-03-24T06:05:25.770Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: e46b39d8-0119-4df4-8d9f-cbb6847d09af 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=?
2022-03-24T06:05:25.772Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:05:25.773Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-03-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:05:25.773Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id e46b39d8-0119-4df4-8d9f-cbb6847d09af: {\"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\"}
2022-03-24T06:05:25.773Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4ca6de89
2022-03-24T06:05:25.774Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:05:25.774Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-03-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T06:05:25.774Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0a1dda59-73de-4c53-8173-a5cf3860c5df
2022-03-24T06:05:25.774Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0a1dda59-73de-4c53-8173-a5cf3860c5df
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=?
2022-03-24T06:05:25.776Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:05:25.776Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vFW dbeffa19-0e49 0 is matching search criteria
2022-03-24T06:05:25.776Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dbeffa19-0e49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:05:25.776Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:05:25.777Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vFW dbeffa19-0e49 0 is matching search criteria
2022-03-24T06:05:25.777Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dbeffa19-0e49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:05:25.777Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:05:25.777Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vFW dbeffa19-0e49 0 is not matching search criteria
2022-03-24T06:05:25.777Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T06:05:25.777Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T06:05:25.777Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-24T06:05:25.777Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T06:05:25.777Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T06:05:25.777Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:05:25.777Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T06:05:25.778Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T06:05:25.778Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T06:05:25.778Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T06:05:25.778Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:05:25.778Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c01b6746-dd13-4bff-9c78-891d14034555
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=?
2022-03-24T06:05:25.780Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:05:25.780Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vFW dbeffa19-0e49 0 is matching search criteria
2022-03-24T06:05:25.780Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dbeffa19-0e49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:05:25.780Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:05:25.780Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vFW dbeffa19-0e49 0 is not matching search criteria
2022-03-24T06:05:25.780Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T06:05:25.780Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T06:05:25.780Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T06:05:25.780Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:05:25.780Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T06:05:25.780Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T06:05:25.781Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:05:25.781Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-24T06:05:25.781Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T06:05:25.781Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T06:05:25.781Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T06:05:25.781Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:05:25.781Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=57575996-bfaf-4eee-bccf-0784ea7b2296
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=?
2022-03-24T06:05:25.783Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:05:25.783Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vFW dbeffa19-0e49 0 is matching search criteria
2022-03-24T06:05:25.783Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dbeffa19-0e49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:05:25.783Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:05:25.783Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vFW dbeffa19-0e49 0 is not matching search criteria
2022-03-24T06:05:25.783Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T06:05:25.783Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T06:05:25.783Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T06:05:25.783Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:05:25.783Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T06:05:25.783Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T06:05:25.783Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:05:25.783Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T06:05:25.784Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T06:05:25.784Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:05:25.784Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T06:05:25.784Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-24T06:05:25.784Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bc9a3edb-fca7-40e7-bbeb-7d6089a4e73b
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=?
2022-03-24T06:05:25.786Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:05:25.786Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vFW dbeffa19-0e49 0 is matching search criteria
2022-03-24T06:05:25.786Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dbeffa19-0e49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:05:25.786Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:05:25.786Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vFW dbeffa19-0e49 0 is matching search criteria
2022-03-24T06:05:25.787Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dbeffa19-0e49 0] matching following query criteria: sdcType=VF, customizationUUID=e46b39d8-0119-4df4-8d9f-cbb6847d09af
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=?
2022-03-24T06:05:25.788Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:05:25.788Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-03-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:05:25.789Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 24f67189-528e-4137-828b-27e546a65d72: vFW dbeffa19-0e49
2022-03-24T06:05:25.789Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:05:25.789Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-03-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:05:25.789Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:05:25.789Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-03-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:05:25.790Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:05:25.790Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-03-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:05:25.790Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:05:25.790Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-03-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:05:25.790Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:05:25.791Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-03-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:05:25.791Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-03-24 06-03-29
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 (?, ?, ?, ?, ?)
2022-03-24T06:05:25.985Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW dbeffa19-0e49 dbd280d6-7aae-41eb-be71-1573d4de999c 1 ASDC deployResourceStructure
2022-03-24T06:05:25.985Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json ASDC sendASDCNotification
2022-03-24T06:05:25.985Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json
2022-03-24T06:05:25.985Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T06:05:25.985Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:05:25.987Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:05:25.987Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101925985,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json",
"status": "DEPLOY_OK"
}
2022-03-24T06:05:26.088Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T06:05:26.089Z||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.
2022-03-24T06:05:26.089Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:05:26.101Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:05:26.102Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-24T06:05:26.989Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-24T06:05:26.989Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml
2022-03-24T06:05:26.989Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T06:05:26.989Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:05:26.991Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:05:26.991Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101926989,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-24T06:05:27.092Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T06:05:27.093Z||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.
2022-03-24T06:05:27.093Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:05:27.104Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:05:27.104Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:05:27.992Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-24T06:05:27.993Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env
2022-03-24T06:05:27.993Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T06:05:27.993Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:05:27.994Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:05:27.995Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101927992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-24T06:05:28.095Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:05:28.096Z||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.
2022-03-24T06:05:28.096Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:05:28.107Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:05:28.108Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:05:28.995Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar ASDC sendASDCNotification
2022-03-24T06:05:28.996Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar
2022-03-24T06:05:28.996Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T06:05:28.996Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:05:28.998Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:05:28.998Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101928995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-24T06:05:29.098Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:05:29.100Z||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.
2022-03-24T06:05:29.100Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:05:29.113Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:05:29.114Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:05:29.999Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
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=?
2022-03-24T06:05:30.012Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
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=?
2022-03-24T06:05:30.017Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:05:30.017Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:05:30.017Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:05:30.017Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:06:00.018Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
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=?
2022-03-24T06:06:00.030Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
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=?
2022-03-24T06:06:00.033Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:06:00.033Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:06:00.033Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:06:00.034Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:06:11.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:06:11.140Z||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.
2022-03-24T06:06:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:06:11.266Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:06:11.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:06:11.267Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101911137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:06:11.267Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:06:30.034Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
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=?
2022-03-24T06:06:30.046Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
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=?
2022-03-24T06:06:30.049Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:06:30.049Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:06:30.049Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:06:30.049Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:07:00.050Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
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=?
2022-03-24T06:07:00.089Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
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=?
2022-03-24T06:07:00.093Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:07:00.093Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:07:00.093Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:07:00.094Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:07:11.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:07:11.140Z||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.
2022-03-24T06:07:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:07:11.668Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:07:11.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:07:11.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101911137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json",
"status": "NOTIFIED"
}
2022-03-24T06:07:11.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:07:11.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:07:11.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101911137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-24T06:07:11.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:07:11.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:07:11.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101911137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:07:11.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:07:11.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:07:11.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101911137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-24T06:07:11.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:07:11.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:07:11.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101911137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:07:11.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:07:11.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:07:11.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101911137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T06:07:11.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-24T06:07:11.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:07:11.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101919356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-24T06:07:11.670Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:07:11.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:07:11.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101922341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-24T06:07:11.670Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:07:11.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:07:11.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101923556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-24T06:07:11.670Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:07:11.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:07:11.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101924742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-24T06:07:11.670Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:07:11.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:07:11.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101925985,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json",
"status": "DEPLOY_OK"
}
2022-03-24T06:07:11.670Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:07:11.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:07:11.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101926989,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-24T06:07:11.670Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:07:11.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:07:11.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101927992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-24T06:07:11.670Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:07:11.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:07:11.671Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648101928995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-24T06:07:11.671Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:07:30.094Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
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=?
2022-03-24T06:07:30.107Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
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=?
2022-03-24T06:07:30.109Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:07:30.109Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:07:30.109Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:07:30.110Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:08:00.110Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
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=?
2022-03-24T06:08:00.125Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
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=?
2022-03-24T06:08:00.127Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:08:00.127Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:08:00.128Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:08:00.128Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:08:11.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:08:11.140Z||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.
2022-03-24T06:08:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:08:20.687Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:08:30.128Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
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=?
2022-03-24T06:08:30.142Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
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=?
2022-03-24T06:08:30.146Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:08:30.146Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:08:30.146Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:08:30.146Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:09:00.147Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
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=?
2022-03-24T06:09:00.156Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
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=?
2022-03-24T06:09:00.159Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:09:00.159Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:09:00.159Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:09:00.160Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:09:11.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:09:11.140Z||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.
2022-03-24T06:09:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:09:20.685Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:09:30.160Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
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=?
2022-03-24T06:09:30.169Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
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=?
2022-03-24T06:09:30.171Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:09:30.172Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:09:30.172Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:09:30.172Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:10:00.172Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
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=?
2022-03-24T06:10:00.180Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
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=?
2022-03-24T06:10:00.183Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:10:00.183Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:10:00.183Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:10:00.184Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:10:11.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:10:11.140Z||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.
2022-03-24T06:10:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:10:20.687Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:10:30.184Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-03-24T06:10:30.184Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9 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=?
2022-03-24T06:10:30.191Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9 and serviceModelVersionId: 24f67189-528e-4137-828b-27e546a65d72
2022-03-24T06:10:30.192Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9129a6d6-2477-48c8-b36d-3fff9aa20690
2022-03-24T06:10:30.193Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9129a6d6-2477-48c8-b36d-3fff9aa20690/model-vers/model-ver/24f67189-528e-4137-828b-27e546a65d72?depth=0
2022-03-24T06:10:30.201Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-03-24T06:10:30.286Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9129a6d6-2477-48c8-b36d-3fff9aa20690/model-vers/model-ver/24f67189-528e-4137-828b-27e546a65d72?depth=0|INFO|500||Invoke
2022-03-24T06:10:30.287Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9129a6d6-2477-48c8-b36d-3fff9aa20690/model-vers/model-ver/24f67189-528e-4137-828b-27e546a65d72?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9129a6d6-2477-48c8-b36d-3fff9aa20690/model-vers/model-ver/24f67189-528e-4137-828b-27e546a65d72?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7b9b49dc-c47e-41ff-81b7-db4fd227f6b9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0d5fb71e-e25d-48ee-819c-44410054a5b3], X-ECOMP-RequestID=[7b9b49dc-c47e-41ff-81b7-db4fd227f6b9], X-TransactionId=[], X-ONAP-RequestID=[7b9b49dc-c47e-41ff-81b7-db4fd227f6b9], Content-Type=[application/merge-patch+json]}
2022-03-24T06:10:30.306Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9129a6d6-2477-48c8-b36d-3fff9aa20690/model-vers/model-ver/24f67189-528e-4137-828b-27e546a65d72?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-03-24T06:10:30.427Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9129a6d6-2477-48c8-b36d-3fff9aa20690/model-vers/model-ver/24f67189-528e-4137-828b-27e546a65d72?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9129a6d6-2477-48c8-b36d-3fff9aa20690/model-vers/model-ver/24f67189-528e-4137-828b-27e546a65d72?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220324-06:10:30:315-71744], vertex-id=[381144], Content-Length=[0], Date=[Thu, 24 Mar 2022 06:10:30 GMT], Content-Type=[application/json]}
2022-03-24T06:10:30.427Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9129a6d6-2477-48c8-b36d-3fff9aa20690/model-vers/model-ver/24f67189-528e-4137-828b-27e546a65d72?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-24T06:10:30.428Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9129a6d6-2477-48c8-b36d-3fff9aa20690/model-vers/model-ver/24f67189-528e-4137-828b-27e546a65d72?depth=0|INFO|500||InvokeReturn
2022-03-24T06:10:30.429Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-24T06:10:30.429Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|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=?
2022-03-24T06:10:30.434Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|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)
2022-03-24T06:10:30.434Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-03-24T06:10:30.435Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-24T06:10:30.435Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:10:30.437Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:10:30.437Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648102230434,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-24T06:10:30.537Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:10:30.538Z||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.
2022-03-24T06:10:30.538Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:10:30.553Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:10:30.554Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 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=?
2022-03-24T06:10:31.449Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:10:31.450Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|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.
2022-03-24T06:10:31.450Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:10:41.800Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:10:41.800Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:10:41.801Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|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.
2022-03-24T06:10:41.801Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:10:51.333Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:10:51.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:10:51.334Z||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.
2022-03-24T06:10:51.334Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:11:00.875Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:11:00.876Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:11:00.876Z||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.
2022-03-24T06:11:00.876Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:11:10.416Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:11:10.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:11:10.417Z||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.
2022-03-24T06:11:10.417Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:11:11.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:11:11.140Z||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.
2022-03-24T06:11:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:11:11.771Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:11:11.771Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T06:11:11.772Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648102230434,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-24T06:11:11.772Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:11:19.955Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:11:19.956Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:11:19.956Z||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.
2022-03-24T06:11:19.956Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:11:29.491Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:12:11.137Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:12:11.137Z||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.
2022-03-24T06:12:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:12:11.139Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:12:11.140Z||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.
2022-03-24T06:12:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:12:20.683Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:12:20.687Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:13:11.137Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:13:11.138Z||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.
2022-03-24T06:13:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:13:11.140Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:13:11.140Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|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.
2022-03-24T06:13:11.141Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:13:11.342Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:13:11.347Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.347Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
"consumerID": "policy-id",
"timestamp": 1648102382854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.348Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-24T06:13:11.348Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.348Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
"consumerID": "cds",
"timestamp": 1648102376592,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.348Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-24T06:13:11.348Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.348Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
"consumerID": "policy-id",
"timestamp": 1648102382854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vfw43fc73c3cd7f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.349Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-24T06:13:11.349Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.349Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
"consumerID": "cds",
"timestamp": 1648102376592,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vfw43fc73c3cd7f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.349Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-24T06:13:11.349Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.349Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648102385613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.349Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-24T06:13:11.349Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.349Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
"consumerID": "policy-id",
"timestamp": 1648102382854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-24T06:13:11.349Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-24T06:13:11.350Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.350Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
"consumerID": "cds",
"timestamp": 1648102376592,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.350Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-24T06:13:11.350Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.350Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
"consumerID": "dcae-sch",
"timestamp": 1648102386043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.350Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-24T06:13:11.350Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.350Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648102385613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vfw43fc73c3cd7f0_modules.json",
"status": "NOTIFIED"
}
2022-03-24T06:13:11.350Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-24T06:13:11.350Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.350Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
"consumerID": "policy-id",
"timestamp": 1648102382854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.351Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-24T06:13:11.351Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.351Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
"consumerID": "cds",
"timestamp": 1648102376592,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.351Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-24T06:13:11.351Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.351Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
"consumerID": "dcae-sch",
"timestamp": 1648102386043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vfw43fc73c3cd7f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.351Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-24T06:13:11.351Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.351Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
"consumerID": "ves-openapi-manager",
"timestamp": 1648102387588,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.351Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-24T06:13:11.351Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.352Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648102385613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-24T06:13:11.352Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-24T06:13:11.352Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.352Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
"consumerID": "policy-id",
"timestamp": 1648102382854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.352Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-24T06:13:11.352Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.352Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
"consumerID": "clamp",
"timestamp": 1648102387814,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.352Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-24T06:13:11.352Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.352Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
"consumerID": "cds",
"timestamp": 1648102376592,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.353Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-24T06:13:11.353Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.353Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
"consumerID": "dcae-sch",
"timestamp": 1648102386043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.353Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-24T06:13:11.353Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.353Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
"consumerID": "ves-openapi-manager",
"timestamp": 1648102387588,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vfw43fc73c3cd7f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.353Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-24T06:13:11.353Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.353Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648102385613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.353Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-24T06:13:11.353Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.353Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
"consumerID": "policy-id",
"timestamp": 1648102382854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.354Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-24T06:13:11.354Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.354Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
"consumerID": "clamp",
"timestamp": 1648102387814,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vfw43fc73c3cd7f0_modules.json",
"status": "NOTIFIED"
}
2022-03-24T06:13:11.354Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-24T06:13:11.354Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.354Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
"consumerID": "cds",
"timestamp": 1648102376592,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.354Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-24T06:13:11.354Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.354Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
"consumerID": "dcae-sch",
"timestamp": 1648102386043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.354Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-24T06:13:11.354Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.355Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
"consumerID": "ves-openapi-manager",
"timestamp": 1648102387588,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.355Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-24T06:13:11.355Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.355Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648102385613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-24T06:13:11.355Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-24T06:13:11.355Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.355Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
"consumerID": "policy-id",
"timestamp": 1648102382854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T06:13:11.355Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-24T06:13:11.355Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.355Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
"consumerID": "clamp",
"timestamp": 1648102387814,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.356Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-24T06:13:11.356Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.356Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
"consumerID": "cds",
"timestamp": 1648102376592,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T06:13:11.356Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-24T06:13:11.356Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.356Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
"consumerID": "dcae-sch",
"timestamp": 1648102386043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.356Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-24T06:13:11.765Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:13:11.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"5d786170-9b7f-4568-8ddc-504d2ea26f6b","serviceName":"vFW 2022-03-24 06-11-54","serviceVersion":"1.0","serviceUUID":"d735a9d9-9172-481e-9a02-81eccc141e6a","serviceDescription":"catalog service description","serviceInvariantUUID":"9a7f7dbc-604a-4deb-ad28-afbe569cb868","resources":[{"resourceInstanceName":"vFW 43fc73c3-cd7f 0","resourceName":"vFW 43fc73c3-cd7f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"98c0a1b9-bf47-49b8-8364-30a28065f95a","resourceInvariantUUID":"6af2d815-e49f-433f-90df-b79111e86fce","resourceCustomizationUUID":"c7412a38-7dc8-403d-830c-25062d5edc10","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vf-license-model.xml","artifactChecksum":"OTkwMjMwNzcxYjRiMzkxNzMyYjQ0NDE4NTNjMDhiYjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dbdcaade-70b0-4438-baf8-0c439891cf18","artifactVersion":"1"},{"artifactName":"vfw43fc73c3cd7f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vfw43fc73c3cd7f0_modules.json","artifactChecksum":"ZmMxNWE1N2I3YWEwZDU2ZThkOTNjZWU3Yjc4ZGEwMTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ac29d2c5-c81e-4780-909d-f30f36d9ff54","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"558486da-f861-4680-aa37-67527f8d2463","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vendor-license-model.xml","artifactChecksum":"NDI3NDFkYmFmYTM4YTA1Zjg1ZjhhZjlkMDEzOTAyMDQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2e10fbdd-fc07-4d56-af9b-ab873ba01208","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7dff6925-4c27-46c4-b6de-2146fa56a934","artifactVersion":"2","generatedFromUUID":"558486da-f861-4680-aa37-67527f8d2463"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220324061154-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-template.yml","artifactChecksum":"MTU1MjU4Nzc2MjczNGY0ZjkzNGQ4NzRjZjFlNjEwYTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8e9b2350-a891-4e20-b4d8-8ef101f835a7","artifactVersion":"1"},{"artifactName":"service-Vfw20220324061154-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar","artifactChecksum":"ZTg0M2NiY2YyMThhNTAwYmE0YWY4ODY1MGM1YmRiNDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"77b6683b-6c14-4d28-92e0-7afaa67d3f0e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-24T06:13:11.768Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:13:11.768Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:13:11.770Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:13:11.770Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648102391137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.871Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T06:13:11.872Z||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.
2022-03-24T06:13:11.872Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:13:11.883Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:13:11.884Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:13:12.771Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:13:12.773Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:13:12.775Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:13:12.775Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648102391137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vfw43fc73c3cd7f0_modules.json",
"status": "NOTIFIED"
}
2022-03-24T06:13:12.875Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:13:12.876Z||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.
2022-03-24T06:13:12.877Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:13:12.888Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:13:12.888Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:13:13.776Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:13:13.777Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:13:13.779Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:13:13.779Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648102391137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-24T06:13:13.879Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:13:13.879Z||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.
2022-03-24T06:13:13.879Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:13:13.889Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:13:13.890Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:13:14.779Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:13:14.780Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:13:14.782Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:13:14.782Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648102391137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:13:14.882Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:13:14.883Z||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.
2022-03-24T06:13:14.883Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:13:14.894Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:13:14.894Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:13:15.782Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:13:15.783Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:13:15.786Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:13:15.786Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648102391137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-24T06:13:15.886Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:13:15.887Z||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.
2022-03-24T06:13:15.887Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:13:15.901Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:13:15.901Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:13:16.786Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:13:16.787Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:13:16.789Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:13:16.789Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648102391137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-24T06:13:16.889Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:13:16.889Z||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.
2022-03-24T06:13:16.890Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:13:16.901Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:13:16.902Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:13:17.789Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:13:17.790Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:13:17.791Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:13:17.792Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648102391137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar",
"status": "NOTIFIED"
}
2022-03-24T06:13:17.892Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:13:17.893Z||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.
2022-03-24T06:13:17.893Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:13:17.905Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:13:17.906Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-24T06:13:18.793Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
"serviceName": "vFW 2022-03-24 06-11-54",
"serviceVersion": "1.0",
"serviceUUID": "d735a9d9-9172-481e-9a02-81eccc141e6a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "9a7f7dbc-604a-4deb-ad28-afbe569cb868",
"resources": [
{
"resourceInstanceName": "vFW 43fc73c3-cd7f 0",
"resourceCustomizationUUID": "c7412a38-7dc8-403d-830c-25062d5edc10",
"resourceName": "vFW 43fc73c3-cd7f",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "98c0a1b9-bf47-49b8-8364-30a28065f95a",
"resourceInvariantUUID": "6af2d815-e49f-433f-90df-b79111e86fce",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw43fc73c3cd7f0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vfw43fc73c3cd7f0_modules.json",
"artifactChecksum": "ZmMxNWE1N2I3YWEwZDU2ZThkOTNjZWU3Yjc4ZGEwMTg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ac29d2c5-c81e-4780-909d-f30f36d9ff54",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "558486da-f861-4680-aa37-67527f8d2463",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7dff6925-4c27-46c4-b6de-2146fa56a934",
"generatedFromUUID": "558486da-f861-4680-aa37-67527f8d2463"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7dff6925-4c27-46c4-b6de-2146fa56a934",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220324061154-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar",
"artifactChecksum": "ZTg0M2NiY2YyMThhNTAwYmE0YWY4ODY1MGM1YmRiNDE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "77b6683b-6c14-4d28-92e0-7afaa67d3f0e"
}
],
"workloadContext": "Production"
}
2022-03-24T06:13:18.793Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-24T06:13:18.793Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d735a9d9-9172-481e-9a02-81eccc141e6a ASDC
2022-03-24T06:13:18.794Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:5d786170-9b7f-4568-8ddc-504d2ea26f6b
ServiceName:vFW 2022-03-24 06-11-54
ServiceVersion:1.0
ServiceUUID:d735a9d9-9172-481e-9a02-81eccc141e6a
ServiceInvariantUUID:9a7f7dbc-604a-4deb-ad28-afbe569cb868
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220324061154-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar
ArtifactUUID:77b6683b-6c14-4d28-92e0-7afaa67d3f0e
ArtifactChecksum:ZTg0M2NiY2YyMThhNTAwYmE0YWY4ODY1MGM1YmRiNDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 43fc73c3-cd7f 0
ResourceCustomizationUUID:c7412a38-7dc8-403d-830c-25062d5edc10
ResourceInvariantUUID:6af2d815-e49f-433f-90df-b79111e86fce
ResourceName:vFW 43fc73c3-cd7f
ResourceType:VF
ResourceUUID:98c0a1b9-bf47-49b8-8364-30a28065f95a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw43fc73c3cd7f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vfw43fc73c3cd7f0_modules.json
ArtifactUUID:ac29d2c5-c81e-4780-909d-f30f36d9ff54
ArtifactChecksum:ZmMxNWE1N2I3YWEwZDU2ZThkOTNjZWU3Yjc4ZGEwMTg=
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/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.yaml
ArtifactUUID:558486da-f861-4680-aa37-67527f8d2463
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/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.env
ArtifactUUID:7dff6925-4c27-46c4-b6de-2146fa56a934
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/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.env
ArtifactUUID:7dff6925-4c27-46c4-b6de-2146fa56a934
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-24T06:13:18.794Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d735a9d9-9172-481e-9a02-81eccc141e6a 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 (?, ?, ?, ?, ?)
2022-03-24T06:13:18.829Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T06:13:18.829Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-24T06:13:18.829Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-24T06:13:18.830Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 77b6683b-6c14-4d28-92e0-7afaa67d3f0e from URL: /sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar
2022-03-24T06:13:18.830Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-24T06:13:18.830Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar
2022-03-24T06:13:19.442Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-24T06:13:19.450Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar 77b6683b-6c14-4d28-92e0-7afaa67d3f0e 98944
2022-03-24T06:13:19.450Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar ASDC sendASDCNotification
2022-03-24T06:13:19.450Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar
2022-03-24T06:13:19.451Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T06:13:19.451Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:13:19.452Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:13:19.452Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648102399450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-24T06:13:19.553Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T06:13:19.553Z||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.
2022-03-24T06:13:19.554Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:13:19.566Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:13:19.566Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:13:20.453Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T06:13:20.454Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-24T06:13:20.455Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 77b6683b-6c14-4d28-92e0-7afaa67d3f0e, URL: /sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar to file: /app/ASDC/1/service-Vfw20220324061154-csar.csar
2022-03-24T06:13:20.455Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220324061154-csar.csar
2022-03-24T06:13:20.456Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220324061154-csar.csar
2022-03-24T06:13:20.456Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220324061154-csar.csar
2022-03-24T06:13:20.957Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15920215538594902004/Definitions/service-Vfw20220324061154-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
2022-03-24T06:13:22.407Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-24T06:13:22.407Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-24T06:13:22.407Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220324061154-csar.csar
2022-03-24T06:13:22.407Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-24T06:13:22.407Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||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-Vfw20220324061154-csar.csar
2022-03-24T06:13:22.407Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||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-Vfw20220324061154-csar.csar
2022-03-24T06:13:22.407Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324061154-csar.csar
2022-03-24T06:13:22.407Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324061154-csar.csar
2022-03-24T06:13:22.407Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324061154-csar.csar
2022-03-24T06:13:22.408Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||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-Vfw20220324061154-csar.csar
2022-03-24T06:13:22.408Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324061154-csar.csar
2022-03-24T06:13:22.408Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324061154-csar.csar
2022-03-24T06:13:22.408Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220324061154-csar.csar
2022-03-24T06:13:22.408Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220324061154-csar.csar
2022-03-24T06:13:22.408Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 43fc73c3-cd7f 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-Vfw20220324061154-csar.csar
2022-03-24T06:13:22.408Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324061154-csar.csar
2022-03-24T06:13:22.408Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324061154-csar.csar
2022-03-24T06:13:22.408Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-24T06:13:22.408Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:13:22.408Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 06-11-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:13:22.408Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vFW 43fc73c3-cd7f 0 is matching search criteria
2022-03-24T06:13:22.409Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-24T06:13:22.409Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 43fc73c3-cd7f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T06:13:22.409Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:13:22.409Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 06-11-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:13:22.409Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vFW 43fc73c3-cd7f 0 is matching search criteria
2022-03-24T06:13:22.409Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-24T06:13:22.409Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 43fc73c3-cd7f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T06:13:22.409Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:13:22.409Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 06-11-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:13:22.409Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:13:22.409Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vFW 43fc73c3-cd7f 0 is not matching search criteria
2022-03-24T06:13:22.409Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T06:13:22.409Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T06:13:22.409Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T06:13:22.410Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:13:22.410Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T06:13:22.410Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:13:22.410Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T06:13:22.410Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T06:13:22.410Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T06:13:22.410Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:13:22.410Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T06:13:22.410Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T06:13:22.410Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T06:13:22.410Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T06:13:22.410Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:13:22.410Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-24T06:13:22.410Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:13:22.410Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 06-11-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T06:13:22.410Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:13:22.410Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vFW 43fc73c3-cd7f 0 is matching search criteria
2022-03-24T06:13:22.411Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 43fc73c3-cd7f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:13:22.411Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:13:22.411Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vFW 43fc73c3-cd7f 0 is matching search criteria
2022-03-24T06:13:22.411Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 43fc73c3-cd7f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:13:22.411Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:13:22.411Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vFW 43fc73c3-cd7f 0 is matching search criteria
2022-03-24T06:13:22.411Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 43fc73c3-cd7f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:13:22.411Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:13:22.411Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vFW 43fc73c3-cd7f 0 is not matching search criteria
2022-03-24T06:13:22.411Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T06:13:22.411Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T06:13:22.411Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-24T06:13:22.411Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T06:13:22.411Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T06:13:22.411Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:13:22.411Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T06:13:22.412Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T06:13:22.412Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T06:13:22.412Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T06:13:22.412Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:13:22.412Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d36dad15-5854-4aa2-97a3-95a5d38de0b9
2022-03-24T06:13:22.412Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:13:22.412Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vFW 43fc73c3-cd7f 0 is not matching search criteria
2022-03-24T06:13:22.412Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T06:13:22.412Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T06:13:22.412Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T06:13:22.412Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:13:22.412Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T06:13:22.412Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:13:22.412Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T06:13:22.412Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-24T06:13:22.413Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T06:13:22.413Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T06:13:22.413Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T06:13:22.413Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:13:22.413Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=489056ac-abfd-4536-b239-2a33936cbcb6
2022-03-24T06:13:22.413Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:13:22.413Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vFW 43fc73c3-cd7f 0 is not matching search criteria
2022-03-24T06:13:22.413Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T06:13:22.413Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T06:13:22.413Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T06:13:22.413Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:13:22.413Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T06:13:22.413Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:13:22.413Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T06:13:22.413Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T06:13:22.413Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T06:13:22.413Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:13:22.414Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T06:13:22.414Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-24T06:13:22.414Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=056718c4-1282-44b8-bf60-e40ebfe7f24c
2022-03-24T06:13:22.414Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:13:22.414Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 06-11-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:13:22.414Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:13:22.414Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 06-11-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:13:22.414Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:13:22.414Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 06-11-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:13:22.414Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:13:22.414Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 06-11-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:13:22.414Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-24 06-11-54
Description:catalog service description
Model UUID:d735a9d9-9172-481e-9a02-81eccc141e6a
Model Version:NULL
Model InvariantUuid:9a7f7dbc-604a-4deb-ad28-afbe569cb868
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 43fc73c3-cd7f
Model UUID:880e9825-7747-4808-a879-e4f4c2b552f8
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6af2d815-e49f-433f-90df-b79111e86fce
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c7412a38-7dc8-403d-830c-25062d5edc10
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:902ebf7f-c3fb-45f5-8f49-be52765b1954
ModelName:Vfw43fc73c3Cd7f..base_vfw..module-0
ModelUuid:ecaf482b-c587-4889-82ec-3f69d05864bd
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d36dad15-5854-4aa2-97a3-95a5d38de0b9
ModelInvariantUuid:002050f0-0861-468a-8a23-bcf70e33a35c
ModelName:vFW 43fc73c3-cd7f-nodes.vfwCvfc
ModelUuid:cd162d74-36d1-4ca4-8054-ee6876772a35
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:9e4f6940-f4fe-460b-bf6f-fbf56765c028
ModelInvariantUuid:866f35a3-a880-45d8-8cfb-b3832e1a8626
ModelName:Vfw43fc73c3Cd7f.compute.nodes.heat.vfw
ModelUuid:c126bf16-43f4-4229-b737-6dd915f271d0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:489056ac-abfd-4536-b239-2a33936cbcb6
ModelInvariantUuid:2b59d815-a702-4534-9858-3b278ab81cb7
ModelName:vFW 43fc73c3-cd7f-nodes.vsnCvfc
ModelUuid:014605d8-efeb-42a4-ab49-80ec829cbaaa
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:9179f8bf-d82f-4284-a321-54ba4aac5b9d
ModelInvariantUuid:97c981f5-3d02-4fcf-92ed-0cb37833a4a4
ModelName:Vfw43fc73c3Cd7f.compute.nodes.heat.vsn
ModelUuid:dd1dbc6a-9a5d-485a-be1e-4daea174e534
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:056718c4-1282-44b8-bf60-e40ebfe7f24c
ModelInvariantUuid:3912f6fe-4e92-4646-9362-4f1f3f5b47be
ModelName:vFW 43fc73c3-cd7f-nodes.vpgCvfc
ModelUuid:1c0095de-7cf4-4cca-9b1c-0eb7200f0c38
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:f4560a1c-f57d-41ca-ae3c-4fdf599fabab
ModelInvariantUuid:41652bb6-7ec2-4da3-9927-a69ae3ebbf3a
ModelName:Vfw43fc73c3Cd7f.compute.nodes.heat.vpg
ModelUuid:f9937e9b-ce91-4fea-8a38-94b6288e7e70
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=?
2022-03-24T06:13:22.421Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 98c0a1b9-bf47-49b8-8364-30a28065f95a
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=?
2022-03-24T06:13:22.423Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||vFW 43fc73c3-cd7f 0
2022-03-24T06:13:22.423Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 98c0a1b9-bf47-49b8-8364-30a28065f95a
2022-03-24T06:13:22.423Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ac29d2c5-c81e-4780-909d-f30f36d9ff54 from URL: /sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vfw43fc73c3cd7f0_modules.json
2022-03-24T06:13:22.423Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-24T06:13:22.423Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vfw43fc73c3cd7f0_modules.json
2022-03-24T06:13:22.641Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-24T06:13:22.641Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vfw43fc73c3cd7f0_modules.json ac29d2c5-c81e-4780-909d-f30f36d9ff54 785
2022-03-24T06:13:22.641Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vfw43fc73c3cd7f0_modules.json ASDC sendASDCNotification
2022-03-24T06:13:22.641Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vfw43fc73c3cd7f0_modules.json
2022-03-24T06:13:22.641Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T06:13:22.641Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:13:22.643Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:13:22.643Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648102402641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vfw43fc73c3cd7f0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-24T06:13:22.744Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:13:22.744Z||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.
2022-03-24T06:13:22.744Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:13:22.757Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:13:22.757Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:13:23.644Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw43fc73c3Cd7f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "902ebf7f-c3fb-45f5-8f49-be52765b1954",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ecaf482b-c587-4889-82ec-3f69d05864bd",
"vfModuleModelCustomizationUUID": "b2431c08-49be-4976-a456-32360d05d01c",
"isBase": true,
"artifacts": [
"558486da-f861-4680-aa37-67527f8d2463",
"7dff6925-4c27-46c4-b6de-2146fa56a934"
],
"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": ""
}
}
]
2022-03-24T06:13:23.647Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw43fc73c3Cd7f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ecaf482b-c587-4889-82ec-3f69d05864bd
VfModuleModelInvariantUUID:902ebf7f-c3fb-45f5-8f49-be52765b1954
VfModuleModelDescription:NULL
Artifacts UUID List:{
558486da-f861-4680-aa37-67527f8d2463
,
7dff6925-4c27-46c4-b6de-2146fa56a934
}
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
}
2022-03-24T06:13:23.649Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw43fc73c3Cd7f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "902ebf7f-c3fb-45f5-8f49-be52765b1954",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ecaf482b-c587-4889-82ec-3f69d05864bd",
"vfModuleModelCustomizationUUID": "b2431c08-49be-4976-a456-32360d05d01c",
"isBase": true,
"artifacts": [
"558486da-f861-4680-aa37-67527f8d2463",
"7dff6925-4c27-46c4-b6de-2146fa56a934"
],
"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": ""
}
}
]
2022-03-24T06:13:23.649Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw43fc73c3Cd7f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ecaf482b-c587-4889-82ec-3f69d05864bd
VfModuleModelInvariantUUID:902ebf7f-c3fb-45f5-8f49-be52765b1954
VfModuleModelDescription:NULL
Artifacts UUID List:{
558486da-f861-4680-aa37-67527f8d2463
,
7dff6925-4c27-46c4-b6de-2146fa56a934
}
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
}
2022-03-24T06:13:23.649Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 558486da-f861-4680-aa37-67527f8d2463 from URL: /sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.yaml
2022-03-24T06:13:23.650Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-24T06:13:23.650Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.yaml
2022-03-24T06:13:23.941Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-24T06:13:23.942Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.yaml 558486da-f861-4680-aa37-67527f8d2463 20368
2022-03-24T06:13:23.942Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-24T06:13:23.942Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.yaml
2022-03-24T06:13:23.942Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T06:13:23.942Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:13:23.944Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:13:23.945Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648102403942,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-24T06:13:24.045Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:13:24.045Z||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.
2022-03-24T06:13:24.046Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:13:24.059Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:13:24.059Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:13:24.945Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7dff6925-4c27-46c4-b6de-2146fa56a934 from URL: /sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.env
2022-03-24T06:13:24.946Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-24T06:13:24.946Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.env
2022-03-24T06:13:25.170Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-24T06:13:25.170Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.env 7dff6925-4c27-46c4-b6de-2146fa56a934 2098
2022-03-24T06:13:25.171Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-24T06:13:25.171Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.env
2022-03-24T06:13:25.171Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T06:13:25.171Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:13:25.172Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:13:25.172Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648102405171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-24T06:13:25.273Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:13:25.273Z||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.
2022-03-24T06:13:25.273Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:13:25.288Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-24T06:13:25.288Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:13:26.173Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: d735a9d9-9172-481e-9a02-81eccc141e6a
2022-03-24T06:13:26.174Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 43fc73c3-cd7f 0 98c0a1b9-bf47-49b8-8364-30a28065f95a 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=?
2022-03-24T06:13:26.191Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d58acf5, org.onap.sdc.toscaparser.api.parameters.Input@617186c5, org.onap.sdc.toscaparser.api.parameters.Input@52c8e7a4, org.onap.sdc.toscaparser.api.parameters.Input@550c01b1, org.onap.sdc.toscaparser.api.parameters.Input@4d2b20e1]
2022-03-24T06:13:26.192Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-24T06:13:26.192Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 06-11-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:13:26.192Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-03-24T06:13:26.192Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= c7412a38-7dc8-403d-830c-25062d5edc10
2022-03-24T06:13:26.192Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c7412a38-7dc8-403d-830c-25062d5edc10 matches Tosca VF Customization UUID: c7412a38-7dc8-403d-830c-25062d5edc10
2022-03-24T06:13:26.192Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: c7412a38-7dc8-403d-830c-25062d5edc10 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=?
2022-03-24T06:13:26.194Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery