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=c!SOn14^{%1+M(V.n!nnmtkM -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.1.5.RELEASE)
2021-04-23T02:19:24.944Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5c678c8db-gnvhx with PID 15 (/app/app.jar started by so in /app)
2021-04-23T02:19:24.996Z||main|||||DEBUG|500||Running with Spring Boot v2.1.5.RELEASE, Spring v5.1.7.RELEASE
2021-04-23T02:19:24.996Z||main|||||INFO|500||The following profiles are active: basic
2021-04-23T02:19:30.151Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-23T02:19:30.151Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.19]
2021-04-23T02:19:30.266Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-23T02:19:31.763Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-23T02:19:31.920Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-23T02:19:32.153Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-23T02:19:32.159Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-23T02:19:33.253Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
name: catalogDB
...]
2021-04-23T02:19:33.357Z||main|||||INFO|500||HHH000412: Hibernate Core {5.3.10.Final}
2021-04-23T02:19:33.361Z||main|||||INFO|500||HHH000206: hibernate.properties not found
2021-04-23T02:19:33.671Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2021-04-23T02:19:34.114Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-23T02:19:36.671Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
name: requestDB
...]
2021-04-23T02:19:36.932Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-23T02:19:38.014Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-04-23T02:19:38.029Z||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$$b560519e.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-04-23T02:19:38.030Z||main|||||WARN|500||The sdc end point is not alive
2021-04-23T02:19:38.942Z||main|||||DEBUG|500||Setting up HttpComponentsClientHttpRequestFactory with default SSL Context
2021-04-23T02:19:41.016Z||main|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory
2021-04-23T02:19:42.069Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-23T02:19:42.908Z||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-04-23T02:19:44.633Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-23T02:19:44.634Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-23T02:19:44.642Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-23T02:19:44.697Z||main|||||INFO|500||Started Application in 22.294 seconds (JVM running for 23.105)
2021-04-23T02:19:44.708Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-23T02:19:44.749Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b61dead1-7b1c-4fa0-a7e2-1952a349435c url= /sdc/v1/artifactTypes
2021-04-23T02:19:44.750Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-23T02:19:45.075Z||scheduling-1|||||DEBUG|500||GET Response Status 403
2021-04-23T02:19:45.076Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1e1b1ea4
2021-04-23T02:19:45.077Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_AUTHORIZATION_FAILED, responseMessage=authorization failure for user mso]
2021-04-23T02:19:45.082Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5003",
"text": "Error: Not authorized to use the API.",
"variables": []
}
}
}
2021-04-23T02:19:45.083Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:authorization failure for user mso
2021-04-23T02:19:45.085Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: authorization failure for user mso
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: authorization failure for user mso
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-23T02:20:14.635Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.78.233
2021-04-23T02:20:34.635Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-23T02:20:34.635Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-23T02:20:34.635Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-23T02:20:34.652Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-23T02:20:34.658Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4a1b90f3-5905-41fd-a133-1eca39e0fdfb url= /sdc/v1/artifactTypes
2021-04-23T02:20:34.659Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-23T02:20:34.734Z||scheduling-1|||||DEBUG|500||GET Response Status 403
2021-04-23T02:20:34.735Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@9dd0f04
2021-04-23T02:20:34.735Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_AUTHORIZATION_FAILED, responseMessage=authorization failure for user mso]
2021-04-23T02:20:34.736Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5003",
"text": "Error: Not authorized to use the API.",
"variables": []
}
}
}
2021-04-23T02:20:34.737Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:authorization failure for user mso
2021-04-23T02:20:34.737Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: authorization failure for user mso
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: authorization failure for user mso
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-23T02:20:59.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.233 to 10.233.71.125
2021-04-23T02:21:24.632Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-23T02:21:24.634Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-23T02:21:24.634Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-23T02:21:24.644Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-23T02:21:24.696Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e9c1d1ac-ef68-4a9f-805b-cc19ceaa878e url= /sdc/v1/artifactTypes
2021-04-23T02:21:24.697Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-23T02:21:24.770Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-23T02:21:24.779Z||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-04-23T02:21:24.807Z||scheduling-1|||||DEBUG|500||create keys
2021-04-23T02:21:24.814Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-23T02:21:24.836Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:21:24.856Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= cd27b72a-01bb-4991-9e08-fc9795877cf1 url= /sdc/v1/registerForDistribution
2021-04-23T02:21:25.338Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= cd27b72a-01bb-4991-9e08-fc9795877cf1 url= /sdc/v1/registerForDistribution
2021-04-23T02:21:25.339Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-23T02:21:25.351Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:21:25.351Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:21:25.398Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-23T02:21:25.399Z||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-04-23T02:21:25.399Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:21:25.400Z||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-04-23T02:21:25.400Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:21:35.615Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:21:35.659Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:22:25.349Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:22:25.351Z||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-04-23T02:22:25.351Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:22:25.351Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:22:25.352Z||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-04-23T02:22:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:22:29.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.77.127
2021-04-23T02:22:34.933Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:22:34.965Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:23:14.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.127 to 10.233.71.125
2021-04-23T02:23:25.349Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:23:25.350Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T02:23:25.351Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:23:25.351Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:23:25.393Z||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-04-23T02:23:25.394Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:23:34.936Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:23:34.936Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:23:59.635Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.78.233
2021-04-23T02:24:25.349Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:24:25.350Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T02:24:25.350Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:24:25.351Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:24:25.352Z||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-04-23T02:24:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:24:34.931Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:24:34.932Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:25:25.349Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:25:25.350Z||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-04-23T02:25:25.351Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:25:25.351Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:25:25.353Z||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-04-23T02:25:25.353Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:25:29.635Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.233 to 10.233.71.125
2021-04-23T02:25:34.928Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:25:34.929Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:26:25.349Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:26:25.350Z||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-04-23T02:26:25.350Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:26:25.351Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:26:25.352Z||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-04-23T02:26:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:26:34.896Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:26:34.918Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:26:59.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.77.127
2021-04-23T02:27:25.352Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:27:25.352Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:27:25.357Z||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-04-23T02:27:25.357Z||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-04-23T02:27:25.357Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:27:25.357Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:27:34.928Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:27:34.930Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:28:25.349Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:28:25.350Z||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-04-23T02:28:25.351Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:28:25.351Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:28:25.352Z||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-04-23T02:28:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:28:29.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.127 to 10.233.71.125
2021-04-23T02:28:34.904Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:28:34.906Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:29:14.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.77.127
2021-04-23T02:29:25.349Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:29:25.351Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:29:25.352Z||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-04-23T02:29:25.352Z||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-04-23T02:29:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:29:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:29:34.676Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-23T02:29:34.922Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:29:34.924Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:29:59.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.127 to 10.233.71.125
2021-04-23T02:30:25.349Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:30:25.350Z||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-04-23T02:30:25.351Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:30:25.351Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:30:25.352Z||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-04-23T02:30:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:30:34.933Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:30:34.963Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:31:25.349Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:31:25.351Z||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-04-23T02:31:25.351Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:31:25.359Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:31:25.360Z||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-04-23T02:31:25.360Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:31:29.633Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.77.127
2021-04-23T02:31:34.931Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:31:34.931Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:32:25.349Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:32:25.351Z||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-04-23T02:32:25.351Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:32:25.351Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:32:25.352Z||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-04-23T02:32:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:32:34.895Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:32:34.895Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:33:25.350Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:33:25.351Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:33:25.352Z||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-04-23T02:33:25.353Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:33:25.353Z||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-04-23T02:33:25.353Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:33:34.925Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:33:34.962Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:34:25.350Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:34:25.350Z||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-04-23T02:34:25.351Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:34:25.351Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:34:25.392Z||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-04-23T02:34:25.392Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:34:29.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.127 to 10.233.71.125
2021-04-23T02:34:34.929Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:34:34.930Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:35:14.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.78.233
2021-04-23T02:35:25.350Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:35:25.351Z||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-04-23T02:35:25.351Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:35:25.351Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:35:25.352Z||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-04-23T02:35:25.353Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:35:34.928Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:35:34.930Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:35:59.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.233 to 10.233.77.127
2021-04-23T02:36:25.349Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:36:25.350Z||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-04-23T02:36:25.350Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:36:25.351Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:36:25.352Z||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-04-23T02:36:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:36:34.892Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:36:34.919Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:36:44.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.127 to 10.233.71.125
2021-04-23T02:37:25.349Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:37:25.350Z||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-04-23T02:37:25.350Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:37:25.351Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:37:25.352Z||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-04-23T02:37:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:37:29.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.77.127
2021-04-23T02:37:34.928Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:37:34.961Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:38:14.633Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.127 to 10.233.78.233
2021-04-23T02:38:25.349Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:38:25.350Z||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-04-23T02:38:25.350Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:38:25.351Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:38:25.351Z||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-04-23T02:38:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:38:34.927Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:38:34.927Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:39:25.351Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:39:25.350Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:39:25.353Z||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-04-23T02:39:25.353Z||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-04-23T02:39:25.354Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:39:25.354Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:39:34.932Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:39:34.961Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:39:44.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.233 to 10.233.77.127
2021-04-23T02:40:25.349Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:40:25.351Z||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-04-23T02:40:25.351Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:40:25.351Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:40:25.352Z||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-04-23T02:40:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:40:34.888Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:40:34.888Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:41:25.350Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:41:25.351Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T02:41:25.351Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:41:25.351Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:41:25.352Z||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-04-23T02:41:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:41:34.930Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:41:34.959Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:41:59.633Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.127 to 10.233.71.125
2021-04-23T02:42:25.349Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:42:25.350Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T02:42:25.351Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:42:25.351Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:42:25.352Z||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-04-23T02:42:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:42:34.921Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:42:34.928Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:43:25.349Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:43:25.350Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T02:43:25.350Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:43:25.351Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:43:25.352Z||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-04-23T02:43:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:43:29.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.78.233
2021-04-23T02:43:34.897Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:43:34.961Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:44:14.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.233 to 10.233.71.125
2021-04-23T02:44:25.349Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:44:25.350Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T02:44:25.350Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:44:25.351Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:44:25.352Z||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-04-23T02:44:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:44:34.924Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:44:34.926Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:45:25.350Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:45:25.351Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T02:45:25.351Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:45:25.351Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:45:25.352Z||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-04-23T02:45:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:45:34.933Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:45:34.960Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:45:44.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.78.233
2021-04-23T02:46:25.351Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:46:25.351Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:46:25.354Z||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-04-23T02:46:25.354Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T02:46:25.355Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:46:25.355Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:46:29.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.233 to 10.233.77.127
2021-04-23T02:46:34.929Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:46:34.929Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:47:25.349Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:47:25.351Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T02:47:25.351Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:47:25.351Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:47:25.352Z||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-04-23T02:47:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:47:34.930Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:47:34.957Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:47:59.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.127 to 10.233.71.125
2021-04-23T02:48:25.349Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:48:25.350Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T02:48:25.350Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:48:25.351Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:48:25.352Z||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-04-23T02:48:25.353Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:48:34.889Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:48:35.015Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:48:44.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.78.233
2021-04-23T02:49:25.349Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:49:25.350Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T02:49:25.350Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:49:25.351Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:49:25.352Z||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-04-23T02:49:25.353Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:49:29.632Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.233 to 10.233.77.127
2021-04-23T02:49:34.926Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:49:34.926Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:49:59.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.127 to 10.233.71.125
2021-04-23T02:50:25.349Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:50:25.350Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T02:50:25.350Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:50:25.351Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:50:25.352Z||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-04-23T02:50:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:50:34.927Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:50:34.930Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:50:44.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.77.127
2021-04-23T02:51:25.349Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:51:25.350Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T02:51:25.350Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:51:25.351Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:51:25.352Z||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-04-23T02:51:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:51:29.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.127 to 10.233.78.233
2021-04-23T02:51:34.926Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:51:34.927Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:52:14.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.233 to 10.233.71.125
2021-04-23T02:52:25.350Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:52:25.351Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:52:25.352Z||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-04-23T02:52:25.353Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:52:25.356Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T02:52:25.356Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:52:34.929Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:52:34.960Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:52:59.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.77.127
2021-04-23T02:53:25.350Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:53:25.351Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:53:25.353Z||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-04-23T02:53:25.353Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-23T02:53:25.353Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:53:25.353Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:53:34.929Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:53:34.957Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:53:44.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.127 to 10.233.78.233
2021-04-23T02:54:25.349Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:54:25.350Z||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-04-23T02:54:25.350Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:54:25.351Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:54:25.352Z||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-04-23T02:54:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:54:29.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.233 to 10.233.71.125
2021-04-23T02:54:34.888Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:54:34.961Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:55:25.350Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:55:25.350Z||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-04-23T02:55:25.351Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:55:25.351Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:55:25.352Z||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-04-23T02:55:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:55:34.888Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:55:34.921Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:55:59.633Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.78.233
2021-04-23T02:56:25.349Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:56:25.351Z||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-04-23T02:56:25.351Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:56:25.351Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:56:25.352Z||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-04-23T02:56:25.353Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:56:34.928Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:56:34.932Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:56:44.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.233 to 10.233.71.125
2021-04-23T02:57:25.349Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:57:25.350Z||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-04-23T02:57:25.350Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:57:25.351Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:57:25.351Z||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-04-23T02:57:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:57:34.889Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:57:34.889Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:58:25.350Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:58:25.351Z||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-04-23T02:58:25.351Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:58:25.351Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:58:25.352Z||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-04-23T02:58:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:58:34.928Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:58:34.957Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:58:59.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.125 to 10.233.78.233
2021-04-23T02:59:25.350Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:59:25.351Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-23T02:59:25.352Z||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-04-23T02:59:25.352Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:59:25.352Z||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-04-23T02:59:25.353Z||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 zmlmtJxiHEZ8nURA) ...
2021-04-23T02:59:25.482Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:59:25.491Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.492Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619146749374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.517Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.517Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.517Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619146748127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.517Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.517Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.517Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "clamp",
"timestamp": 1619146752408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.517Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.517Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.517Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "cds",
"timestamp": 1619146751595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.518Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.518Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.518Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "policy-id",
"timestamp": 1619146751761,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.518Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.518Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.518Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619146749374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json",
"status": "NOTIFIED"
}
2021-04-23T02:59:25.518Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.518Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.518Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619146748127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json",
"status": "NOTIFIED"
}
2021-04-23T02:59:25.519Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.519Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.519Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "cds",
"timestamp": 1619146751595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.519Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.519Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.519Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "clamp",
"timestamp": 1619146752408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json",
"status": "NOTIFIED"
}
2021-04-23T02:59:25.519Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.519Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.519Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "policy-id",
"timestamp": 1619146751761,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.519Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.520Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.520Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619146749374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-23T02:59:25.520Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.520Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.520Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619146748127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-23T02:59:25.520Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.520Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.520Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "clamp",
"timestamp": 1619146752408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.521Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.521Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.521Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "cds",
"timestamp": 1619146751595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.521Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.521Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.521Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "policy-id",
"timestamp": 1619146751761,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-23T02:59:25.521Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.521Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.521Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619146749374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.522Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.522Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.522Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619146748127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.522Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.522Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.522Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "cds",
"timestamp": 1619146751595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.522Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.523Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.523Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "policy-id",
"timestamp": 1619146751761,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.523Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.523Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.523Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "clamp",
"timestamp": 1619146752408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.523Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.523Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.523Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619146749374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-23T02:59:25.524Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.524Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.524Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619146748127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-23T02:59:25.524Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.524Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.524Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "cds",
"timestamp": 1619146751595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.524Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.524Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.524Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "clamp",
"timestamp": 1619146752408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.524Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.525Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.525Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "policy-id",
"timestamp": 1619146751761,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.525Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.525Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.525Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619146749374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.525Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.525Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.525Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "clamp",
"timestamp": 1619146752408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.526Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.526Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.526Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619146748127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.526Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.526Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.526Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "cds",
"timestamp": 1619146751595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.526Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.526Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.526Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "policy-id",
"timestamp": 1619146751761,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.527Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.527Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.527Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619146749374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T02:59:25.527Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.527Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.527Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619146748127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T02:59:25.527Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.527Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.527Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "clamp",
"timestamp": 1619146752408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T02:59:25.527Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.527Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.528Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "cds",
"timestamp": 1619146751595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T02:59:25.528Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.528Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.528Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "policy-id",
"timestamp": 1619146751761,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T02:59:25.528Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.528Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.528Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619146759506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.528Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.528Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.528Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619146759506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json",
"status": "NOTIFIED"
}
2021-04-23T02:59:25.528Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.528Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.528Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "dcae-sch",
"timestamp": 1619146761067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.528Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.529Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.529Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619146761881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-23T02:59:25.529Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T02:59:25.529Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.529Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619146761875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-23T02:59:25.529Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T02:59:25.529Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.529Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "cds",
"timestamp": 1619146761991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-23T02:59:25.529Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T02:59:25.529Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.529Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "policy-id",
"timestamp": 1619146761983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-23T02:59:25.529Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T02:59:25.529Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.529Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619146759506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-23T02:59:25.529Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.529Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.530Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "dcae-sch",
"timestamp": 1619146761067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.530Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.530Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.530Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "cds",
"timestamp": 1619146763006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-23T02:59:25.662Z||pool-3-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0483770c-9c14-42cf-a28e-aa0d5b040298
2021-04-23T02:59:25.681Z||pool-3-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0483770c-9c14-42cf-a28e-aa0d5b040298 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-23T02:59:25.704Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.704Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "policy-id",
"timestamp": 1619146762990,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-23T02:59:25.704Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T02:59:25.704Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.704Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619146759506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.705Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.705Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.705Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "aai-ml",
"timestamp": 1619146762498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.705Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.705Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.705Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619146763446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-23T02:59:25.705Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T02:59:25.705Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.705Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619146763464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-23T02:59:25.705Z||pool-3-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-23T02:59:25.705Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.705Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "dcae-sch",
"timestamp": 1619146761067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.705Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.706Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.706Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "policy-id",
"timestamp": 1619146763996,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-23T02:59:25.725Z||pool-3-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0483770c-9c14-42cf-a28e-aa0d5b040298
2021-04-23T02:59:25.725Z||pool-3-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0483770c-9c14-42cf-a28e-aa0d5b040298 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-23T02:59:25.733Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.733Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619146759506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-23T02:59:25.734Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.734Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.734Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "aai-ml",
"timestamp": 1619146762498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.734Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.734Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.734Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "dcae-sch",
"timestamp": 1619146761067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.734Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.734Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.734Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619146759506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T02:59:25.734Z||pool-3-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-23T02:59:25.975Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:59:25.976Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-23T02:59:25.976Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"0483770c-9c14-42cf-a28e-aa0d5b040298","serviceName":"vFW 2021-04-23 02-56-36","serviceVersion":"1.0","serviceUUID":"043ff963-2cbf-4581-864c-ec56222c21da","serviceDescription":"catalog service description","serviceInvariantUUID":"28082e8f-c8ff-4922-bf47-a85323a32bec","resources":[{"resourceInstanceName":"vFW cad03a91-4937 0","resourceName":"vFW cad03a91-4937","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"906db6a9-1efb-4914-b535-af5d4826ca21","resourceInvariantUUID":"7d0f9ca5-6443-42df-8315-d062b5ad6d4b","resourceCustomizationUUID":"25f46763-0e2c-4afa-9bf9-9d8f9f28ddc2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vf-license-model.xml","artifactChecksum":"ZWM2ODg1MzhhOTJiNzIwZjc4NmMxYjM3YjdiM2UwNTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e189cec6-5838-4cd9-9793-8c04fca0c29b","artifactVersion":"1"},{"artifactName":"vfwcad03a9149370_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json","artifactChecksum":"MjdiMWQ4YTU0OWY4ZWEyNTg0MmM4NjA4YjVkNmE2ZjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"76aa850e-a4b7-44ea-8ff4-a48c90b1aca8","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c99e43f4-4cdc-435e-856e-f7dd62beb013","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vendor-license-model.xml","artifactChecksum":"MTUzNDhlNzM5ZGIyYmI5ZWRiOTNhMzE4NWU1MjQ1ODI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"15d7cfb0-05d4-400f-b773-6d49a03e0d6e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7222eff1-21aa-42d6-b638-d3ac27b42991","artifactVersion":"2","generatedFromUUID":"c99e43f4-4cdc-435e-856e-f7dd62beb013"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210423025636-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-template.yml","artifactChecksum":"NGZiMmI1NWMwZDE4MDAzZjU5NjY3Y2NlYjAzZDA2MDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"57aae216-933b-4f16-b632-b214598a6380","artifactVersion":"1"},{"artifactName":"service-Vfw20210423025636-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar","artifactChecksum":"ODI2YzYwYjgzZTNhYjc5MTA5NTZkZGJiYTBjNzdhN2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"12767938-9811-4fef-b82b-0dfd50c384af","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-23T02:59:25.982Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T02:59:25.986Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T02:59:25.992Z||pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T02:59:25.992Z||pool-3-thread-2|||||DEBUG|500||try to send status {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619146765350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T02:59:26.093Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-04-23T02:59:26.097Z||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-04-23T02:59:26.097Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:59:26.133Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:59:26.133Z||pool-4-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2021-04-23T02:59:26.998Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T02:59:26.998Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T02:59:27.001Z||pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T02:59:27.002Z||pool-3-thread-2|||||DEBUG|500||try to send status {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619146765350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json",
"status": "NOTIFIED"
}
2021-04-23T02:59:27.101Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-23T02:59:27.102Z||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-04-23T02:59:27.102Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:59:27.111Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:59:27.112Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T02:59:28.004Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T02:59:28.005Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T02:59:28.008Z||pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T02:59:28.008Z||pool-3-thread-2|||||DEBUG|500||try to send status {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619146765350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-23T02:59:28.108Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T02:59:28.109Z||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-04-23T02:59:28.110Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:59:28.133Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:59:28.134Z||pool-6-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-04-23T02:59:29.008Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T02:59:29.009Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T02:59:29.011Z||pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T02:59:29.011Z||pool-3-thread-2|||||DEBUG|500||try to send status {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619146765350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-23T02:59:29.112Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-23T02:59:29.113Z||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-04-23T02:59:29.113Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:59:29.122Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:59:29.123Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-23T02:59:30.012Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T02:59:30.013Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T02:59:30.014Z||pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T02:59:30.014Z||pool-3-thread-2|||||DEBUG|500||try to send status {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619146765350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-23T02:59:30.114Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T02:59:30.115Z||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-04-23T02:59:30.115Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:59:30.124Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:59:30.124Z||pool-8-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-23T02:59:31.015Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T02:59:31.016Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T02:59:31.017Z||pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T02:59:31.017Z||pool-3-thread-2|||||DEBUG|500||try to send status {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619146765350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-23T02:59:31.118Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T02:59:31.119Z||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-04-23T02:59:31.119Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:59:31.127Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:59:31.128Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-23T02:59:32.018Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-23T02:59:32.019Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T02:59:32.021Z||pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T02:59:32.021Z||pool-3-thread-2|||||DEBUG|500||try to send status {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619146765350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar",
"status": "NOTIFIED"
}
2021-04-23T02:59:32.121Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T02:59:32.122Z||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-04-23T02:59:32.122Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:59:32.133Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:59:32.133Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-23T02:59:33.023Z||pool-3-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"serviceName": "vFW 2021-04-23 02-56-36",
"serviceVersion": "1.0",
"serviceUUID": "043ff963-2cbf-4581-864c-ec56222c21da",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "28082e8f-c8ff-4922-bf47-a85323a32bec",
"resources": [
{
"resourceInstanceName": "vFW cad03a91-4937 0",
"resourceCustomizationUUID": "25f46763-0e2c-4afa-9bf9-9d8f9f28ddc2",
"resourceName": "vFW cad03a91-4937",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "906db6a9-1efb-4914-b535-af5d4826ca21",
"resourceInvariantUUID": "7d0f9ca5-6443-42df-8315-d062b5ad6d4b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwcad03a9149370_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json",
"artifactChecksum": "MjdiMWQ4YTU0OWY4ZWEyNTg0MmM4NjA4YjVkNmE2ZjE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "76aa850e-a4b7-44ea-8ff4-a48c90b1aca8",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c99e43f4-4cdc-435e-856e-f7dd62beb013",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7222eff1-21aa-42d6-b638-d3ac27b42991",
"generatedFromUUID": "c99e43f4-4cdc-435e-856e-f7dd62beb013"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7222eff1-21aa-42d6-b638-d3ac27b42991",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210423025636-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar",
"artifactChecksum": "ODI2YzYwYjgzZTNhYjc5MTA5NTZkZGJiYTBjNzdhN2I\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "12767938-9811-4fef-b82b-0dfd50c384af"
}
],
"workloadContext": "Production"
}
2021-04-23T02:59:33.023Z||pool-3-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-23T02:59:33.024Z||pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 043ff963-2cbf-4581-864c-ec56222c21da ASDC
2021-04-23T02:59:33.093Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:0483770c-9c14-42cf-a28e-aa0d5b040298
ServiceName:vFW 2021-04-23 02-56-36
ServiceVersion:1.0
ServiceUUID:043ff963-2cbf-4581-864c-ec56222c21da
ServiceInvariantUUID:28082e8f-c8ff-4922-bf47-a85323a32bec
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210423025636-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar
ArtifactUUID:12767938-9811-4fef-b82b-0dfd50c384af
ArtifactChecksum:ODI2YzYwYjgzZTNhYjc5MTA5NTZkZGJiYTBjNzdhN2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW cad03a91-4937 0
ResourceCustomizationUUID:25f46763-0e2c-4afa-9bf9-9d8f9f28ddc2
ResourceInvariantUUID:7d0f9ca5-6443-42df-8315-d062b5ad6d4b
ResourceName:vFW cad03a91-4937
ResourceType:VF
ResourceUUID:906db6a9-1efb-4914-b535-af5d4826ca21
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwcad03a9149370_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json
ArtifactUUID:76aa850e-a4b7-44ea-8ff4-a48c90b1aca8
ArtifactChecksum:MjdiMWQ4YTU0OWY4ZWEyNTg0MmM4NjA4YjVkNmE2ZjE=
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/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml
ArtifactUUID:c99e43f4-4cdc-435e-856e-f7dd62beb013
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/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env
ArtifactUUID:7222eff1-21aa-42d6-b638-d3ac27b42991
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/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env
ArtifactUUID:7222eff1-21aa-42d6-b638-d3ac27b42991
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-23T02:59:33.093Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 043ff963-2cbf-4581-864c-ec56222c21da ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_0_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_0_, watchdogse0_.CREATE_TIME as CREATE_T4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-23T02:59:33.138Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T02:59:33.140Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||MSO config path is: /app
2021-04-23T02:59:33.141Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||MSO config path is: /app
2021-04-23T02:59:33.141Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: 12767938-9811-4fef-b82b-0dfd50c384af from URL: /sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar
2021-04-23T02:59:33.141Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - download
2021-04-23T02:59:33.143Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar
2021-04-23T02:59:35.469Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-23T02:59:35.484Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar 12767938-9811-4fef-b82b-0dfd50c384af 105139
2021-04-23T02:59:35.485Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar ASDC sendASDCNotification
2021-04-23T02:59:35.485Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar
2021-04-23T02:59:35.486Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T02:59:35.487Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T02:59:35.489Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T02:59:35.489Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||try to send status {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619146775485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-23T02:59:35.589Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T02:59:35.590Z||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-04-23T02:59:35.591Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:59:35.600Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:59:35.601Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-23T02:59:36.489Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-23T02:59:36.492Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||MSO config path is: /app
2021-04-23T02:59:36.493Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||Trying to write artifact UUID: 12767938-9811-4fef-b82b-0dfd50c384af, URL: /sdc/v1/catalog/services/Vfw20210423025636/1.0/artifacts/service-Vfw20210423025636-csar.csar to file: /app/ASDC/1/service-Vfw20210423025636-csar.csar
2021-04-23T02:59:36.493Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210423025636-csar.csar
2021-04-23T02:59:36.592Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210423025636-csar.csar
2021-04-23T02:59:36.592Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210423025636-csar.csar
2021-04-23T02:59:37.283Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18394349350779378753/Definitions/service-Vfw20210423025636-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-04-23T02:59:39.308Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-23T02:59:39.312Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||WARN|500||####################################################################################################
2021-04-23T02:59:39.312Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210423025636-csar.csar
2021-04-23T02:59:39.312Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-23T02:59:39.312Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210423025636-csar.csar
2021-04-23T02:59:39.312Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210423025636-csar.csar
2021-04-23T02:59:39.313Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210423025636-csar.csar
2021-04-23T02:59:39.313Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210423025636-csar.csar
2021-04-23T02:59:39.313Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210423025636-csar.csar
2021-04-23T02:59:39.313Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210423025636-csar.csar
2021-04-23T02:59:39.313Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210423025636-csar.csar
2021-04-23T02:59:39.313Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210423025636-csar.csar
2021-04-23T02:59:39.313Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cad03a91-4937 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-Vfw20210423025636-csar.csar
2021-04-23T02:59:39.313Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210423025636-csar.csar
2021-04-23T02:59:39.313Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210423025636-csar.csar
2021-04-23T02:59:39.313Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cad03a91-4937 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210423025636-csar.csar
2021-04-23T02:59:39.313Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210423025636-csar.csar
2021-04-23T02:59:39.313Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210423025636-csar.csar
2021-04-23T02:59:39.314Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||WARN|500||####################################################################################################
2021-04-23T02:59:39.321Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T02:59:39.323Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-04-23 02-56-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T02:59:39.326Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vFW cad03a91-4937 0 is matching search criteria
2021-04-23T02:59:39.326Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-23T02:59:39.328Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Found topology templates [vFW cad03a91-4937 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T02:59:39.329Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T02:59:39.329Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-04-23 02-56-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T02:59:39.329Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vFW cad03a91-4937 0 is matching search criteria
2021-04-23T02:59:39.329Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-23T02:59:39.329Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Found topology templates [vFW cad03a91-4937 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-23T02:59:39.330Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T02:59:39.330Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-04-23 02-56-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T02:59:39.333Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T02:59:39.333Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vFW cad03a91-4937 0 is not matching search criteria
2021-04-23T02:59:39.333Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-23T02:59:39.333Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-23T02:59:39.333Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-23T02:59:39.333Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-23T02:59:39.333Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-23T02:59:39.333Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T02:59:39.334Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-23T02:59:39.334Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-23T02:59:39.334Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-23T02:59:39.334Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-23T02:59:39.334Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-23T02:59:39.334Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-23T02:59:39.334Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-23T02:59:39.334Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-23T02:59:39.334Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T02:59:39.334Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-23T02:59:39.334Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T02:59:39.334Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-04-23 02-56-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-23T02:59:39.335Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T02:59:39.336Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vFW cad03a91-4937 0 is matching search criteria
2021-04-23T02:59:39.336Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Found topology templates [vFW cad03a91-4937 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T02:59:39.336Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T02:59:39.336Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vFW cad03a91-4937 0 is matching search criteria
2021-04-23T02:59:39.336Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Found topology templates [vFW cad03a91-4937 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T02:59:39.336Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T02:59:39.336Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vFW cad03a91-4937 0 is matching search criteria
2021-04-23T02:59:39.336Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Found topology templates [vFW cad03a91-4937 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-23T02:59:39.337Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T02:59:39.337Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vFW cad03a91-4937 0 is not matching search criteria
2021-04-23T02:59:39.337Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-23T02:59:39.337Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-23T02:59:39.337Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-23T02:59:39.337Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-23T02:59:39.337Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-23T02:59:39.337Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-23T02:59:39.337Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-23T02:59:39.337Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-23T02:59:39.337Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-23T02:59:39.337Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-23T02:59:39.338Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T02:59:39.338Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=93c72ae0-c7d7-49eb-8a28-337df11ea868
2021-04-23T02:59:39.338Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T02:59:39.338Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vFW cad03a91-4937 0 is not matching search criteria
2021-04-23T02:59:39.338Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-23T02:59:39.338Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-23T02:59:39.338Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-23T02:59:39.338Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-23T02:59:39.338Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-23T02:59:39.338Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T02:59:39.338Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-23T02:59:39.339Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-23T02:59:39.339Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-23T02:59:39.339Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-23T02:59:39.339Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-23T02:59:39.339Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T02:59:39.339Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=87285200-47f2-4cb0-89bc-c6977ac25795
2021-04-23T02:59:39.339Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T02:59:39.339Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vFW cad03a91-4937 0 is not matching search criteria
2021-04-23T02:59:39.339Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-23T02:59:39.339Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-23T02:59:39.339Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-23T02:59:39.339Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-23T02:59:39.339Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-23T02:59:39.340Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-23T02:59:39.340Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-23T02:59:39.340Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-23T02:59:39.340Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-23T02:59:39.340Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-23T02:59:39.340Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-23T02:59:39.340Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-23T02:59:39.340Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d4977bc4-c7d3-4650-b166-859b3b777751
2021-04-23T02:59:39.340Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T02:59:39.340Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-04-23 02-56-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T02:59:39.340Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T02:59:39.340Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-04-23 02-56-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T02:59:39.341Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T02:59:39.341Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-04-23 02-56-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T02:59:39.341Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T02:59:39.341Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-04-23 02-56-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T02:59:39.341Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-04-23 02-56-36
Description:catalog service description
Model UUID:043ff963-2cbf-4581-864c-ec56222c21da
Model Version:NULL
Model InvariantUuid:28082e8f-c8ff-4922-bf47-a85323a32bec
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW cad03a91-4937
Model UUID:86bdfe54-a67e-42f6-a738-7606b6c03bf3
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7d0f9ca5-6443-42df-8315-d062b5ad6d4b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:25f46763-0e2c-4afa-9bf9-9d8f9f28ddc2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:8aa42664-426c-41db-b6d7-1265b7abd6d1
ModelName:VfwCad03a914937..base_vfw..module-0
ModelUuid:db0437de-6c1d-4f09-b74f-78cb3cc3a4de
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:93c72ae0-c7d7-49eb-8a28-337df11ea868
ModelInvariantUuid:184cd316-7aac-478f-998e-145b56b2c3ac
ModelName:vFW cad03a91-4937-nodes.vfwCvfc
ModelUuid:43e68f07-b38b-4ee3-9f74-fcd390b3cc7d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:2fe0bae3-c112-4b96-9d08-c49f4c0be1db
ModelInvariantUuid:3acb9c8d-e70f-4eb1-a32f-d87ba1e69c24
ModelName:VfwCad03a914937.compute.nodes.heat.vfw
ModelUuid:b056e1c3-ad82-4ffc-9611-4feac843fe08
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:87285200-47f2-4cb0-89bc-c6977ac25795
ModelInvariantUuid:767a6729-8edd-490c-ab6a-c673137977bb
ModelName:vFW cad03a91-4937-nodes.vsnCvfc
ModelUuid:2cf0c272-9a3c-4f5f-b7b7-5310d4b51ac1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:fe2e966e-620a-4dc6-a174-923231f224c6
ModelInvariantUuid:dfae62c1-55b0-4cb0-81ec-da1104825c84
ModelName:VfwCad03a914937.compute.nodes.heat.vsn
ModelUuid:baf5bb6a-3aaa-40ef-a6f3-39ce2cd2d3e0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d4977bc4-c7d3-4650-b166-859b3b777751
ModelInvariantUuid:2cf755a0-ad89-48fc-b954-66b8e5e4ae70
ModelName:vFW cad03a91-4937-nodes.vpgCvfc
ModelUuid:c7c07adf-373b-404a-b98e-08930d9a0569
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:ee058999-1686-48ed-a12c-6df4ae439c8d
ModelInvariantUuid:5d57f4fa-06c7-4f3d-8adb-9087eba45c2f
ModelName:VfwCad03a914937.compute.nodes.heat.vpg
ModelUuid:29289393-dfcb-4fa3-b830-87975825b66a
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-04-23T02:59:39.355Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 906db6a9-1efb-4914-b535-af5d4826ca21
2021-04-23T02:59:39.365Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||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-04-23T02:59:39.432Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||vFW cad03a91-4937 0
2021-04-23T02:59:39.439Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 906db6a9-1efb-4914-b535-af5d4826ca21
2021-04-23T02:59:39.439Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: 76aa850e-a4b7-44ea-8ff4-a48c90b1aca8 from URL: /sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json
2021-04-23T02:59:39.440Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - download
2021-04-23T02:59:39.440Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json
2021-04-23T02:59:40.659Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-23T02:59:40.659Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json 76aa850e-a4b7-44ea-8ff4-a48c90b1aca8 785
2021-04-23T02:59:40.660Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json ASDC sendASDCNotification
2021-04-23T02:59:40.660Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json
2021-04-23T02:59:40.660Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T02:59:40.660Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T02:59:40.662Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T02:59:40.662Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||try to send status {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619146780660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/vfwcad03a9149370_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-23T02:59:40.765Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-04-23T02:59:40.765Z||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-04-23T02:59:40.766Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:59:40.833Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:59:40.834Z||pool-12-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":1,"count":1}
2021-04-23T02:59:41.663Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwCad03a914937..base_vfw..module-0",
"vfModuleModelInvariantUUID": "8aa42664-426c-41db-b6d7-1265b7abd6d1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "db0437de-6c1d-4f09-b74f-78cb3cc3a4de",
"vfModuleModelCustomizationUUID": "f3a23482-dd14-460a-8f1b-90239f8e068e",
"isBase": true,
"artifacts": [
"c99e43f4-4cdc-435e-856e-f7dd62beb013",
"7222eff1-21aa-42d6-b638-d3ac27b42991"
],
"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-04-23T02:59:41.688Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCad03a914937..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:db0437de-6c1d-4f09-b74f-78cb3cc3a4de
VfModuleModelInvariantUUID:8aa42664-426c-41db-b6d7-1265b7abd6d1
VfModuleModelDescription:NULL
Artifacts UUID List:{
c99e43f4-4cdc-435e-856e-f7dd62beb013
,
7222eff1-21aa-42d6-b638-d3ac27b42991
}
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-04-23T02:59:41.691Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwCad03a914937..base_vfw..module-0",
"vfModuleModelInvariantUUID": "8aa42664-426c-41db-b6d7-1265b7abd6d1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "db0437de-6c1d-4f09-b74f-78cb3cc3a4de",
"vfModuleModelCustomizationUUID": "f3a23482-dd14-460a-8f1b-90239f8e068e",
"isBase": true,
"artifacts": [
"c99e43f4-4cdc-435e-856e-f7dd62beb013",
"7222eff1-21aa-42d6-b638-d3ac27b42991"
],
"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-04-23T02:59:41.691Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCad03a914937..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:db0437de-6c1d-4f09-b74f-78cb3cc3a4de
VfModuleModelInvariantUUID:8aa42664-426c-41db-b6d7-1265b7abd6d1
VfModuleModelDescription:NULL
Artifacts UUID List:{
c99e43f4-4cdc-435e-856e-f7dd62beb013
,
7222eff1-21aa-42d6-b638-d3ac27b42991
}
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-04-23T02:59:41.691Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: c99e43f4-4cdc-435e-856e-f7dd62beb013 from URL: /sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml
2021-04-23T02:59:41.691Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - download
2021-04-23T02:59:41.691Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml
2021-04-23T02:59:42.339Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-23T02:59:42.340Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml c99e43f4-4cdc-435e-856e-f7dd62beb013 20368
2021-04-23T02:59:42.340Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-23T02:59:42.340Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml
2021-04-23T02:59:42.341Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T02:59:42.341Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T02:59:42.347Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T02:59:42.347Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||try to send status {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619146782340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-23T02:59:42.442Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-04-23T02:59:42.443Z||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-04-23T02:59:42.443Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:59:42.452Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:59:42.452Z||pool-13-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-23T02:59:43.349Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: 7222eff1-21aa-42d6-b638-d3ac27b42991 from URL: /sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env
2021-04-23T02:59:43.350Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - download
2021-04-23T02:59:43.350Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env
2021-04-23T02:59:44.634Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.233 to 10.233.77.127
2021-04-23T02:59:44.657Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-23T02:59:44.658Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env 7222eff1-21aa-42d6-b638-d3ac27b42991 2098
2021-04-23T02:59:44.658Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-23T02:59:44.658Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env
2021-04-23T02:59:44.658Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-23T02:59:44.659Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-23T02:59:44.660Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-23T02:59:44.660Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||try to send status {
"distributionID": "0483770c-9c14-42cf-a28e-aa0d5b040298",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619146784658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210423025636/1.0/resourceInstances/vfwcad03a9149370/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-23T02:59:44.761Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-23T02:59:44.762Z||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-04-23T02:59:44.762Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zmlmtJxiHEZ8nURA) ...
2021-04-23T02:59:44.770Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-23T02:59:44.770Z||pool-14-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-23T02:59:45.661Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Preparing to deploy Service: 043ff963-2cbf-4581-864c-ec56222c21da
2021-04-23T02:59:45.661Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW cad03a91-4937 0 906db6a9-1efb-4914-b535-af5d4826ca21 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-04-23T02:59:45.698Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-23T02:59:45.698Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-04-23 02-56-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-23T02:59:45.698Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Processing vnf with UUID: 86bdfe54-a67e-42f6-a738-7606b6c03bf3
2021-04-23T02:59:45.698Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||Will get resource from SDC using resource id: 86bdfe54-a67e-42f6-a738-7606b6c03bf3
2021-04-23T02:59:45.709Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/86bdfe54-a67e-42f6-a738-7606b6c03bf3/toscaModel to get resource
2021-04-23T02:59:45.738Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/86bdfe54-a67e-42f6-a738-7606b6c03bf3/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/86bdfe54-a67e-42f6-a738-7606b6c03bf3/toscaModel
2021-04-23T02:59:45.740Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/86bdfe54-a67e-42f6-a738-7606b6c03bf3/toscaModel|INFO|500||Invoke
2021-04-23T02:59:45.740Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/86bdfe54-a67e-42f6-a738-7606b6c03bf3/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-23T02:59:45.741Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/86bdfe54-a67e-42f6-a738-7606b6c03bf3/toscaModel|DEBUG|500||URI : https://sdc-be.onap:8443/sdc/v1/catalog/resources/86bdfe54-a67e-42f6-a738-7606b6c03bf3/toscaModel
2021-04-23T02:59:45.741Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/86bdfe54-a67e-42f6-a738-7606b6c03bf3/toscaModel|DEBUG|500||Method : GET
2021-04-23T02:59:45.741Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/86bdfe54-a67e-42f6-a738-7606b6c03bf3/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:"0483770c-9c14-42cf-a28e-aa0d5b040298", X-RequestID:"0483770c-9c14-42cf-a28e-aa0d5b040298", X-TransactionID:"0483770c-9c14-42cf-a28e-aa0d5b040298", X-ECOMP-RequestID:"0483770c-9c14-42cf-a28e-aa0d5b040298", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"fdd1882a-5f6b-4cba-ac65-d42de53dae34"]
2021-04-23T02:59:45.742Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/86bdfe54-a67e-42f6-a738-7606b6c03bf3/toscaModel|DEBUG|500||Request body:
2021-04-23T02:59:45.742Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/86bdfe54-a67e-42f6-a738-7606b6c03bf3/toscaModel|DEBUG|500||==========================request end================================================
2021-04-23T02:59:47.295Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/86bdfe54-a67e-42f6-a738-7606b6c03bf3/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-23T02:59:47.296Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/86bdfe54-a67e-42f6-a738-7606b6c03bf3/toscaModel|DEBUG|500||Status code : 200 OK
2021-04-23T02:59:47.296Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/86bdfe54-a67e-42f6-a738-7606b6c03bf3/toscaModel|DEBUG|500||Status text : OK
2021-04-23T02:59:47.297Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/86bdfe54-a67e-42f6-a738-7606b6c03bf3/toscaModel|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=node015txq0ph9r9ofwd2o8kyh2fl2311.node0; Path=/; Secure", Expires:"Thu, 01 Jan 1970 00:00:00 GMT", Content-Disposition:"attachment; filename="resource-VfwCad03a914937-csar.csar"", Content-MD5:"ZjRiZTUyZTllY2E5YzY2M2E4ZWMxYjcxMmQzOTQ2MjQ=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"0483770c-9c14-42cf-a28e-aa0d5b040298", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-23T02:59:47.319Z|0483770c-9c14-42cf-a28e-aa0d5b040298|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/86bdfe54-a67e-42f6-a738-7606b6c03bf3/toscaModel|DEBUG|500||Response body: PK P�R csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)� PK�R�B4 E PK P�R TOSCA-Metadata/TOSCA.metaM��
�0E����@���4���N[��ɤ$#��7�.����duGu��c���l�F�ixI+LD`\�%ki ����@ ��1�7K�K iyu�>q)����tз��;+F��RZe�x�G-����0��՜��\�%�PK���� � PK R�R 1 Definitions/resource-VfwCad03a914937-template.yml�]�s�8�߿��ݭ��̅��ͱ�ě������B cN�f�?W����٪��VKju��I��t��^�Al`��֒�U�mw>4���7'��-L���M��<$wwg���3v�6��Ø���q��l2ם�bj́�p��
���¹������B��J_.�ka�g�;C�������/�
���'���-��v�풔��0���MA�]:{;AŒ�"p��� ܄��k�`���Y����'V�D ��8�G6�O #v'3DZ\Ww�`�3k����i���>1j���h�k���Ё��~kAD��_A�FI��]Ы������(�FO[��#�{R+���m���)�!��E#�t��]�l�E^x��z��I�z���h�x�A&]���+(�5ٺ$0r�
�������ӼxZ:�HbќV՚-\�}��%L���LJZM
���>"�FߨD�AV�I�G�RP�=N���x\[f�.q��F延�6;��3ը=���n�X�8x� �l�����Yʹ���z-�ݼgvsn�t��$���+*���I��wIK\!E�W�H�4x}9����EԵӫ)���n*}f��kno/����d�C������ǁ�ڊ�nk+k���j��om�A���=�m�Fv��6�Y;]F��b���m:��nS�q"{n���i旡J��E
��Qs �(�vsyT��v�8+��)���6YOG��j4���q�6�w����]e��+
8�M�% ѼXq�m� =���
��`��` ANz�h�<�i�^�|�E��~�`�٣'�k�~��Ł���Ff�)6;suw�ݾ?��?jo�:��t�]�|<�ޟ_�k�m'�-t��y��
����.��[�^]4�qj�e\��{cAm��!����BN����s�L_ݽ���T�<������vq��-;#iZ�d�`�0F,m�(�QG>���c��/�r8��m����O�'W��������W�����+~����G^��Mq� \3%�&N��1���p�lj�菳�I2}��a1�� ~��&���Č�.lq�$��~�*-;
���F���0L���4/,��%���b-����G��KZ�F<�p��/��W�s������^M��vzqv]�^�����BryӉT[�?�>ÜM�H��$]�J66a �$�tȱ4����H ��[�c$+�D�q>;=9��&�+\+�M�m�4ƍ���f���OM�xl�MFY����D{X�
-�Q�C�p�Q��]�VF8q��X�xOʷ��DffMD�_���pѴ�>�����T���/�On�KsTR�eU�H� ���D����*�V��j
hc �Y&��A:�R!�ΐ1&�ؕ-!��p�P�-�3Z���
�����n%;}R��~��GK@4���]�I$�=��� �G�(+Pؼ������M��\3<��k+�G~����9�߽�����&��(I�z��I��N�|�U��!��&AF?�v��ʎ�4q!�XB�>�b�QԌ�F�6�)�ϵ�������(չ�$)/�b��&G Bqե�o^���;�;kl�we��`���ؘ,����T����=:��GH���b�!amq�lNz�I4��y�K��g �'�2G&ޫ��>h�d���)�VQ�)gGP�82�۟||�Jf�����n?�Q��{3��N'O���yv���
~|�����_���՛��t�߿�ӯ_��^~o�c���߯ލ��������_�+\| oo��<}|�c���fw2��7����דCr������ �j����Ι����o���0�\ϟ�7S��Wo����? ��y_n�<[=�y���S'7�����;�����n�No��?���===_��:<̾��7������lܝ=~�����߷_�nV�V�����_lwY����oN��]\'�l77�����0=������s|;O�7�w�?������糳�o���|'�d��ʛ����}:?9��������g7�����9s��Ow_�?/�v��=��|��':���Ħ��4r����c�-�)�0cz���,?LE..�y����D����=�~�n�~�wLZ�v���l�bJh#r�0�"���G��*B��"��m4����ؖr�g�˔un��e@"���"y>:�d�=�9�6�K��DHc�k W��؆3K��=`8@_O�k}:[��m���;/�fU��d1Y�Kݵ�nLW�f��>Y�g��̌5(���8Aۺi�"�?�N�Kc<חs5iC[Н��l
� ���X��K�f�2�~X�B��/�9B�C#��K��x���]����m��6pXY:Z-�R&K��_U/)x��WC]�87�܇[hc0S��[K��Q��_N҄�3�1J6��Y$;U(�t�읙mܝZ\ ��4E*L�
Dk�O��C�h�!���j���M�Cl�ݍ�.:���$D�D���ޤ�^��E�2��m>��
.b7�1��Úכ�d�z'Z��=j`b0�fT��Q"ͅԆ�x���:�8�}�gDvEOV���&} ��K�<���'�ܚ/��=vsE��b厗�5[Y��L_�KCw��ؚ�������^N��R7���W`��g���N&��+Z���/s���Tզ�S�t�b4�أ��yA��&g�����b& ��OHM+߂S�
�/e�Pr}�� ��`��f�cWL3�I��m�w�QY�+$M5��?�6��&2�$�8x����j��j��*�K�?��e�NԆ�9H���U#��)|���6s#�&d3�]�97K���*c����_��]�>li;`�kLQJn�\�;jԫ�Sf��#����h��^;�5ݥ�`��U�@�
o�� �H� �H�K+�z�(�]��0�7ٻ�S �>9�����Q�1�"�� ��+٦
|�G�;X�[⧶���_�1�
��Ga���L��>���1}]��'%���*"'ӑTlƲ~W��|I�ȍ��q�cB��nb0CsNeԀ0�FѠX�6'�u&;U/@6�B@��&Bs}wyswu�����̼>��tw}znn�pY