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/org.onap.so.trust.jks -Djavax.net.ssl.trustStorePassword=jUwgon73I)w(V,RP5QX{78Lk -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.1.5.RELEASE)
2021-05-25T02:43:27.242Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-845d4495b5-8sjc9 with PID 15 (/app/app.jar started by so in /app)
2021-05-25T02:43:27.246Z||main|||||DEBUG|500||Running with Spring Boot v2.1.5.RELEASE, Spring v5.1.7.RELEASE
2021-05-25T02:43:27.247Z||main|||||INFO|500||The following profiles are active: basic
2021-05-25T02:43:32.218Z||main|||||INFO|500||Starting service [Tomcat]
2021-05-25T02:43:32.219Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.19]
2021-05-25T02:43:32.350Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-05-25T02:43:33.707Z||main|||||INFO|500||reqdb-pool - Starting...
2021-05-25T02:43:33.839Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-05-25T02:43:33.953Z||main|||||INFO|500||catdb-pool - Starting...
2021-05-25T02:43:33.959Z||main|||||INFO|500||catdb-pool - Start completed.
2021-05-25T02:43:35.097Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
name: requestDB
...]
2021-05-25T02:43:35.228Z||main|||||INFO|500||HHH000412: Hibernate Core {5.3.10.Final}
2021-05-25T02:43:35.235Z||main|||||INFO|500||HHH000206: hibernate.properties not found
2021-05-25T02:43:35.561Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2021-05-25T02:43:36.013Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-05-25T02:43:37.902Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
name: catalogDB
...]
2021-05-25T02:43:38.129Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-05-25T02:43:40.193Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-05-25T02:43:40.210Z||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:749)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$c7e84f01.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:363)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:307)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:136)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:414)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1770)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:843)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:142)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:775)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:316)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1260)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1248)
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:48)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:50)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51)
2021-05-25T02:43:40.210Z||main|||||WARN|500||The sdc end point is not alive
2021-05-25T02:43:41.184Z||main|||||DEBUG|500||Setting up HttpComponentsClientHttpRequestFactory with default SSL Context
2021-05-25T02:43:42.385Z||main|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory
2021-05-25T02:43:44.199Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-05-25T02:43:45.059Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-05-25T02:43:46.665Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-25T02:43:46.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-25T02:43:46.675Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-25T02:43:46.708Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-25T02:43:46.736Z||main|||||INFO|500||Started Application in 21.526 seconds (JVM running for 22.466)
2021-05-25T02:43:46.775Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 392c3daa-5113-4fdd-b811-c1eb3eb2a83f url= /sdc/v1/artifactTypes
2021-05-25T02:43:46.775Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-25T02:43:47.086Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-05-25T02:43:47.103Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-05-25T02:43:47.122Z||scheduling-1|||||DEBUG|500||create keys
2021-05-25T02:43:47.130Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-05-25T02:43:47.151Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T02:43:47.164Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3938ba34-aa27-44ce-bb0e-d890a21ab2e2 url= /sdc/v1/registerForDistribution
2021-05-25T02:43:47.549Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 3938ba34-aa27-44ce-bb0e-d890a21ab2e2 url= /sdc/v1/registerForDistribution
2021-05-25T02:43:47.550Z||scheduling-1|||||INFO|500||start DistributionClient
2021-05-25T02:43:47.557Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:43:47.557Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:43:47.562Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-05-25T02:43:47.562Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T02:43:47.563Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:43:47.563Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T02:43:47.563Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:43:57.891Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T02:43:57.892Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T02:44:16.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.228 to 10.233.76.44
2021-05-25T02:44:47.556Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:44:47.557Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T02:44:47.557Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:44:47.557Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:44:47.558Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T02:44:47.558Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:44:57.186Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T02:44:57.186Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T02:45:46.667Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.44 to 10.233.70.228
2021-05-25T02:45:47.556Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:45:47.557Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T02:45:47.557Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:45:47.557Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:45:47.558Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T02:45:47.558Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:45:57.172Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T02:45:57.228Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T02:46:47.556Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:46:47.557Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T02:46:47.557Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:46:47.557Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:46:47.558Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T02:46:47.558Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:46:57.176Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T02:46:57.224Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T02:47:16.666Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.228 to 10.233.76.44
2021-05-25T02:47:47.556Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:47:47.557Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T02:47:47.557Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:47:47.557Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:47:47.558Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T02:47:47.558Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:47:57.177Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T02:47:57.193Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T02:48:47.556Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:48:47.556Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T02:48:47.557Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:48:47.557Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:48:47.558Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T02:48:47.558Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:48:57.098Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T02:48:57.099Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T02:49:31.666Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.44 to 10.233.70.228
2021-05-25T02:49:47.556Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:49:47.557Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T02:49:47.557Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:49:47.557Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:49:47.558Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T02:49:47.558Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:49:57.169Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T02:49:57.228Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T02:50:46.672Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.228 to 10.233.76.44
2021-05-25T02:50:47.558Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:50:47.558Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:50:47.562Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T02:50:47.563Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:50:47.566Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T02:50:47.567Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:50:57.178Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T02:50:57.222Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T02:51:31.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.44 to 10.233.70.228
2021-05-25T02:51:47.556Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:51:47.557Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T02:51:47.557Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:51:47.557Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:51:47.558Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T02:51:47.558Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:51:57.176Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T02:51:57.176Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T02:52:16.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.228 to 10.233.68.206
2021-05-25T02:52:47.556Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:52:47.556Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T02:52:47.557Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:52:47.557Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:52:47.558Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T02:52:47.558Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:52:57.173Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T02:52:57.179Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T02:53:01.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.206 to 10.233.70.228
2021-05-25T02:53:34.978Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-05-25T02:53:47.556Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:53:47.557Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T02:53:47.557Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:53:47.557Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:53:47.558Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T02:53:47.558Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:53:57.100Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T02:53:57.127Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T02:54:47.556Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:54:47.556Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T02:54:47.557Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:54:47.557Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:54:47.558Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T02:54:47.558Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:54:57.255Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T02:54:57.258Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T02:55:47.556Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:55:47.557Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T02:55:47.557Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:55:47.557Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:55:47.558Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T02:55:47.558Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:55:57.163Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T02:55:57.165Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T02:56:47.556Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:56:47.557Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T02:56:47.557Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:56:47.557Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:56:47.558Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T02:56:47.558Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:56:57.096Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T02:56:57.166Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T02:57:31.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.228 to 10.233.76.44
2021-05-25T02:57:47.556Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:57:47.556Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T02:57:47.557Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:57:47.557Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:57:47.558Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T02:57:47.558Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:57:57.124Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T02:57:57.130Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T02:58:47.556Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:58:47.556Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T02:58:47.557Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:58:47.557Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:58:47.558Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T02:58:47.558Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:58:57.153Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T02:58:57.169Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T02:59:01.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.44 to 10.233.68.206
2021-05-25T02:59:47.556Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:59:47.557Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T02:59:47.559Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T02:59:47.559Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T02:59:47.560Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:59:47.560Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T02:59:57.105Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T02:59:57.123Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:00:31.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.206 to 10.233.70.228
2021-05-25T03:00:47.556Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:00:47.557Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T03:00:47.557Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:00:47.557Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:00:47.557Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T03:00:47.558Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:00:57.095Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:00:57.099Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:01:16.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.228 to 10.233.68.206
2021-05-25T03:01:47.556Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:01:47.557Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T03:01:47.557Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:01:47.557Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:01:47.558Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T03:01:47.558Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:01:57.098Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:01:57.100Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:02:01.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.206 to 10.233.70.228
2021-05-25T03:02:46.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.228 to 10.233.76.44
2021-05-25T03:02:47.556Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:02:47.556Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T03:02:47.557Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:02:47.557Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:02:47.558Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T03:02:47.558Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:02:57.098Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:02:57.098Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:03:31.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.44 to 10.233.70.228
2021-05-25T03:03:47.556Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:03:47.557Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T03:03:47.557Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:03:47.557Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:03:47.558Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T03:03:47.558Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:03:57.178Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:03:57.229Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:04:16.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.228 to 10.233.76.44
2021-05-25T03:04:47.556Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:04:47.556Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T03:04:47.557Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:04:47.557Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:04:47.557Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T03:04:47.558Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:04:57.098Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:04:57.124Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:05:01.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.44 to 10.233.68.206
2021-05-25T03:05:46.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.206 to 10.233.70.228
2021-05-25T03:05:47.556Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:05:47.556Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T03:05:47.556Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:05:47.557Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:05:47.557Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T03:05:47.558Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:05:57.175Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:05:57.175Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:06:31.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.228 to 10.233.68.206
2021-05-25T03:06:47.556Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:06:47.557Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T03:06:47.557Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:06:47.557Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:06:47.558Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T03:06:47.558Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:06:57.125Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:06:57.125Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:07:16.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.206 to 10.233.76.44
2021-05-25T03:07:47.556Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:07:47.556Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T03:07:47.557Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:07:47.557Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:07:47.558Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T03:07:47.558Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:07:57.125Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:07:57.126Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:08:01.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.44 to 10.233.70.228
2021-05-25T03:08:46.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.228 to 10.233.68.206
2021-05-25T03:08:47.556Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:08:47.557Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T03:08:47.557Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:08:47.557Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:08:47.558Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T03:08:47.558Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:08:57.170Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:08:57.170Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:09:31.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.206 to 10.233.70.228
2021-05-25T03:09:47.556Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:09:47.557Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T03:09:47.557Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:09:47.557Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:09:47.558Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T03:09:47.558Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:09:57.172Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:09:57.226Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:10:47.556Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:10:47.556Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T03:10:47.556Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:10:47.557Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:10:47.558Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T03:10:47.558Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:10:57.097Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:10:57.099Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:11:01.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.228 to 10.233.68.206
2021-05-25T03:11:47.556Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:11:47.556Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T03:11:47.556Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:11:47.557Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:11:47.557Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T03:11:47.558Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:11:57.125Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:11:57.127Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:12:47.556Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:12:47.556Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T03:12:47.556Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:12:47.557Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:12:47.558Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T03:12:47.558Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:12:57.172Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:12:57.225Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:13:47.556Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:13:47.556Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T03:13:47.556Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:13:47.557Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:13:47.558Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T03:13:47.558Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:13:57.095Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:13:57.126Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:14:47.556Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:14:47.556Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T03:14:47.556Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:14:47.557Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:14:47.558Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T03:14:47.558Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:14:57.094Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:14:57.094Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:15:16.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.206 to 10.233.70.228
2021-05-25T03:15:47.556Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:15:47.556Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T03:15:47.557Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:15:47.557Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:15:47.557Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T03:15:47.558Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:15:57.173Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:15:57.176Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:16:46.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.228 to 10.233.68.206
2021-05-25T03:16:47.556Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:16:47.556Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T03:16:47.557Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:16:47.557Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:16:47.558Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T03:16:47.558Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:16:57.090Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:16:57.126Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:17:31.665Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.206 to 10.233.70.228
2021-05-25T03:17:47.556Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:17:47.557Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T03:17:47.557Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:17:47.557Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-25T03:17:47.557Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-25T03:17:47.557Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:17:47.757Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:17:47.761Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.761Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "cds",
"timestamp": 1621912658069,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.780Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-25T03:17:47.780Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.780Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "policy-id",
"timestamp": 1621912656527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.780Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-25T03:17:47.780Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.780Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621912659606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.780Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-25T03:17:47.780Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.780Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "dcae-sch",
"timestamp": 1621912660227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.780Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-25T03:17:47.781Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.781Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621912662626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.781Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-25T03:17:47.781Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.781Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621912662876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.781Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-25T03:17:47.781Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.781Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "cds",
"timestamp": 1621912658069,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.781Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-25T03:17:47.781Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.782Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "policy-id",
"timestamp": 1621912656527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.782Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-25T03:17:47.782Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.782Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621912659606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json",
"status": "NOTIFIED"
}
2021-05-25T03:17:47.782Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-25T03:17:47.782Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.782Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "dcae-sch",
"timestamp": 1621912660227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.782Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-25T03:17:47.782Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.782Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621912663357,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.783Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-25T03:17:47.783Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.783Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621912662626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json",
"status": "NOTIFIED"
}
2021-05-25T03:17:47.783Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-25T03:17:47.783Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.783Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621912662876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.783Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-25T03:17:47.783Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.783Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "cds",
"timestamp": 1621912658069,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.783Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-25T03:17:47.784Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.784Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "policy-id",
"timestamp": 1621912656527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-25T03:17:47.784Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-25T03:17:47.784Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.784Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621912659606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-25T03:17:47.784Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-25T03:17:47.785Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.785Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "dcae-sch",
"timestamp": 1621912660227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.785Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-25T03:17:47.785Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.785Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621912663357,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json",
"status": "NOTIFIED"
}
2021-05-25T03:17:47.785Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-25T03:17:47.785Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.785Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "clamp",
"timestamp": 1621912664359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.785Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-25T03:17:47.785Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.785Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621912662626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-25T03:17:47.786Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-25T03:17:47.786Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.786Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621912662876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.786Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-25T03:17:47.786Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.786Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "cds",
"timestamp": 1621912658069,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.786Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-25T03:17:47.786Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.786Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "policy-id",
"timestamp": 1621912656527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.786Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-25T03:17:47.786Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.786Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621912659606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.787Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-25T03:17:47.787Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.787Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "dcae-sch",
"timestamp": 1621912660227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.787Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-25T03:17:47.787Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.787Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621912663357,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-25T03:17:47.787Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-25T03:17:47.787Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.787Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "clamp",
"timestamp": 1621912664359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json",
"status": "NOTIFIED"
}
2021-05-25T03:17:47.787Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-25T03:17:47.787Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.787Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621912662626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.788Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-25T03:17:47.788Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.788Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621912662876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.788Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-25T03:17:47.788Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.788Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "cds",
"timestamp": 1621912658069,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.788Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-25T03:17:47.788Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.788Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "policy-id",
"timestamp": 1621912656527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.788Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-25T03:17:47.788Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.788Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621912659606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-25T03:17:47.789Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-25T03:17:47.789Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.789Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "dcae-sch",
"timestamp": 1621912660227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.789Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-25T03:17:47.789Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.789Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621912663357,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.789Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-25T03:17:47.789Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.789Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "clamp",
"timestamp": 1621912664359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-25T03:17:47.789Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-25T03:17:47.789Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-05-25T03:17:47.789Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621912662626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-25T03:17:47.790Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-25T03:17:48.180Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:17:48.182Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-05-25T03:17:48.182Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"eb33c76c-4641-4f87-81e7-9c06119b276e","serviceName":"vFW 2021-05-25 03-15-03","serviceVersion":"1.0","serviceUUID":"5ebf119c-3c22-4df1-886b-73556c9be9e7","serviceDescription":"catalog service description","serviceInvariantUUID":"ff7b288d-e476-45bd-a46f-063cdd19d9ed","resources":[{"resourceInstanceName":"vFW a17be5e1-329d 0","resourceName":"vFW a17be5e1-329d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2a5829d1-6d2c-4e85-8ab8-6013cba266f4","resourceInvariantUUID":"8da77733-2a48-44bf-a7fe-97f16187a556","resourceCustomizationUUID":"333465e4-a491-445e-a78c-8ab8521db132","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vf-license-model.xml","artifactChecksum":"NTg5MDVkMmViYTM4Y2JjOGQ3OTA3ZTAyMGZlMzhlMWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"97f60fb3-da47-43e6-b279-47fe397fbb47","artifactVersion":"1"},{"artifactName":"vfwa17be5e1329d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json","artifactChecksum":"ZjJjODkyODU3OGZhOTZkZDBhNWIxNzE2MmY1MmJiNjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3ed1303d-006f-41bd-bdfa-fc4be8240af9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"879b468b-b7f4-4c93-a99e-e9c3d5800f93","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vendor-license-model.xml","artifactChecksum":"YzIwYmQ3NDAyZWU0NGRjYzEwZDMwZjRkZDNkZjUzZTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e1497f5a-6695-48d0-a669-0b343f3c46d8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d61ee6a5-0e9e-4dc3-bd6a-7795b198ee12","artifactVersion":"2","generatedFromUUID":"879b468b-b7f4-4c93-a99e-e9c3d5800f93"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210525031503-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-template.yml","artifactChecksum":"YjUyZTY3ZDhkMzY0NzljYmZiMGMzMTg4MTNkMmQ2YWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"33214c47-7f18-40c3-ac48-364ce8962403","artifactVersion":"1"},{"artifactName":"service-Vfw20210525031503-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar","artifactChecksum":"MzQ5ZDE3MDNhNjc0YTUxMzg2ZWU2M2FiMDI0YmE1N2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0a33dc8e-01ad-4fe6-bd89-306fbee464d6","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-25T03:17:48.188Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T03:17:48.193Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:17:48.249Z||pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:17:48.250Z||pool-3-thread-6|||||DEBUG|500||try to send status {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621912667556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T03:17:48.349Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 61 ms
2021-05-25T03:17:48.352Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T03:17:48.353Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:17:48.363Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:17:48.364Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:17:49.290Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T03:17:49.290Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:17:49.291Z||pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:17:49.291Z||pool-3-thread-6|||||DEBUG|500||try to send status {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621912667556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json",
"status": "NOTIFIED"
}
2021-05-25T03:17:49.392Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:17:49.393Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T03:17:49.393Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:17:49.498Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:17:49.499Z||pool-5-thread-1|||||INFO|500||cambria reply ok (107 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:17:50.292Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T03:17:50.293Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:17:50.294Z||pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:17:50.294Z||pool-3-thread-6|||||DEBUG|500||try to send status {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621912667556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-25T03:17:50.394Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:17:50.395Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T03:17:50.396Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:17:50.406Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:17:50.406Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:17:51.295Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T03:17:51.295Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:17:51.297Z||pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:17:51.297Z||pool-3-thread-6|||||DEBUG|500||try to send status {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621912667556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-25T03:17:51.397Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:17:51.398Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T03:17:51.399Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:17:51.408Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:17:51.409Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:17:52.298Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T03:17:52.299Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:17:52.300Z||pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:17:52.300Z||pool-3-thread-6|||||DEBUG|500||try to send status {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621912667556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-25T03:17:52.401Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:17:52.402Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T03:17:52.402Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:17:52.411Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:17:52.411Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:17:53.301Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T03:17:53.302Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:17:53.304Z||pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:17:53.304Z||pool-3-thread-6|||||DEBUG|500||try to send status {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621912667556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-25T03:17:53.405Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:17:53.405Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T03:17:53.405Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:17:53.416Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:17:53.416Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:17:54.305Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-25T03:17:54.306Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:17:54.307Z||pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:17:54.308Z||pool-3-thread-6|||||DEBUG|500||try to send status {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621912667556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar",
"status": "NOTIFIED"
}
2021-05-25T03:17:54.408Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:17:54.409Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T03:17:54.409Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:17:54.418Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:17:54.418Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:17:55.309Z||pool-3-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"serviceName": "vFW 2021-05-25 03-15-03",
"serviceVersion": "1.0",
"serviceUUID": "5ebf119c-3c22-4df1-886b-73556c9be9e7",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ff7b288d-e476-45bd-a46f-063cdd19d9ed",
"resources": [
{
"resourceInstanceName": "vFW a17be5e1-329d 0",
"resourceCustomizationUUID": "333465e4-a491-445e-a78c-8ab8521db132",
"resourceName": "vFW a17be5e1-329d",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2a5829d1-6d2c-4e85-8ab8-6013cba266f4",
"resourceInvariantUUID": "8da77733-2a48-44bf-a7fe-97f16187a556",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwa17be5e1329d0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json",
"artifactChecksum": "ZjJjODkyODU3OGZhOTZkZDBhNWIxNzE2MmY1MmJiNjM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3ed1303d-006f-41bd-bdfa-fc4be8240af9",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "879b468b-b7f4-4c93-a99e-e9c3d5800f93",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d61ee6a5-0e9e-4dc3-bd6a-7795b198ee12",
"generatedFromUUID": "879b468b-b7f4-4c93-a99e-e9c3d5800f93"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d61ee6a5-0e9e-4dc3-bd6a-7795b198ee12",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210525031503-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar",
"artifactChecksum": "MzQ5ZDE3MDNhNjc0YTUxMzg2ZWU2M2FiMDI0YmE1N2U\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0a33dc8e-01ad-4fe6-bd89-306fbee464d6"
}
],
"workloadContext": "Production"
}
2021-05-25T03:17:55.310Z||pool-3-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-25T03:17:55.310Z||pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5ebf119c-3c22-4df1-886b-73556c9be9e7 ASDC
2021-05-25T03:17:55.438Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:eb33c76c-4641-4f87-81e7-9c06119b276e
ServiceName:vFW 2021-05-25 03-15-03
ServiceVersion:1.0
ServiceUUID:5ebf119c-3c22-4df1-886b-73556c9be9e7
ServiceInvariantUUID:ff7b288d-e476-45bd-a46f-063cdd19d9ed
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210525031503-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar
ArtifactUUID:0a33dc8e-01ad-4fe6-bd89-306fbee464d6
ArtifactChecksum:MzQ5ZDE3MDNhNjc0YTUxMzg2ZWU2M2FiMDI0YmE1N2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a17be5e1-329d 0
ResourceCustomizationUUID:333465e4-a491-445e-a78c-8ab8521db132
ResourceInvariantUUID:8da77733-2a48-44bf-a7fe-97f16187a556
ResourceName:vFW a17be5e1-329d
ResourceType:VF
ResourceUUID:2a5829d1-6d2c-4e85-8ab8-6013cba266f4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa17be5e1329d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json
ArtifactUUID:3ed1303d-006f-41bd-bdfa-fc4be8240af9
ArtifactChecksum:ZjJjODkyODU3OGZhOTZkZDBhNWIxNzE2MmY1MmJiNjM=
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/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml
ArtifactUUID:879b468b-b7f4-4c93-a99e-e9c3d5800f93
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/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env
ArtifactUUID:d61ee6a5-0e9e-4dc3-bd6a-7795b198ee12
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/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env
ArtifactUUID:d61ee6a5-0e9e-4dc3-bd6a-7795b198ee12
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-05-25T03:17:55.439Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5ebf119c-3c22-4df1-886b-73556c9be9e7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_0_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_0_, watchdogse0_.CREATE_TIME as CREATE_T4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-25T03:17:55.633Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-25T03:17:55.635Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||MSO config path is: /app
2021-05-25T03:17:55.636Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||MSO config path is: /app
2021-05-25T03:17:55.636Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: 0a33dc8e-01ad-4fe6-bd89-306fbee464d6 from URL: /sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar
2021-05-25T03:17:55.636Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-05-25T03:17:55.637Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar
2021-05-25T03:17:56.668Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-25T03:17:56.685Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar 0a33dc8e-01ad-4fe6-bd89-306fbee464d6 105025
2021-05-25T03:17:56.685Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar ASDC sendASDCNotification
2021-05-25T03:17:56.686Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar
2021-05-25T03:17:56.686Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-25T03:17:56.735Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:17:56.738Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:17:56.738Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||try to send status {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621912676685,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-25T03:17:56.838Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:17:56.839Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T03:17:56.839Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:17:56.847Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:17:56.848Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:17:57.738Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-25T03:17:57.740Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||MSO config path is: /app
2021-05-25T03:17:57.741Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||Trying to write artifact UUID: 0a33dc8e-01ad-4fe6-bd89-306fbee464d6, URL: /sdc/v1/catalog/services/Vfw20210525031503/1.0/artifacts/service-Vfw20210525031503-csar.csar to file: /app/ASDC/1/service-Vfw20210525031503-csar.csar
2021-05-25T03:17:57.741Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210525031503-csar.csar
2021-05-25T03:17:57.844Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210525031503-csar.csar
2021-05-25T03:17:57.844Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210525031503-csar.csar
2021-05-25T03:17:58.318Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5842474086637967789/Definitions/service-Vfw20210525031503-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
2021-05-25T03:18:00.761Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-25T03:18:00.765Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||WARN|500||####################################################################################################
2021-05-25T03:18:00.765Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210525031503-csar.csar
2021-05-25T03:18:00.765Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-05-25T03:18:00.765Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||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-Vfw20210525031503-csar.csar
2021-05-25T03:18:00.766Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||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-Vfw20210525031503-csar.csar
2021-05-25T03:18:00.766Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||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-Vfw20210525031503-csar.csar
2021-05-25T03:18:00.766Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210525031503-csar.csar
2021-05-25T03:18:00.766Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210525031503-csar.csar
2021-05-25T03:18:00.766Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||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-Vfw20210525031503-csar.csar
2021-05-25T03:18:00.766Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a17be5e1-329d 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-Vfw20210525031503-csar.csar
2021-05-25T03:18:00.766Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||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-Vfw20210525031503-csar.csar
2021-05-25T03:18:00.766Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||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-Vfw20210525031503-csar.csar
2021-05-25T03:18:00.766Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210525031503-csar.csar
2021-05-25T03:18:00.766Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||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-Vfw20210525031503-csar.csar
2021-05-25T03:18:00.766Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210525031503-csar.csar
2021-05-25T03:18:00.766Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a17be5e1-329d 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210525031503-csar.csar
2021-05-25T03:18:00.766Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||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-Vfw20210525031503-csar.csar
2021-05-25T03:18:00.767Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||WARN|500||####################################################################################################
2021-05-25T03:18:00.772Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T03:18:00.774Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-05-25 03-15-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:18:00.777Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vFW a17be5e1-329d 0 is matching search criteria
2021-05-25T03:18:00.777Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Search for entities recursively
2021-05-25T03:18:00.778Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Found topology templates [vFW a17be5e1-329d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-25T03:18:00.780Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T03:18:00.780Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-05-25 03-15-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:18:00.780Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vFW a17be5e1-329d 0 is matching search criteria
2021-05-25T03:18:00.780Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Search for entities recursively
2021-05-25T03:18:00.781Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Found topology templates [vFW a17be5e1-329d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-25T03:18:00.781Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T03:18:00.781Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-05-25 03-15-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:18:00.784Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T03:18:00.784Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vFW a17be5e1-329d 0 is not matching search criteria
2021-05-25T03:18:00.784Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-25T03:18:00.784Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-25T03:18:00.784Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-25T03:18:00.785Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-25T03:18:00.785Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-25T03:18:00.785Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-25T03:18:00.785Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-25T03:18:00.785Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-25T03:18:00.785Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-25T03:18:00.786Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-25T03:18:00.786Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-25T03:18:00.786Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-25T03:18:00.786Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-25T03:18:00.786Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-25T03:18:00.786Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-25T03:18:00.786Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-25T03:18:00.787Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T03:18:00.787Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-05-25 03-15-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-25T03:18:00.788Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T03:18:00.788Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vFW a17be5e1-329d 0 is matching search criteria
2021-05-25T03:18:00.788Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Found topology templates [vFW a17be5e1-329d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-25T03:18:00.788Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T03:18:00.788Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vFW a17be5e1-329d 0 is matching search criteria
2021-05-25T03:18:00.788Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Found topology templates [vFW a17be5e1-329d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-25T03:18:00.789Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T03:18:00.789Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vFW a17be5e1-329d 0 is matching search criteria
2021-05-25T03:18:00.789Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Found topology templates [vFW a17be5e1-329d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-25T03:18:00.789Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T03:18:00.789Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vFW a17be5e1-329d 0 is not matching search criteria
2021-05-25T03:18:00.789Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-25T03:18:00.789Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-25T03:18:00.790Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-25T03:18:00.790Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-25T03:18:00.790Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-25T03:18:00.790Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-25T03:18:00.790Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-25T03:18:00.790Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-25T03:18:00.790Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-25T03:18:00.790Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-25T03:18:00.791Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-25T03:18:00.791Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6974a1f6-6ac1-46cc-a6e2-907a362b88de
2021-05-25T03:18:00.791Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T03:18:00.791Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vFW a17be5e1-329d 0 is not matching search criteria
2021-05-25T03:18:00.791Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-25T03:18:00.791Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-25T03:18:00.791Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-25T03:18:00.791Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-25T03:18:00.792Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-25T03:18:00.792Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-25T03:18:00.792Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-25T03:18:00.792Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-25T03:18:00.792Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-25T03:18:00.792Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-25T03:18:00.792Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-25T03:18:00.792Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-25T03:18:00.793Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=40b6262d-7a8e-40af-9704-1809185e77ba
2021-05-25T03:18:00.793Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T03:18:00.793Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vFW a17be5e1-329d 0 is not matching search criteria
2021-05-25T03:18:00.793Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-25T03:18:00.793Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-25T03:18:00.793Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-25T03:18:00.793Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-25T03:18:00.794Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-25T03:18:00.794Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-25T03:18:00.794Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-25T03:18:00.794Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-25T03:18:00.794Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-25T03:18:00.794Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-25T03:18:00.794Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-25T03:18:00.794Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-25T03:18:00.795Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4aabe44c-d84a-4a9f-83be-0b644ec538af
2021-05-25T03:18:00.795Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T03:18:00.796Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-05-25 03-15-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:18:00.796Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T03:18:00.796Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-05-25 03-15-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:18:00.796Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T03:18:00.796Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-05-25 03-15-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:18:00.797Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T03:18:00.797Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-05-25 03-15-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:18:00.797Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-05-25 03-15-03
Description:catalog service description
Model UUID:5ebf119c-3c22-4df1-886b-73556c9be9e7
Model Version:NULL
Model InvariantUuid:ff7b288d-e476-45bd-a46f-063cdd19d9ed
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW a17be5e1-329d
Model UUID:6eb2748f-9333-47ad-bda4-3a24e2da9130
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8da77733-2a48-44bf-a7fe-97f16187a556
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:333465e4-a491-445e-a78c-8ab8521db132
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:ab4a8740-97cf-45f3-8239-e09889c2e5e9
ModelName:VfwA17be5e1329d..base_vfw..module-0
ModelUuid:4f0de57d-8096-43c5-8b13-856cf8ad8510
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6974a1f6-6ac1-46cc-a6e2-907a362b88de
ModelInvariantUuid:5adcdc4e-41d3-4d1e-82db-4aa3f02a705a
ModelName:vFW a17be5e1-329d-nodes.vfwCvfc
ModelUuid:22194ba3-296f-40d3-89a4-4e65ea8a44a0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:31854fea-8caf-4334-81d3-f7cad686e80d
ModelInvariantUuid:51b95b46-57a2-4956-b2ee-4cf068a9a5b4
ModelName:VfwA17be5e1329d.compute.nodes.heat.vfw
ModelUuid:c8d8c118-e0af-4b63-8c26-87b8f18ab856
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:40b6262d-7a8e-40af-9704-1809185e77ba
ModelInvariantUuid:362062d0-fd8a-468d-8335-b9979dac97e4
ModelName:vFW a17be5e1-329d-nodes.vsnCvfc
ModelUuid:0d702c37-b6eb-46d6-ae8e-fbfa46da195f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:6492bd04-cc11-47ca-9e22-d4383d36357d
ModelInvariantUuid:1eb53023-f37c-42ee-8876-7ee5308e5db8
ModelName:VfwA17be5e1329d.compute.nodes.heat.vsn
ModelUuid:9d236c8d-2495-42f5-bc5c-4cb07a7eed9d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4aabe44c-d84a-4a9f-83be-0b644ec538af
ModelInvariantUuid:436bb6f8-e8ac-436b-b449-2cea0319133d
ModelName:vFW a17be5e1-329d-nodes.vpgCvfc
ModelUuid:e2ecec0b-1c71-439b-bf46-1c9127a22652
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:34463ff5-faeb-4a1c-a45c-e9f6d3528e8f
ModelInvariantUuid:96db2f23-bce2-4fa9-9b8c-b74ca319dcf7
ModelName:VfwA17be5e1329d.compute.nodes.heat.vpg
ModelUuid:62df0f89-c1eb-4393-aace-0ac78cb98f3c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-25T03:18:00.821Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 2a5829d1-6d2c-4e85-8ab8-6013cba266f4
2021-05-25T03:18:00.835Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-25T03:18:00.893Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||vFW a17be5e1-329d 0
2021-05-25T03:18:00.899Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2a5829d1-6d2c-4e85-8ab8-6013cba266f4
2021-05-25T03:18:00.899Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: 3ed1303d-006f-41bd-bdfa-fc4be8240af9 from URL: /sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json
2021-05-25T03:18:00.899Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-05-25T03:18:00.899Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json
2021-05-25T03:18:01.241Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-25T03:18:01.242Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json 3ed1303d-006f-41bd-bdfa-fc4be8240af9 785
2021-05-25T03:18:01.242Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json ASDC sendASDCNotification
2021-05-25T03:18:01.242Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json
2021-05-25T03:18:01.242Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-25T03:18:01.242Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:18:01.244Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:18:01.245Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||try to send status {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621912681242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/vfwa17be5e1329d0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-25T03:18:01.345Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:18:01.346Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T03:18:01.346Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:18:01.356Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:18:01.356Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:18:02.246Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA17be5e1329d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "ab4a8740-97cf-45f3-8239-e09889c2e5e9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4f0de57d-8096-43c5-8b13-856cf8ad8510",
"vfModuleModelCustomizationUUID": "136bc19b-0b83-4b46-9668-c1d58ae29ced",
"isBase": true,
"artifacts": [
"879b468b-b7f4-4c93-a99e-e9c3d5800f93",
"d61ee6a5-0e9e-4dc3-bd6a-7795b198ee12"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-05-25T03:18:02.268Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA17be5e1329d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4f0de57d-8096-43c5-8b13-856cf8ad8510
VfModuleModelInvariantUUID:ab4a8740-97cf-45f3-8239-e09889c2e5e9
VfModuleModelDescription:NULL
Artifacts UUID List:{
879b468b-b7f4-4c93-a99e-e9c3d5800f93
,
d61ee6a5-0e9e-4dc3-bd6a-7795b198ee12
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-05-25T03:18:02.336Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA17be5e1329d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "ab4a8740-97cf-45f3-8239-e09889c2e5e9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4f0de57d-8096-43c5-8b13-856cf8ad8510",
"vfModuleModelCustomizationUUID": "136bc19b-0b83-4b46-9668-c1d58ae29ced",
"isBase": true,
"artifacts": [
"879b468b-b7f4-4c93-a99e-e9c3d5800f93",
"d61ee6a5-0e9e-4dc3-bd6a-7795b198ee12"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-05-25T03:18:02.336Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA17be5e1329d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4f0de57d-8096-43c5-8b13-856cf8ad8510
VfModuleModelInvariantUUID:ab4a8740-97cf-45f3-8239-e09889c2e5e9
VfModuleModelDescription:NULL
Artifacts UUID List:{
879b468b-b7f4-4c93-a99e-e9c3d5800f93
,
d61ee6a5-0e9e-4dc3-bd6a-7795b198ee12
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-05-25T03:18:02.336Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: 879b468b-b7f4-4c93-a99e-e9c3d5800f93 from URL: /sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml
2021-05-25T03:18:02.336Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-05-25T03:18:02.336Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml
2021-05-25T03:18:03.944Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-25T03:18:03.946Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml 879b468b-b7f4-4c93-a99e-e9c3d5800f93 20368
2021-05-25T03:18:03.946Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-25T03:18:03.946Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml
2021-05-25T03:18:03.946Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-25T03:18:03.947Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:18:03.950Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:18:03.950Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||try to send status {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621912683946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-25T03:18:04.050Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-25T03:18:04.051Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T03:18:04.051Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:18:04.102Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:18:04.102Z||pool-13-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2021-05-25T03:18:04.950Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: d61ee6a5-0e9e-4dc3-bd6a-7795b198ee12 from URL: /sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env
2021-05-25T03:18:04.951Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-05-25T03:18:04.951Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env
2021-05-25T03:18:06.643Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-05-25T03:18:06.643Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env d61ee6a5-0e9e-4dc3-bd6a-7795b198ee12 2098
2021-05-25T03:18:06.643Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-25T03:18:06.643Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env
2021-05-25T03:18:06.643Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-25T03:18:06.644Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-05-25T03:18:06.645Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-25T03:18:06.645Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||try to send status {
"distributionID": "eb33c76c-4641-4f87-81e7-9c06119b276e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621912686643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210525031503/1.0/resourceInstances/vfwa17be5e1329d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-25T03:18:06.746Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-25T03:18:06.746Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-25T03:18:06.746Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0wzpPJpqb2UCSwVu) ...
2021-05-25T03:18:06.755Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-25T03:18:06.755Z||pool-14-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-05-25T03:18:07.646Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Preparing to deploy Service: 5ebf119c-3c22-4df1-886b-73556c9be9e7
2021-05-25T03:18:07.647Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a17be5e1-329d 0 2a5829d1-6d2c-4e85-8ab8-6013cba266f4 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_, heattempla0_.DESCRIPTION as DESCRIPT4_28_, heattempla0_.BODY as BODY5_28_, heattempla0_.NAME as NAME6_28_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_, heattempla0_.VERSION as VERSION8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_, heatenviro0_.BODY as BODY5_25_, heatenviro0_.NAME as NAME6_25_, heatenviro0_.VERSION as VERSION7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-25T03:18:07.746Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-25T03:18:07.747Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Service vFW 2021-05-25 03-15-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-25T03:18:07.747Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Processing vnf with UUID: 6eb2748f-9333-47ad-bda4-3a24e2da9130
2021-05-25T03:18:07.747Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||Will get resource from SDC using resource id: 6eb2748f-9333-47ad-bda4-3a24e2da9130
2021-05-25T03:18:07.756Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/6eb2748f-9333-47ad-bda4-3a24e2da9130/toscaModel to get resource
2021-05-25T03:18:07.783Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/6eb2748f-9333-47ad-bda4-3a24e2da9130/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/6eb2748f-9333-47ad-bda4-3a24e2da9130/toscaModel
2021-05-25T03:18:07.785Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6eb2748f-9333-47ad-bda4-3a24e2da9130/toscaModel|INFO|500||Invoke
2021-05-25T03:18:07.785Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6eb2748f-9333-47ad-bda4-3a24e2da9130/toscaModel|DEBUG|500||===========================request begin================================================
2021-05-25T03:18:07.785Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6eb2748f-9333-47ad-bda4-3a24e2da9130/toscaModel|DEBUG|500||URI : https://sdc-be.onap:8443/sdc/v1/catalog/resources/6eb2748f-9333-47ad-bda4-3a24e2da9130/toscaModel
2021-05-25T03:18:07.786Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6eb2748f-9333-47ad-bda4-3a24e2da9130/toscaModel|DEBUG|500||Method : GET
2021-05-25T03:18:07.786Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6eb2748f-9333-47ad-bda4-3a24e2da9130/toscaModel|DEBUG|500||Headers : [Accept:"application/octet-stream", X-ECOMP-InstanceID:"SO-SDC-CONTROLLER", Authorization:"Basic bXNvOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=", X-FromAppId:"SO-SDC-CONTROLLER", Content-Length:"0", X-ONAP-RequestID:"eb33c76c-4641-4f87-81e7-9c06119b276e", X-RequestID:"eb33c76c-4641-4f87-81e7-9c06119b276e", X-TransactionID:"eb33c76c-4641-4f87-81e7-9c06119b276e", X-ECOMP-RequestID:"eb33c76c-4641-4f87-81e7-9c06119b276e", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"68c69499-d896-4a8d-aa5d-8315ad30e2b5"]
2021-05-25T03:18:07.787Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6eb2748f-9333-47ad-bda4-3a24e2da9130/toscaModel|DEBUG|500||Request body:
2021-05-25T03:18:07.787Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6eb2748f-9333-47ad-bda4-3a24e2da9130/toscaModel|DEBUG|500||==========================request end================================================
2021-05-25T03:18:09.353Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6eb2748f-9333-47ad-bda4-3a24e2da9130/toscaModel|DEBUG|500||============================response begin==========================================
2021-05-25T03:18:09.354Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6eb2748f-9333-47ad-bda4-3a24e2da9130/toscaModel|DEBUG|500||Status code : 200 OK
2021-05-25T03:18:09.354Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6eb2748f-9333-47ad-bda4-3a24e2da9130/toscaModel|DEBUG|500||Status text : OK
2021-05-25T03:18:09.354Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6eb2748f-9333-47ad-bda4-3a24e2da9130/toscaModel|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=node0q12ht03lzsnh1xyvbloa1hzgg265.node0; Path=/; Secure", Expires:"Thu, 01 Jan 1970 00:00:00 GMT", Content-Disposition:"attachment; filename="resource-VfwA17be5e1329d-csar.csar"", Content-MD5:"ZWFlNWMyMWFhZjc4NDhiMmI3YWJhZTc2MDdmZWMzZjc=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"eb33c76c-4641-4f87-81e7-9c06119b276e", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-05-25T03:18:09.448Z|eb33c76c-4641-4f87-81e7-9c06119b276e|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/6eb2748f-9333-47ad-bda4-3a24e2da9130/toscaModel|DEBUG|500||Response body: PK '�R csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)� PK�R�B4 E PK '�R TOSCA-Metadata/TOSCA.metaM�M� ����Њ��Uԝ�����N��^�]�/�ox��S7dPW�Q�0e�H�l���ha�N�H��,{ q!NE�qv���+�&��ƺ0;}x��n{�cX|-mJ�B�!��c�ԄzJ�H��j(K�?n�ۑ�PK�%J� � PK (�R 1 Definitions/resource-VfwA17be5e1329d-template.yml�][w�6�������d�)w��$n��)MoXĘ��3���H�#0��;]�+����{|$�(q��A?�4�����8A�xm�٫$�l��~��=�G?m`
<���?F�A�0���8{m,<0��'s��iY�o������F�9�Ng�V^x���Z��r�jXs���,s�{`9�Q�l�kc���FsN�Ȝ��z��č�m��uC/��$��GCcG��MQ��i�ܿE�tA
WQ���xC.z���1Ȫ�0�v��3¯
��/�����3Dݝ.L�N��5\C��
�?7^�<���m�h���Ohr�8M^�d!z��Y5?X#
ك��f�^��#�
���{l����E��E��A����*K�(
��hG�ʟ���:pkM�E@FiN�,E<.��O��Xl3S���tw�����IQ<+�BıhM�j���'���wUZ����E��5���E�/�.���
��z�����֑�\�k!n�+Q-�--�wzŬ}�-
��K�4�lw){n�w���(�%\ ���� H13�U��d\��C��m�2ڃ#I�^z�:�^s)� >����ݎ�m��r �lB�!�Q�U0�a^B�>�KI]��ݮ�$�v�NB����B�7��V��]��ԛY�������Z��f�l5��#=�4B�6Z=ه��]�*�-��:j�Bd��M�go�`�����楰9��:}m����h�����pX�ͭ(d᪬@�_W9E��� ��F��H� 1@��zȞDϠ���W�f&H�ц�� ��� [b�c�>��1|�u�`�١'�k���KB�_�}ۙ�X��ݭq��ܸ�h�����ӵqy���x~}n��
6�vd�V0AS��xo�{#��L')]h����W<�z�now2�l$����v����������O�����ߪ+�5aB2_
g
ԥ
b4�H��8����[A��ڙ����˓+�������������ݕN�����A�d��M ��vF�O��-�c�&�����#�q=�����KD��*����.�A�Hl�v�Q�'i�,�W����(�A�;tE�qw���㍅zu����$@��){� �8t#z��/��W7�����^�f�������0{�p2���+ZN$ڨ�����h����egc�0L��<@ۍ�k4H��͖
���'1�b��NO� ��J��v��+�y�t�
D�ލ�OÀxn�UNi�����;H�
m�A�E�p�A�R.�
-#��$��n.n�P���N`#5��6"���щ��i'���:[��2����?�=/�Q�H5���
��7�B/��V*��OW�,"�DT�L�Q��!B2���L/t+]B�?��!3�$P�2g0��@7�?�*��@���@�#�`��W�h$3������؇�H,n�7�`h%�� ��"��>�MCl��Z�ԫ�Z���q������ӫ�Fٸ�k;�J�kt_�E��#�(/p�yy��9_.��fx^�
�V2����ɻs� �{swy{g���U�V��/p����:��U��"&��L�Ǭa��� K� 0:� {��n
Yb�.�T���c3�؍A�GBtx���S�;���fٯi�>i�ō���`����}mh�JD��߅n��KQW�U�
�]����'����yvr{���*�!��~�X�F�7�O';�9�Ԝ٧��ɥ0��J�_G����2��DC�~E�0�����y�"%���8�����t\m����5c�q��=�칱R��1�[ �8W�$�-|��6A��Q�PBq��`��j<����Y�Iޖ&��?O��h��*��}���}vt�`�1���-���5B�sq��u�&Ѥf(�n!��:O�?�ߑ:����F��ɓ�ѧ`S"��aSN� $qd��=����v�`���$y0�'��fr������9����ϓ7��ɟg����/_�ɫOw�u�~�����p3=z���v�n/�������/p�9��9������?�77ۓ)p_���p��m}=ڧw�>]��
�/�rx
��b�n�u�=�������f����m����O�e���˛��o��y��ϳ��o�o�|'�hw��*�3��u:=9��_�r���3o;����w�;��>��_jyꙇ�/u��"�Ɖ���#�jg�B�I���fwG*'̸V�l@?���G�����W��_�q�r�y�O2Lw�<��FqD;���b�N1%��8
7H|���j����?A��U�%"��|ę�2e]�[�l�(v$��<��d���9(�B�K�DHc��!���;�\�c˴��0�пf�3r=�NY7�25].���5r���� ݅���x���*�.I�[�=]����t<�<τ�diZ�dl ��L�S)����%F�2�9X�B��/�!ܢ�=�91(p�}e%���]����KϠ�.e�DZ�Q���������k�!��&3�:~�Ű�_9�J��(KH>z� �d���A���q���&���ڹ��Qq%4�P�3m+�U>1�
��z��5ћ������ $R]����-�����d�^���M���z[�����D�s�I�=��7[���li��3G
M�&@�l.gsk��͡c9�n����V��.�f�}黃|
��B�?J8���@�M�}5\3O��.�+�����s=��;ӛ��7B�s�9�����|8�=���&�x9�Mk��-� �����,0���rn��?3g����uM0�cs9���l�,��P���!{�c��~ˬ�lyJ{9J��=v~�wA�g W�����f&N;�?�3���B�[Y-�C�q�E����N
��Mo�9�4V�� ��譚��u�Akۘ�m�)I���3�i(tc8�9*�y�4q' ~;��Ao�Om����v�dڄl���hv�<Т2�Y> ���۶��
+X���"J���|C��:�:��;�F�F;�p��4��i�
S��p�%F`��sk�t��L�S�.�e�469��Ý���ݖ�g�Y��z���5$^��X$�~&�t�������Ú���!�85cΫBj�qP�8�a�`E����Bk��W&���XIy�զ�H����&��|ܕE�ΟG�$j�}lA�����b��wT_S1 M~3$h���ք��T���&������p��.o>]ߞ����7��O���.�WJs�9�V.g�ȋԐbC�j�fV���Ԭ6�=4���5X-�����ѥ��b=h1]���.\@����k2v�U��24��Y+{]+_�S5�m��� �Y�m����5%Zd������U���LS��0F�|f�n]����!��U��j�<�0ў!^�)O�i�!s�٠ �
0×]a��~�MT�n��=�%؊&bWr�dM��ң:�Ӄ�����ؙ�x�A���荔K�n�J��ԂvQ���r�G��eg0c1�e1�l��J�!�Ԋ��U�p/�����5s窋:��07�Z���YG�d�c�Ր��+�D��]昛�Mسut�*�D�/KYXN�&u���m��kk+��l`w���������.⥄���f�q-&?��x�i�m)�XP�ė����1X��{���X҃�y�D��������P�u
�h���~gf��]�*�D�'��Щ>�CU��u[9���qٚ��MvR�
e�=Ze�ʪ0x���"�Z�Y�c��I�M��H��i����*��<�J�@��)ۧZ�5AӖ_��B[���ʲT6� �#���jvT��4AI��Q���G���3��D�������Lk���\�gpsތ����S�m!�������\��A���j��{�"�A"�ړE#r��ֱ�L��<��b.B� -M�4��M~�g-��p�pɟa�9�R/g?��'�yb&إ�Z��Z٫
<��.��<�<���Ó�x8{C����f�\L&S�Y.�K��9�R�y��7����tf�AU�� �����-��� �Й�Q���Z���r>���b�-�p>W=�#�/�b�����]����}�X����X�,���~��B�&��A�R��h�tk�
�L��T��)�\$I�z�D��z�B�V��`��)������|rݻ�,I:�'4�S�r�G�N��%���[��BT($��җ��,��I1
��o�4DM�؇��^��l����<�lRڦe91<�1����Eg�/�Ny������cHǝn�:Cmd�����Q��u���dvV��iYa����#
K�����*SgRy�L��L��j=W�mZz��)��z"[���9+ҫ��Oh�����lC��nA���㠴 spP�[�b�-�q��Ƽ켊��1 �xK�����f5�ŶC��[��C�`�g�����x��,^S�m�!CUh�v���ת#9:
i�V�
��2�_��4Y!�[�B��gpT�j���U�����T'�_
�ԡ� eR�����ױG�rC{�L!�u�v���&<�Q75��a��U�p���2k�W���^h�-���ˮ�[xL����9��_&�K�3DI<��q� DÐ���i��ٖ�~8���8�d�83a�pM���X���_��M&U�!��Ѕ��1G�|��,Qߚ�?����dz鸚L Z�kz�X��b�@s��,���T�v��{�����9G�◝����5kG����i��P�3��*ڮ^����K%�y����$�j3�=��i�/��JmH�T��OT��Ua��vQ�Q/mt 4��ʨ��[^Q#/�!����.?G�����J?�Uc�ΰ���7�ɧ�H�s�N"L�d�zW#U���_�T]=]\��#]� ��
�$s�=���h�P�ƌNd�NoG�x�L�!jHo�۶&�2#��۳�DA��k3h]p�)1�Q��m�A
�w���p;I@�k�&�����SEڣTNVv�F%�!E�_���U�\{��\D��n�(����
ձjk���w���D&��'w�)ut���8�(I6��
�i|�\Gq��kن��i��E����O��:�9.��c�xն���E�N��崆�0�:$��6�0�[��5�":EM�IuH �i����=;"��ku����H����e��S��Xh�n��
���l�80�Q�8��l��vg��0}>i��Dx�~�U��L������.��33-�0��L�XW+���#��k��U��_r@����=�xX�y� o�����݅i��e.,84��G�cͦ�%�����ұ��;sӚO<�Y.F&���l�x�ń���:|�����k�gg�Q���� z�Q&���:���ker�9�ǃ�u�D~��C�� ۭ�Gq�1܌V
�5��
�T�9T��{�cV�E�ʾ�|�$�MaV��/h��s1���Mk�O��x�4�p�X,�1j`�&T�����s�\�3Ӛ�Ss������[LG���79��tX�Ya�N�^#�GWD�:V&�s�@~�8y�����H���]�DR�z���0+�}%X�6�͑�-Ɖ�p��XG(fY)9��=��=���� ����4��6K��2i`�9{T�k��'С�l��*LQ��@��99��!��>I�]�d�p�Q�w�[����)��X�tiBƎ�k�8���Z�>c��� >�.
�
Y�5#Nz$������ C#%�
eqI�"c�aS(��Ԧ�]M}F�s83�� U��Kd�>�q��D�;A�W4(F5�gݻ���dQ�\�J����S�v�p��DAL�^`�Ѱ&u����eI�L����5�x��-�ʴf��g}y�"�m�GdLZ�"����6�����F��������U���E��BA߂mM�;ɺ2Z(�QV��C�,���.�8��a=R2��Fl(�5�����Ik��ns��~�6o֒�+�p�Ũ��I��/���
�4i��6�Ԉ���~�U���n�Ц����5X��uh���dQ���q+jUښW$uW���? ��#uBJܭ��WU��T���gF��J(C�m
��/f�eP'$��8�٫wѩF������;�@�kf�C?GZ&V�8��wD�{SD�!�ˬ1]ڌj2KB�)O�lOI�;2��I�1QD;N���Q���3ѸTE4ea9ֽ5bdQ�_+:Ĩ&���;�QWd'�_�*��� �����%4���L_љ.8Cy��
u��.Q�x?���j5Y��w!g�ԋ�^��*ew��1-ZRMP]=��:�"T�� ��}k@]ƋZ�%4;:߶��#�ҕÎ�{u/!1��:
`�V���oN�dQ֒���p&�,�"� �s��d�N���&I[%����w�6]�Lc}�YA���X��萈�/�C'�nQe9��T��*�*ٙUK�[�d�_��w��R�髶��ek��87)~ ִ�������R�dQ��k�H�d�@.�
ْ����{f�-y%!�oD��-J�DS�U�Leq��(��2��8$���Zz�E'���\/�ݴ���2�ӝ74��f/��I��P���pL�Ag��ú|+�*����
F��,��*��5���
L�(W<�
�(Em�؊.)�)�fE+NO��
f-O��Bb�3�fx%\S��?0WHY_��H��v��L�����V4���B�o�T�����9�) =�妩����nTD���-D����:�U�a
����Q���D*:#�f�Dx�3���G��NAv�@���`XS�؉ Cȑ����kHuxK���1�w�1.�� d� ��&+��0���/s:IU��=J��:�F�����*��@�l|���|e9u����e�3������0�P�ʊ\���1���Z��� ����i� WoiF�Eaw��u�|k~T'���PΨȢJ�{3��E���n�7ђz�����653��%��EL��@�
H?��#�����J+xǪ��g�X�>#��
�d����k�#��5�Ԭ%�x1���'ѼD*�bĶ
�3��j�#b�q�|E}�8���R�����}�S�H �Qz
����Ԣj3}�\��~�[��|ǰ�|���(�����bV��q���d))q��_��ϫ��(�"hy|@�܀�����gzL��C�\�2��8��CY� ������
�����_:����C���i�!P�\�4
Y���d�(�K� $)!���V��DD[=�M��7�u����K{[�c�a[�rA�&9��9�):�)1�p1Tۑsr�=f��c8����P�V7;��V�μ4�ŝ�*4�����"՜��ԜF��xx�7Ykec�uX�9 ��S�M�%9 �:^����=�2^�J��=�h+��R�utJ�*�)#��;"��q����V�v�y���"0Z7����Y��W�����,�`K���� �k
�Qlg����/���\l�ځW�O��r2�Gœ��?wRqS���7$q��g�#��p������ׇ��7d2��Fv�ѕ�Kb
(�͉o�.�z.����h=����4^�5&�|VM$�m?j*�Gœ�n�v�b�`��l�#���x���8�=Ȟ�d#���'�@��9p��Պ���|wX2���H��+�֍��0������&O�§Z�O��o�'���h�+=V��zm���jVd�'�_��LQ
���P�� VC%tE����Z~��#kTO�����#�y�i���(��.��"&P�x���.ti������x?�6�[�*[s[�aȉ.���N�s�ۧ|O.&�
��ڦ�8R*NH &�P�k�P�`��ĴQ̐�MHO�z�_��3�U��