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=Dsmb*L}Qr0w*WHbl7v19GaDr -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.1.5.RELEASE)
2021-04-20T02:18:51.264Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5c678c8db-5rc2l with PID 14 (/app/app.jar started by so in /app)
2021-04-20T02:18:51.269Z||main|||||DEBUG|500||Running with Spring Boot v2.1.5.RELEASE, Spring v5.1.7.RELEASE
2021-04-20T02:18:51.269Z||main|||||INFO|500||The following profiles are active: basic
2021-04-20T02:18:56.954Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-20T02:18:56.955Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.19]
2021-04-20T02:18:57.100Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-20T02:18:58.681Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-20T02:18:58.885Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-20T02:18:59.045Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-20T02:18:59.052Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-20T02:19:00.238Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
name: catalogDB
...]
2021-04-20T02:19:00.370Z||main|||||INFO|500||HHH000412: Hibernate Core {5.3.10.Final}
2021-04-20T02:19:00.373Z||main|||||INFO|500||HHH000206: hibernate.properties not found
2021-04-20T02:19:00.717Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2021-04-20T02:19:01.176Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-20T02:19:04.293Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
name: requestDB
...]
2021-04-20T02:19:04.517Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-20T02:19:05.782Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-04-20T02:19:05.800Z||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$$e21e573c.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-20T02:19:05.801Z||main|||||WARN|500||The sdc end point is not alive
2021-04-20T02:19:06.905Z||main|||||DEBUG|500||Setting up HttpComponentsClientHttpRequestFactory with default SSL Context
2021-04-20T02:19:09.010Z||main|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory
2021-04-20T02:19:10.231Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-20T02:19:11.211Z||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-20T02:19:12.981Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-20T02:19:12.982Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-20T02:19:12.993Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-20T02:19:13.047Z||main|||||INFO|500||Started Application in 23.991 seconds (JVM running for 24.919)
2021-04-20T02:19:13.053Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-20T02:19:13.149Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 37ba087d-a502-44d3-85d5-20b807f742ee url= /sdc/v1/artifactTypes
2021-04-20T02:19:13.149Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-20T02:19:13.423Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-20T02:19:13.449Z||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-20T02:19:13.469Z||scheduling-1|||||DEBUG|500||create keys
2021-04-20T02:19:13.477Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-20T02:19:13.501Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:19:13.515Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 910a1fc9-1e8d-4d05-9cf1-4f7af537c896 url= /sdc/v1/registerForDistribution
2021-04-20T02:19:13.625Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 910a1fc9-1e8d-4d05-9cf1-4f7af537c896 url= /sdc/v1/registerForDistribution
2021-04-20T02:19:13.625Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-20T02:19:13.632Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:19:13.637Z||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-20T02:19:13.637Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:19:13.640Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:19:13.641Z||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-20T02:19:13.641Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:19:13.643Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-20T02:19:23.864Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:19:23.873Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:19:42.982Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.116 to 10.233.78.209
2021-04-20T02:20:13.631Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:20:13.632Z||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-20T02:20:13.632Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:20:13.633Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:20:13.633Z||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-20T02:20:13.633Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:20:23.185Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:20:23.186Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:20:27.982Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.209 to 10.233.74.128
2021-04-20T02:21:12.982Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.128 to 10.233.69.116
2021-04-20T02:21:13.632Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:21:13.633Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:21:13.633Z||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-20T02:21:13.633Z||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-20T02:21:13.633Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:21:13.633Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:21:23.176Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:21:23.270Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:22:13.631Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:22:13.632Z||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-20T02:22:13.632Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:22:13.632Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:22:13.633Z||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-20T02:22:13.634Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:22:23.179Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:22:23.179Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:23:13.631Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:23:13.632Z||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-20T02:23:13.632Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:23:13.632Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:23:13.633Z||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-20T02:23:13.634Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:23:23.174Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:23:23.175Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:23:27.982Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.116 to 10.233.78.209
2021-04-20T02:24:12.985Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.209 to 10.233.69.116
2021-04-20T02:24:13.631Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:24:13.632Z||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-20T02:24:13.632Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:24:13.632Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:24:13.633Z||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-20T02:24:13.633Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:24:23.176Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:24:23.180Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:24:57.982Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.116 to 10.233.74.128
2021-04-20T02:25:13.631Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:25:13.632Z||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-20T02:25:13.632Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:25:13.632Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:25:13.633Z||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-20T02:25:13.633Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:25:23.170Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:25:23.252Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:25:42.982Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.128 to 10.233.78.209
2021-04-20T02:26:13.631Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:26:13.632Z||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-20T02:26:13.632Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:26:13.632Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:26:13.635Z||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-20T02:26:13.636Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:26:23.171Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:26:23.172Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:26:27.982Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.209 to 10.233.69.116
2021-04-20T02:27:12.983Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.116 to 10.233.78.209
2021-04-20T02:27:13.631Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:27:13.632Z||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-20T02:27:13.632Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:27:13.633Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:27:13.633Z||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-20T02:27:13.633Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:27:23.170Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:27:23.173Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:27:57.984Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.209 to 10.233.74.128
2021-04-20T02:28:13.631Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:28:13.633Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:28:13.634Z||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-20T02:28:13.635Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:28:13.638Z||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-20T02:28:13.638Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:28:23.186Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:28:23.187Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:28:42.982Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.128 to 10.233.78.209
2021-04-20T02:29:03.615Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-20T02:29:13.631Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:29:13.632Z||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-20T02:29:13.632Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:29:13.632Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:29:13.633Z||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-20T02:29:13.633Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:29:23.169Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:29:23.171Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:29:27.982Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.209 to 10.233.69.116
2021-04-20T02:30:13.631Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:30:13.632Z||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-20T02:30:13.632Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:30:13.632Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:30:13.633Z||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-20T02:30:13.633Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:30:23.170Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:30:23.171Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:30:57.982Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.116 to 10.233.78.209
2021-04-20T02:31:13.631Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:31:13.632Z||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-20T02:31:13.632Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:31:13.632Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:31:13.633Z||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-20T02:31:13.633Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:31:23.251Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:31:23.252Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:32:13.631Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:32:13.632Z||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-20T02:32:13.632Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:32:13.632Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:32:13.633Z||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-20T02:32:13.633Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:32:23.171Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:32:23.171Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:33:13.631Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:33:13.632Z||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-20T02:33:13.632Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:33:13.633Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:33:13.633Z||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-20T02:33:13.633Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:33:23.170Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:33:23.173Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:33:57.983Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.209 to 10.233.69.116
2021-04-20T02:34:13.631Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:34:13.632Z||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-20T02:34:13.632Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:34:13.632Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:34:13.633Z||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-20T02:34:13.633Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:34:23.252Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:34:23.255Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:34:42.982Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.116 to 10.233.78.209
2021-04-20T02:35:13.632Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:35:13.632Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:35:13.634Z||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-20T02:35:13.634Z||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-20T02:35:13.634Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:35:13.634Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:35:23.177Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:35:23.177Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:35:27.982Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.209 to 10.233.69.116
2021-04-20T02:36:12.982Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.116 to 10.233.74.128
2021-04-20T02:36:13.631Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:36:13.632Z||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-20T02:36:13.632Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:36:13.632Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:36:13.633Z||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-20T02:36:13.633Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:36:23.169Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:36:23.171Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:37:13.631Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:37:13.632Z||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-20T02:37:13.632Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:37:13.632Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:37:13.633Z||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-20T02:37:13.633Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:37:23.176Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:37:23.177Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:37:42.982Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.128 to 10.233.78.209
2021-04-20T02:38:13.631Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:38:13.632Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:38:13.633Z||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-20T02:38:13.633Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:38:13.632Z||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-20T02:38:13.635Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:38:23.249Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:38:23.250Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:39:13.631Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:39:13.632Z||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-20T02:39:13.632Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:39:13.633Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:39:13.633Z||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-20T02:39:13.633Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:39:23.175Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:39:23.269Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:39:57.983Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.209 to 10.233.74.128
2021-04-20T02:40:13.631Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:40:13.632Z||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-20T02:40:13.632Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:40:13.632Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:40:13.633Z||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-20T02:40:13.633Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:40:23.196Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:40:23.201Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:40:42.982Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.128 to 10.233.69.116
2021-04-20T02:41:13.631Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:41:13.632Z||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-20T02:41:13.632Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:41:13.632Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:41:13.633Z||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-20T02:41:13.633Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:41:23.170Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:41:23.173Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:42:13.631Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:42:13.632Z||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-20T02:42:13.632Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:42:13.632Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:42:13.633Z||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-20T02:42:13.633Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:42:23.168Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:42:23.170Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:42:57.984Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.116 to 10.233.74.128
2021-04-20T02:43:13.631Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:43:13.632Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:43:13.633Z||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-20T02:43:13.633Z||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-20T02:43:13.633Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:43:13.633Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:43:23.169Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:43:23.175Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:43:42.982Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.128 to 10.233.78.209
2021-04-20T02:44:13.631Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:44:13.632Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:44:13.633Z||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-20T02:44:13.633Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:44:13.632Z||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-20T02:44:13.635Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:44:23.171Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:44:23.171Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:44:27.981Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.209 to 10.233.74.128
2021-04-20T02:45:12.982Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.128 to 10.233.69.116
2021-04-20T02:45:13.631Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:45:13.632Z||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-20T02:45:13.632Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:45:13.633Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:45:13.633Z||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-20T02:45:13.633Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:45:23.170Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:45:23.170Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:45:57.983Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.116 to 10.233.78.209
2021-04-20T02:46:13.631Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:46:13.632Z||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-20T02:46:13.632Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:46:13.632Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:46:13.633Z||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-20T02:46:13.634Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:46:23.169Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:46:23.172Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:47:13.631Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:47:13.632Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:47:13.633Z||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-20T02:47:13.632Z||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-20T02:47:13.633Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:47:13.633Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:47:23.170Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:47:23.171Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:48:12.981Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.209 to 10.233.74.128
2021-04-20T02:48:13.631Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:48:13.632Z||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-20T02:48:13.632Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:48:13.632Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:48:13.633Z||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-20T02:48:13.633Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:48:23.170Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:48:23.171Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:48:57.980Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.128 to 10.233.78.209
2021-04-20T02:49:13.631Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:49:13.632Z||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-20T02:49:13.632Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:49:13.632Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-20T02:49:13.633Z||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-20T02:49:13.635Z||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 KE8LaHo8PgbXJCSs) ...
2021-04-20T02:49:15.123Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:49:15.124Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-20T02:49:15.124Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"bc22ea93-149f-4e41-82c7-8e6d84a64623","serviceName":"vFW 2021-04-20 02-46-49","serviceVersion":"1.0","serviceUUID":"8c9d00e4-b1ce-4b29-918b-4bba7c8bf8ec","serviceDescription":"catalog service description","serviceInvariantUUID":"13b7c7d6-f07e-4476-a7f7-6b36fa31e797","resources":[{"resourceInstanceName":"vFW 1de4cac4-5be9 0","resourceName":"vFW 1de4cac4-5be9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6d581490-4fc2-40b6-8df0-46b5e9dc77f6","resourceInvariantUUID":"b2ac525a-15d0-4779-b721-172f0a999caf","resourceCustomizationUUID":"63b5e97e-8376-475e-8d98-94cd7a6ec287","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210420024649/1.0/resourceInstances/vfw1de4cac45be90/artifacts/vf-license-model.xml","artifactChecksum":"OGU4YTRmM2M2OThiNDZkMGI2YmFiZmRhOTdlYzU4Zjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"05123c4c-85aa-4334-995a-d4326a2c74c0","artifactVersion":"1"},{"artifactName":"vfw1de4cac45be90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210420024649/1.0/resourceInstances/vfw1de4cac45be90/artifacts/vfw1de4cac45be90_modules.json","artifactChecksum":"NjYyMDhmOWJmYzVhZjQxMDBlYzMwMWZiZGEyMTg5MTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f55b6f45-99df-4404-99ed-736cf28d0f8a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210420024649/1.0/resourceInstances/vfw1de4cac45be90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7648ba1b-ab47-439d-9586-33c3060618a2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210420024649/1.0/resourceInstances/vfw1de4cac45be90/artifacts/vendor-license-model.xml","artifactChecksum":"M2E3ZGUxOTkzYjYwNjc5YjVjZDc5NTlhZDU1MzU0Njk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a2908a09-4a04-4b7e-a22c-e213b915c9ed","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210420024649/1.0/resourceInstances/vfw1de4cac45be90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"adab3d91-3bc0-4ed4-88e3-f4144200838b","artifactVersion":"2","generatedFromUUID":"7648ba1b-ab47-439d-9586-33c3060618a2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210420024649-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210420024649/1.0/artifacts/service-Vfw20210420024649-template.yml","artifactChecksum":"MDA5Mjk4MDIwNWI4OTBlN2M0NTg1MTMxYjZlNjRjYzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"70d19137-f325-4356-a10b-ee378e127c76","artifactVersion":"1"},{"artifactName":"service-Vfw20210420024649-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210420024649/1.0/artifacts/service-Vfw20210420024649-csar.csar","artifactChecksum":"MWZlMzVmNTkwMGZkOWU3MDgxOTBhOGEzNGFmMTc5YzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4e5b02e7-793d-45a5-93f9-14f41d9d8521","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-20T02:49:15.131Z||pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T02:49:15.137Z||pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T02:49:15.149Z||pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T02:49:15.149Z||pool-3-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bc22ea93-149f-4e41-82c7-8e6d84a64623",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618886953631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420024649/1.0/resourceInstances/vfw1de4cac45be90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T02:49:15.250Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-04-20T02:49:15.253Z||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-20T02:49:15.254Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KE8LaHo8PgbXJCSs) ...
2021-04-20T02:49:15.265Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:49:15.266Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":4,"count":1}
2021-04-20T02:49:15.457Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:49:15.458Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-20T02:49:15.458Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bc22ea93-149f-4e41-82c7-8e6d84a64623",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618886953631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420024649/1.0/resourceInstances/vfw1de4cac45be90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T02:49:15.479Z||pool-3-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-20T02:49:16.154Z||pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T02:49:16.155Z||pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T02:49:16.156Z||pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T02:49:16.157Z||pool-3-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bc22ea93-149f-4e41-82c7-8e6d84a64623",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618886953631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420024649/1.0/resourceInstances/vfw1de4cac45be90/artifacts/vfw1de4cac45be90_modules.json",
"status": "NOTIFIED"
}
2021-04-20T02:49:16.257Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-20T02:49:16.258Z||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-20T02:49:16.258Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KE8LaHo8PgbXJCSs) ...
2021-04-20T02:49:16.266Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:49:16.266Z||pool-5-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-20T02:49:17.157Z||pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T02:49:17.158Z||pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T02:49:17.159Z||pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T02:49:17.160Z||pool-3-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bc22ea93-149f-4e41-82c7-8e6d84a64623",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618886953631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420024649/1.0/resourceInstances/vfw1de4cac45be90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-20T02:49:17.260Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T02:49:17.261Z||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-20T02:49:17.261Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KE8LaHo8PgbXJCSs) ...
2021-04-20T02:49:17.269Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:49:17.270Z||pool-6-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-04-20T02:49:18.160Z||pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T02:49:18.161Z||pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T02:49:18.163Z||pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T02:49:18.164Z||pool-3-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bc22ea93-149f-4e41-82c7-8e6d84a64623",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618886953631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420024649/1.0/resourceInstances/vfw1de4cac45be90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-20T02:49:18.263Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-20T02:49:18.264Z||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-20T02:49:18.264Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KE8LaHo8PgbXJCSs) ...
2021-04-20T02:49:18.272Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:49:18.273Z||pool-7-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-20T02:49:19.165Z||pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T02:49:19.165Z||pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T02:49:19.167Z||pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T02:49:19.167Z||pool-3-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bc22ea93-149f-4e41-82c7-8e6d84a64623",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618886953631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420024649/1.0/resourceInstances/vfw1de4cac45be90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-20T02:49:19.267Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T02:49:19.268Z||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-20T02:49:19.268Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KE8LaHo8PgbXJCSs) ...
2021-04-20T02:49:19.322Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:49:19.322Z||pool-8-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2021-04-20T02:49:20.167Z||pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T02:49:20.168Z||pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T02:49:20.169Z||pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T02:49:20.170Z||pool-3-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bc22ea93-149f-4e41-82c7-8e6d84a64623",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618886953631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420024649/1.0/artifacts/service-Vfw20210420024649-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-20T02:49:20.270Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T02:49:20.270Z||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-20T02:49:20.271Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KE8LaHo8PgbXJCSs) ...
2021-04-20T02:49:20.280Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:49:20.280Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-20T02:49:21.170Z||pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-20T02:49:21.171Z||pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T02:49:21.172Z||pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T02:49:21.172Z||pool-3-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bc22ea93-149f-4e41-82c7-8e6d84a64623",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618886953631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420024649/1.0/artifacts/service-Vfw20210420024649-csar.csar",
"status": "NOTIFIED"
}
2021-04-20T02:49:21.273Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-20T02:49:21.274Z||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-20T02:49:21.274Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KE8LaHo8PgbXJCSs) ...
2021-04-20T02:49:21.283Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:49:21.283Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-20T02:49:22.175Z||pool-3-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "bc22ea93-149f-4e41-82c7-8e6d84a64623",
"serviceName": "vFW 2021-04-20 02-46-49",
"serviceVersion": "1.0",
"serviceUUID": "8c9d00e4-b1ce-4b29-918b-4bba7c8bf8ec",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "13b7c7d6-f07e-4476-a7f7-6b36fa31e797",
"resources": [
{
"resourceInstanceName": "vFW 1de4cac4-5be9 0",
"resourceCustomizationUUID": "63b5e97e-8376-475e-8d98-94cd7a6ec287",
"resourceName": "vFW 1de4cac4-5be9",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6d581490-4fc2-40b6-8df0-46b5e9dc77f6",
"resourceInvariantUUID": "b2ac525a-15d0-4779-b721-172f0a999caf",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw1de4cac45be90_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420024649/1.0/resourceInstances/vfw1de4cac45be90/artifacts/vfw1de4cac45be90_modules.json",
"artifactChecksum": "NjYyMDhmOWJmYzVhZjQxMDBlYzMwMWZiZGEyMTg5MTU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f55b6f45-99df-4404-99ed-736cf28d0f8a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420024649/1.0/resourceInstances/vfw1de4cac45be90/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7648ba1b-ab47-439d-9586-33c3060618a2",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420024649/1.0/resourceInstances/vfw1de4cac45be90/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "adab3d91-3bc0-4ed4-88e3-f4144200838b",
"generatedFromUUID": "7648ba1b-ab47-439d-9586-33c3060618a2"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420024649/1.0/resourceInstances/vfw1de4cac45be90/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "adab3d91-3bc0-4ed4-88e3-f4144200838b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210420024649-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420024649/1.0/artifacts/service-Vfw20210420024649-csar.csar",
"artifactChecksum": "MWZlMzVmNTkwMGZkOWU3MDgxOTBhOGEzNGFmMTc5YzI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4e5b02e7-793d-45a5-93f9-14f41d9d8521"
}
],
"workloadContext": "Production"
}
2021-04-20T02:49:22.176Z||pool-3-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-20T02:49:22.176Z||pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8c9d00e4-b1ce-4b29-918b-4bba7c8bf8ec ASDC
2021-04-20T02:49:22.375Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:bc22ea93-149f-4e41-82c7-8e6d84a64623
ServiceName:vFW 2021-04-20 02-46-49
ServiceVersion:1.0
ServiceUUID:8c9d00e4-b1ce-4b29-918b-4bba7c8bf8ec
ServiceInvariantUUID:13b7c7d6-f07e-4476-a7f7-6b36fa31e797
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210420024649-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210420024649/1.0/artifacts/service-Vfw20210420024649-csar.csar
ArtifactUUID:4e5b02e7-793d-45a5-93f9-14f41d9d8521
ArtifactChecksum:MWZlMzVmNTkwMGZkOWU3MDgxOTBhOGEzNGFmMTc5YzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1de4cac4-5be9 0
ResourceCustomizationUUID:63b5e97e-8376-475e-8d98-94cd7a6ec287
ResourceInvariantUUID:b2ac525a-15d0-4779-b721-172f0a999caf
ResourceName:vFW 1de4cac4-5be9
ResourceType:VF
ResourceUUID:6d581490-4fc2-40b6-8df0-46b5e9dc77f6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1de4cac45be90_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210420024649/1.0/resourceInstances/vfw1de4cac45be90/artifacts/vfw1de4cac45be90_modules.json
ArtifactUUID:f55b6f45-99df-4404-99ed-736cf28d0f8a
ArtifactChecksum:NjYyMDhmOWJmYzVhZjQxMDBlYzMwMWZiZGEyMTg5MTU=
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/Vfw20210420024649/1.0/resourceInstances/vfw1de4cac45be90/artifacts/base_vfw.yaml
ArtifactUUID:7648ba1b-ab47-439d-9586-33c3060618a2
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/Vfw20210420024649/1.0/resourceInstances/vfw1de4cac45be90/artifacts/base_vfw.env
ArtifactUUID:adab3d91-3bc0-4ed4-88e3-f4144200838b
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/Vfw20210420024649/1.0/resourceInstances/vfw1de4cac45be90/artifacts/base_vfw.env
ArtifactUUID:adab3d91-3bc0-4ed4-88e3-f4144200838b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-20T02:49:22.376Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8c9d00e4-b1ce-4b29-918b-4bba7c8bf8ec ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_0_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_0_, watchdogse0_.CREATE_TIME as CREATE_T4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-20T02:49:22.562Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-20T02:49:22.564Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||INFO|500||MSO config path is: /app
2021-04-20T02:49:22.565Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||INFO|500||MSO config path is: /app
2021-04-20T02:49:22.565Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: 4e5b02e7-793d-45a5-93f9-14f41d9d8521 from URL: /sdc/v1/catalog/services/Vfw20210420024649/1.0/artifacts/service-Vfw20210420024649-csar.csar
2021-04-20T02:49:22.565Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-20T02:49:22.566Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210420024649/1.0/artifacts/service-Vfw20210420024649-csar.csar
2021-04-20T02:49:23.187Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-20T02:49:23.208Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210420024649/1.0/artifacts/service-Vfw20210420024649-csar.csar 4e5b02e7-793d-45a5-93f9-14f41d9d8521 105129
2021-04-20T02:49:23.209Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210420024649/1.0/artifacts/service-Vfw20210420024649-csar.csar ASDC sendASDCNotification
2021-04-20T02:49:23.209Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210420024649/1.0/artifacts/service-Vfw20210420024649-csar.csar
2021-04-20T02:49:23.236Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T02:49:23.238Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T02:49:23.240Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T02:49:23.240Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bc22ea93-149f-4e41-82c7-8e6d84a64623",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618886963208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420024649/1.0/artifacts/service-Vfw20210420024649-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-20T02:49:23.341Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T02:49:23.342Z||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-20T02:49:23.342Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KE8LaHo8PgbXJCSs) ...
2021-04-20T02:49:23.351Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:49:23.352Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T02:49:24.241Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-20T02:49:24.242Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||INFO|500||MSO config path is: /app
2021-04-20T02:49:24.243Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||INFO|500||Trying to write artifact UUID: 4e5b02e7-793d-45a5-93f9-14f41d9d8521, URL: /sdc/v1/catalog/services/Vfw20210420024649/1.0/artifacts/service-Vfw20210420024649-csar.csar to file: /app/ASDC/1/service-Vfw20210420024649-csar.csar
2021-04-20T02:49:24.243Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210420024649-csar.csar
2021-04-20T02:49:24.408Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210420024649-csar.csar
2021-04-20T02:49:24.408Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210420024649-csar.csar
2021-04-20T02:49:25.037Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3492788651256430358/Definitions/service-Vfw20210420024649-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-20T02:49:27.924Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-20T02:49:27.938Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||WARN|500||####################################################################################################
2021-04-20T02:49:27.938Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210420024649-csar.csar
2021-04-20T02:49:27.939Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-20T02:49:27.939Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||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-Vfw20210420024649-csar.csar
2021-04-20T02:49:27.939Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||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-Vfw20210420024649-csar.csar
2021-04-20T02:49:27.939Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||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-Vfw20210420024649-csar.csar
2021-04-20T02:49:27.939Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210420024649-csar.csar
2021-04-20T02:49:27.939Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210420024649-csar.csar
2021-04-20T02:49:27.939Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||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-Vfw20210420024649-csar.csar
2021-04-20T02:49:27.939Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||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-Vfw20210420024649-csar.csar
2021-04-20T02:49:27.939Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||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-Vfw20210420024649-csar.csar
2021-04-20T02:49:27.939Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210420024649-csar.csar
2021-04-20T02:49:27.939Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||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-Vfw20210420024649-csar.csar
2021-04-20T02:49:27.940Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210420024649-csar.csar
2021-04-20T02:49:27.940Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1de4cac4-5be9 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-Vfw20210420024649-csar.csar
2021-04-20T02:49:27.940Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1de4cac4-5be9 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210420024649-csar.csar
2021-04-20T02:49:27.940Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||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-Vfw20210420024649-csar.csar
2021-04-20T02:49:27.940Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||WARN|500||####################################################################################################
2021-04-20T02:49:27.946Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T02:49:27.947Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Service vFW 2021-04-20 02-46-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T02:49:27.950Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template vFW 1de4cac4-5be9 0 is matching search criteria
2021-04-20T02:49:27.950Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-20T02:49:27.952Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Found topology templates [vFW 1de4cac4-5be9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-20T02:49:27.953Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T02:49:27.953Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Service vFW 2021-04-20 02-46-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T02:49:27.954Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template vFW 1de4cac4-5be9 0 is matching search criteria
2021-04-20T02:49:27.954Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-20T02:49:27.954Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Found topology templates [vFW 1de4cac4-5be9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-20T02:49:27.954Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T02:49:27.954Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Service vFW 2021-04-20 02-46-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T02:49:27.957Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T02:49:27.958Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template vFW 1de4cac4-5be9 0 is not matching search criteria
2021-04-20T02:49:27.958Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-20T02:49:27.958Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-20T02:49:27.958Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-20T02:49:27.958Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-20T02:49:27.958Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-20T02:49:27.958Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-20T02:49:27.959Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-20T02:49:27.959Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-20T02:49:27.959Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-20T02:49:27.959Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-20T02:49:27.959Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-20T02:49:27.959Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-20T02:49:27.959Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-20T02:49:27.959Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-20T02:49:27.960Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-20T02:49:27.960Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-20T02:49:27.960Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T02:49:27.960Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Service vFW 2021-04-20 02-46-49 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-20T02:49:27.961Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T02:49:27.961Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template vFW 1de4cac4-5be9 0 is matching search criteria
2021-04-20T02:49:27.962Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Found topology templates [vFW 1de4cac4-5be9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T02:49:27.962Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T02:49:27.962Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template vFW 1de4cac4-5be9 0 is matching search criteria
2021-04-20T02:49:27.962Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Found topology templates [vFW 1de4cac4-5be9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T02:49:27.962Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T02:49:27.962Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template vFW 1de4cac4-5be9 0 is matching search criteria
2021-04-20T02:49:27.963Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Found topology templates [vFW 1de4cac4-5be9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-20T02:49:27.963Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T02:49:27.963Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template vFW 1de4cac4-5be9 0 is not matching search criteria
2021-04-20T02:49:27.963Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-20T02:49:27.963Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-20T02:49:27.963Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-20T02:49:27.963Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-20T02:49:27.963Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-20T02:49:27.964Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-20T02:49:27.964Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-20T02:49:27.964Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-20T02:49:27.964Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-20T02:49:27.964Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-20T02:49:27.964Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-20T02:49:27.964Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=06aaef33-1402-4c18-ab7c-9df1d5d8a30d
2021-04-20T02:49:27.964Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T02:49:27.965Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template vFW 1de4cac4-5be9 0 is not matching search criteria
2021-04-20T02:49:27.965Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-20T02:49:27.965Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-20T02:49:27.965Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-20T02:49:27.965Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-20T02:49:27.966Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-20T02:49:27.966Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-20T02:49:27.966Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-20T02:49:27.966Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-20T02:49:27.966Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-20T02:49:27.966Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-20T02:49:27.967Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-20T02:49:27.967Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-20T02:49:27.967Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e13628bc-f0de-49b3-a51c-082a56c8fba9
2021-04-20T02:49:27.967Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T02:49:27.967Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template vFW 1de4cac4-5be9 0 is not matching search criteria
2021-04-20T02:49:27.967Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-20T02:49:27.968Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-20T02:49:27.968Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-20T02:49:27.968Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-20T02:49:27.968Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-20T02:49:27.968Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-20T02:49:27.968Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-20T02:49:27.968Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-20T02:49:27.968Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-20T02:49:27.968Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-20T02:49:27.969Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-20T02:49:27.969Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-20T02:49:27.969Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2598d491-95ef-421c-8389-1dc386b8eb0f
2021-04-20T02:49:27.969Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T02:49:27.969Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Service vFW 2021-04-20 02-46-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T02:49:27.969Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T02:49:27.969Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Service vFW 2021-04-20 02-46-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T02:49:27.970Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T02:49:27.970Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Service vFW 2021-04-20 02-46-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T02:49:27.970Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T02:49:27.970Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Service vFW 2021-04-20 02-46-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T02:49:27.970Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-04-20 02-46-49
Description:catalog service description
Model UUID:8c9d00e4-b1ce-4b29-918b-4bba7c8bf8ec
Model Version:NULL
Model InvariantUuid:13b7c7d6-f07e-4476-a7f7-6b36fa31e797
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 1de4cac4-5be9
Model UUID:7f27659c-7c83-40fb-b013-ce06b72a8186
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b2ac525a-15d0-4779-b721-172f0a999caf
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:63b5e97e-8376-475e-8d98-94cd7a6ec287
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:09515abf-fdf7-4458-939c-1905340cef26
ModelName:Vfw1de4cac45be9..base_vfw..module-0
ModelUuid:6bf6cf73-ef8d-45d9-a944-187f1f020ec4
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:06aaef33-1402-4c18-ab7c-9df1d5d8a30d
ModelInvariantUuid:5d3b872a-33df-4886-b926-7af263e9db14
ModelName:vFW 1de4cac4-5be9-nodes.vfwCvfc
ModelUuid:d2049e2a-ca53-404a-99ce-0bfc87dd88fe
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:469b2fc6-c0e7-4d27-a29e-4548ddd036c5
ModelInvariantUuid:fed0b934-3e2e-43a1-bd21-da0f5d4c60a6
ModelName:Vfw1de4cac45be9.compute.nodes.heat.vfw
ModelUuid:ba0b46c9-126e-4b29-9c1a-aff2baf4df41
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e13628bc-f0de-49b3-a51c-082a56c8fba9
ModelInvariantUuid:264a2159-6413-4551-8ddb-cee65873ec6f
ModelName:vFW 1de4cac4-5be9-nodes.vsnCvfc
ModelUuid:5d1bcd78-eb15-4008-836d-bd3d02d57025
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:eb897bd8-59d0-4fc1-9caa-550c7cd7f818
ModelInvariantUuid:6cbebf53-deb2-4869-8df9-7b7ad0fca2f4
ModelName:Vfw1de4cac45be9.compute.nodes.heat.vsn
ModelUuid:c5b7876a-b8fe-4922-9913-158114e9512f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:2598d491-95ef-421c-8389-1dc386b8eb0f
ModelInvariantUuid:8b2c6df2-2e16-4d7c-bbb7-5fc8712024c2
ModelName:vFW 1de4cac4-5be9-nodes.vpgCvfc
ModelUuid:31cee1dd-4ec8-4ec0-9e33-533d4be05e4e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:a546c232-bc7f-412c-843d-3964f7be1e87
ModelInvariantUuid:da46c763-322a-4b1a-8991-b1256452a361
ModelName:Vfw1de4cac45be9.compute.nodes.heat.vpg
ModelUuid:99f4a019-32af-4e52-a83a-85c3e71c97fc
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-20T02:49:27.981Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.209 to 10.233.74.128
2021-04-20T02:49:28.078Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 6d581490-4fc2-40b6-8df0-46b5e9dc77f6
2021-04-20T02:49:28.089Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||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-20T02:49:28.147Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||INFO|500||vFW 1de4cac4-5be9 0
2021-04-20T02:49:28.153Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6d581490-4fc2-40b6-8df0-46b5e9dc77f6
2021-04-20T02:49:28.154Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: f55b6f45-99df-4404-99ed-736cf28d0f8a from URL: /sdc/v1/catalog/services/Vfw20210420024649/1.0/resourceInstances/vfw1de4cac45be90/artifacts/vfw1de4cac45be90_modules.json
2021-04-20T02:49:28.154Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-20T02:49:28.154Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210420024649/1.0/resourceInstances/vfw1de4cac45be90/artifacts/vfw1de4cac45be90_modules.json
2021-04-20T02:49:29.317Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-20T02:49:29.318Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210420024649/1.0/resourceInstances/vfw1de4cac45be90/artifacts/vfw1de4cac45be90_modules.json f55b6f45-99df-4404-99ed-736cf28d0f8a 785
2021-04-20T02:49:29.318Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210420024649/1.0/resourceInstances/vfw1de4cac45be90/artifacts/vfw1de4cac45be90_modules.json ASDC sendASDCNotification
2021-04-20T02:49:29.318Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210420024649/1.0/resourceInstances/vfw1de4cac45be90/artifacts/vfw1de4cac45be90_modules.json
2021-04-20T02:49:29.319Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T02:49:29.319Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T02:49:29.337Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T02:49:29.337Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bc22ea93-149f-4e41-82c7-8e6d84a64623",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618886969318,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420024649/1.0/resourceInstances/vfw1de4cac45be90/artifacts/vfw1de4cac45be90_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-20T02:49:29.437Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T02:49:29.438Z||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-20T02:49:29.438Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KE8LaHo8PgbXJCSs) ...
2021-04-20T02:49:29.447Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:49:29.448Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-20T02:49:30.338Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw1de4cac45be9..base_vfw..module-0",
"vfModuleModelInvariantUUID": "09515abf-fdf7-4458-939c-1905340cef26",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6bf6cf73-ef8d-45d9-a944-187f1f020ec4",
"vfModuleModelCustomizationUUID": "6c158da2-e66e-4348-8433-0caf63866693",
"isBase": true,
"artifacts": [
"7648ba1b-ab47-439d-9586-33c3060618a2",
"adab3d91-3bc0-4ed4-88e3-f4144200838b"
],
"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-20T02:49:30.362Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1de4cac45be9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6bf6cf73-ef8d-45d9-a944-187f1f020ec4
VfModuleModelInvariantUUID:09515abf-fdf7-4458-939c-1905340cef26
VfModuleModelDescription:NULL
Artifacts UUID List:{
7648ba1b-ab47-439d-9586-33c3060618a2
,
adab3d91-3bc0-4ed4-88e3-f4144200838b
}
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-20T02:49:30.438Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw1de4cac45be9..base_vfw..module-0",
"vfModuleModelInvariantUUID": "09515abf-fdf7-4458-939c-1905340cef26",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6bf6cf73-ef8d-45d9-a944-187f1f020ec4",
"vfModuleModelCustomizationUUID": "6c158da2-e66e-4348-8433-0caf63866693",
"isBase": true,
"artifacts": [
"7648ba1b-ab47-439d-9586-33c3060618a2",
"adab3d91-3bc0-4ed4-88e3-f4144200838b"
],
"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-20T02:49:30.439Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1de4cac45be9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6bf6cf73-ef8d-45d9-a944-187f1f020ec4
VfModuleModelInvariantUUID:09515abf-fdf7-4458-939c-1905340cef26
VfModuleModelDescription:NULL
Artifacts UUID List:{
7648ba1b-ab47-439d-9586-33c3060618a2
,
adab3d91-3bc0-4ed4-88e3-f4144200838b
}
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-20T02:49:30.439Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: 7648ba1b-ab47-439d-9586-33c3060618a2 from URL: /sdc/v1/catalog/services/Vfw20210420024649/1.0/resourceInstances/vfw1de4cac45be90/artifacts/base_vfw.yaml
2021-04-20T02:49:30.439Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-20T02:49:30.439Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210420024649/1.0/resourceInstances/vfw1de4cac45be90/artifacts/base_vfw.yaml
2021-04-20T02:49:31.079Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-20T02:49:31.081Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210420024649/1.0/resourceInstances/vfw1de4cac45be90/artifacts/base_vfw.yaml 7648ba1b-ab47-439d-9586-33c3060618a2 20368
2021-04-20T02:49:31.081Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210420024649/1.0/resourceInstances/vfw1de4cac45be90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-20T02:49:31.081Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210420024649/1.0/resourceInstances/vfw1de4cac45be90/artifacts/base_vfw.yaml
2021-04-20T02:49:31.082Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T02:49:31.082Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T02:49:31.085Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T02:49:31.085Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bc22ea93-149f-4e41-82c7-8e6d84a64623",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618886971081,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420024649/1.0/resourceInstances/vfw1de4cac45be90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-20T02:49:31.185Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-20T02:49:31.186Z||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-20T02:49:31.186Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KE8LaHo8PgbXJCSs) ...
2021-04-20T02:49:31.196Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:49:31.196Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-20T02:49:32.086Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: adab3d91-3bc0-4ed4-88e3-f4144200838b from URL: /sdc/v1/catalog/services/Vfw20210420024649/1.0/resourceInstances/vfw1de4cac45be90/artifacts/base_vfw.env
2021-04-20T02:49:32.086Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-20T02:49:32.087Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210420024649/1.0/resourceInstances/vfw1de4cac45be90/artifacts/base_vfw.env
2021-04-20T02:49:32.288Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-20T02:49:32.289Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210420024649/1.0/resourceInstances/vfw1de4cac45be90/artifacts/base_vfw.env adab3d91-3bc0-4ed4-88e3-f4144200838b 2098
2021-04-20T02:49:32.290Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210420024649/1.0/resourceInstances/vfw1de4cac45be90/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-20T02:49:32.290Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210420024649/1.0/resourceInstances/vfw1de4cac45be90/artifacts/base_vfw.env
2021-04-20T02:49:32.290Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-20T02:49:32.291Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-20T02:49:32.293Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-20T02:49:32.293Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bc22ea93-149f-4e41-82c7-8e6d84a64623",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618886972290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210420024649/1.0/resourceInstances/vfw1de4cac45be90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-20T02:49:32.395Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-04-20T02:49:32.396Z||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-20T02:49:32.396Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KE8LaHo8PgbXJCSs) ...
2021-04-20T02:49:32.404Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-20T02:49:32.405Z||pool-14-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-20T02:49:33.294Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Preparing to deploy Service: 8c9d00e4-b1ce-4b29-918b-4bba7c8bf8ec
2021-04-20T02:49:33.294Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1de4cac4-5be9 0 6d581490-4fc2-40b6-8df0-46b5e9dc77f6 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-20T02:49:33.350Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-20T02:49:33.350Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Service vFW 2021-04-20 02-46-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-20T02:49:33.351Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Processing vnf with UUID: 7f27659c-7c83-40fb-b013-ce06b72a8186
2021-04-20T02:49:33.351Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||Will get resource from SDC using resource id: 7f27659c-7c83-40fb-b013-ce06b72a8186
2021-04-20T02:49:33.361Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/7f27659c-7c83-40fb-b013-ce06b72a8186/toscaModel to get resource
2021-04-20T02:49:33.388Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/7f27659c-7c83-40fb-b013-ce06b72a8186/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/7f27659c-7c83-40fb-b013-ce06b72a8186/toscaModel
2021-04-20T02:49:33.421Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/7f27659c-7c83-40fb-b013-ce06b72a8186/toscaModel|INFO|500||Invoke
2021-04-20T02:49:33.421Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/7f27659c-7c83-40fb-b013-ce06b72a8186/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-20T02:49:33.421Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/7f27659c-7c83-40fb-b013-ce06b72a8186/toscaModel|DEBUG|500||URI : https://sdc-be.onap:8443/sdc/v1/catalog/resources/7f27659c-7c83-40fb-b013-ce06b72a8186/toscaModel
2021-04-20T02:49:33.422Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/7f27659c-7c83-40fb-b013-ce06b72a8186/toscaModel|DEBUG|500||Method : GET
2021-04-20T02:49:33.422Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/7f27659c-7c83-40fb-b013-ce06b72a8186/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:"bc22ea93-149f-4e41-82c7-8e6d84a64623", X-RequestID:"bc22ea93-149f-4e41-82c7-8e6d84a64623", X-TransactionID:"bc22ea93-149f-4e41-82c7-8e6d84a64623", X-ECOMP-RequestID:"bc22ea93-149f-4e41-82c7-8e6d84a64623", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"2193986e-ece6-48a0-bb7d-9ab4c641ed02"]
2021-04-20T02:49:33.423Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/7f27659c-7c83-40fb-b013-ce06b72a8186/toscaModel|DEBUG|500||Request body:
2021-04-20T02:49:33.423Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/7f27659c-7c83-40fb-b013-ce06b72a8186/toscaModel|DEBUG|500||==========================request end================================================
2021-04-20T02:49:34.045Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/7f27659c-7c83-40fb-b013-ce06b72a8186/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-20T02:49:34.046Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/7f27659c-7c83-40fb-b013-ce06b72a8186/toscaModel|DEBUG|500||Status code : 200 OK
2021-04-20T02:49:34.046Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/7f27659c-7c83-40fb-b013-ce06b72a8186/toscaModel|DEBUG|500||Status text : OK
2021-04-20T02:49:34.046Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/7f27659c-7c83-40fb-b013-ce06b72a8186/toscaModel|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=node01e2tjici3y5861va7o64x3tytr274.node0; Path=/; Secure", Expires:"Thu, 01 Jan 1970 00:00:00 GMT", Content-Disposition:"attachment; filename="resource-Vfw1de4cac45be9-csar.csar"", Content-MD5:"NzkyMGI0NWUzMDRhZDk2Nzk0MGIwNTJkNjYzNzk2NWI=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"bc22ea93-149f-4e41-82c7-8e6d84a64623", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-20T02:49:34.148Z|bc22ea93-149f-4e41-82c7-8e6d84a64623|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/7f27659c-7c83-40fb-b013-ce06b72a8186/toscaModel|DEBUG|500||Response body: PK �R csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)� PK�R�B4 E PK �R TOSCA-Metadata/TOSCA.metaM�M� �����ڤ.dW����6�G:MH`h`�r{Yv�����1�AݐA]�G�]$-�� �4<��&!0.�\�4�|�rb #q*ꂫ#�5��܉6a��d�����-���Ɠb���M ^�;��fHM�����H��U��㶺�?PKg|)� � PK �R 1 Definitions/resource-Vfw1de4cac45be9-template.yml�]Yw۶�~��[��CEԬ�9���i�S��pq e�P�JRr�_� �����{���U��ƴ��>�i�8����ԏ��<�8���ZK�W����|���i��O[�Z��Z��4?���qA���.��z ��Zy�mG��Ia��i ܿ���X)�D��k�A�;�Y����'v��VV-I��p�~���z���>6,vw<���r�*y
`%�ş�����돑�������?�'7����O��W �UM�� R����|�f��(��kg�~ ��,�?/�� ���~�wDY�EQxG{�T��x���i4Y>+�Xa�9]����W>Qzk�u?LA�Y �[�����Y�@��kZWk�p �i�� �,^� �h5)�"�
��(�J%���L:<
����y�9搄�ϑ��KT�> X�k;j�Cm��R�[Z�������4�8;�`�ӫ ����0k^A��C/�������(�F��>��h�Y�1�#'/?�W�X)Z:��*Z���=��M0f^���������1܅�B_'�k�Le�����=w��<�ۨ��n�M��v��V�E�l���nӉOv�{�j3�=v�ټ�.3�h���z��f�{$G�Fp��6Of�4��`�b��Kh���D)pR����?����3�y)dNy�>H_k�z22��1M���mnEA��7U����)jW��p4��>X��'��$�&.�'�3��,�+H3�J���� ��CYbڣ�>���1x���h0������YA��%���!���Rl���V�}�����qr��Z�<�x��?�>�~��-p��Z��
H���*9�[�^�<8�Ij��~�{�+�
�}\N�w{I&�L�ev����������O�����߲+�5�H� �� $�K[�
p֡������o9=N�cf����.O����ӻ��/ڻ�OwW*�ͫg���5��N�A6q*�x��P����{��?�����Ȳk��ӊS��Ԍ�.j��!M����UVv��n��]GQ��]��yH�`�.
5��P؞�-�/ie7��Ǩ�J_ ~u|7n��(�� طӋ��r�*�����[N�ڈ����1���鲌��� L\��� �����e���d�B1�g�'�ZՄ`r���ۄ�d�1o|I�݀4��(��4�������V��x��A1E;XUU.��2� �e�s��_��ō�|��M��l� �@�ku�.\6mGQ �PE�9Q��W��'���vTm��bE�H��4�D�B7���T1�Wu7�YD���W��xK�d:Cf3I�Щ����� ��:���9��h����y��Vr�'%Y�����h��6�ՊF2 ZOY�C������f��VB�����_��4D� |�dN�*�V�v�g�I�mQЯ9��k��;̼+î�}�a�,�Q^������s�\֎g��y��H[�,�'��q�������f�Ƴ���E~��Ĭ���)��L�1�vg24fKDv�P�DJ���9x�]�����V�1��}��"7�*у����OY�x2��&�_�b}R?�C�z�fg������["�M�}��R
���Ȩ�M�U���|ү���g'�'�.K��Q����
� ��\�Ԧ���do?�� �Ӈ�2��f{����4"hw�h�W(�~U�V�-Λn��Y�P<�D���D�}f$h��͋�m�)eϵ��팘�'�fnT�\���E���.A(�(A(��TtQ�{�w<����Y�I�Ua~��?O�3c��,� �S���=:R0�EH&3a�!a�8�n���5��y�"d,?��O�w���Wq�}��I�蓰)�VQ�)�GP�(2�۞||�Jf���s��n�<�qbi'��fz��:5���9����ϓ7��ɟg����/_��Ow�u�~�����x;?����v�n.V�����q�/`�9��9�����7�����dn9��X������[pmһ_�.N_��{=�w�t5|�|����{�z�4��8�z?��I�����|�������_o�"`�L��.��f�W�o�tz���a����������a��0�g`c=�3�f������p��ۇ/�7���W��O��ߏ/��?�ݗ��7'�_�.���������iu���͗��Y�>����ɻ�o��y��ϳ��o�o�|�N"c���7�YL�:���M��ٓ�ۅ��L����=���Ow���/�<��Cϗ��a!_�D�P�#��N5�f����1��DJ'̘V�h@?��G��=/��W����q�j�y�O0L'��� �C��(�� �B�[��tD~�[���_�h3�OM�?Z�M��~�t �m)Q&�JY�:[�8B��/��C��؋��4�iA�0������|b�kn�3g�鶻���8�e[k���W1&�z6�[:X��>�,2?��be��e�
PUq�I
ݺ�Y袨o8��1������Ԟ諅e�3cl����r��F�D�,Y�۪d�����sŜS�;��EYI+�r�?��-�����q�*yX!-��GI�[�?uY�ܴ� l1k���̬�_n,�WF�
~id �Gw�
ɋ�\և�q4y����L
���o�9V�6�@ ��5譞��u��k���M�R����gj�P���jpZ{li�*�k,VJn�<�l�'�)߳Ɂa
ѳoXi(!��ͤA�L+LòC}����J����R��v 8�Fidr ͇:y�������6�'#t�7�`{Xk���ñP-����XJ�э���v�6���Ԕ9���G���X��Zr��1]�t�������5�
K�v�'mc��k�B�?��I�f�؊8K�Dž��w�\S5 L~S4h��#ք!g�K�x�d|�n��P��.o>]ߞ����7��O���*�VJq��V�g���!Ɇ��v�YN%[�im�1zHM4h-�8y�t!��XJ��B�(w������T�eDu!���i��^7�7�V
e��P �EA�4��fM�����YP�L�/��*9֢�?X뢶�1�2�9�kT �F�٪�R�E&�'�M�:��M�J�O)H��J�+d#�.[h{�� ���ؕ�0^S0$rf�9.r�]?�:rrfF1����$j#e�a�e��2k��a��,jb�g�ê�j��+����B�ԉ��ʲ�3�T3����=�լbg���4�tGvx�c�ѐ�D��x�I/sL�@j��:yXW]1ԕI����.��V�:�
U�Ѯ��F��7��0�;P��d����%q�{ɲI�k�Ȋ�1e��O,�VuK�x�D���e�������{�$�� %����}�àT{��=,������¬�G��ue�(�:U'YVe._���=��M��d�-�E�*x���8CY
O�p^$��){�L�[�6��6 ��� ��"K�ĕ�.YSv�F�g�_Vao��*���֏��f��>��>mP�rn��a!=�e�^�H�{W�����0�7�t�14�;�ҮFOU���=�5m�AA���
F���w� ���?v0��{�%g��n\I8|�۱�C�% ����ɯ����+���3���p$�{�$�`���2'd��W5x8i\�1x8)=���Ó�̚S}6���um�`1_-��YxU�ol؎�\��6���WӅ����O��r<����c���lG��.�gk{�[s��ǫ�5_8+϶ֵ�� <�ߴ\3п��c������x1ȾT,y�j{�G�Z�ZC�U���U��Kg�3\��|&ud���w.�����E=~�x+��a�r���S���38_�>0K���
��\���/�Sy|��l�V�u�� �����t��O����!
aS"��g��!�;:XحH�־��:%Eˎ�:n>��[+��[�bH�]9�5:Cnd�����Q��u��p�xvV��(iYn�xH�Q
��}LTX��2�,T& @U^�ft����7-��$��f<[� :+��F�
(�����tlC���@��i⠔ 3pP5�Z�ba�MtݍY�y��c ���%���դ���4%1 �
A���m����~����g�ƶ�e7�����M��
TdLO%�����D�X��뵴*i�g�Y
��_(�W��g�������T/�_�T�He���Ƞ7�G�zC{�L��u�U�Ef O��~ O·�cX���3�p��̺�JK���E���^4{�w�����rt�p`���,��1̐��<~�!�2d�y!{Z#pvU�dXή�#x(�ʞ8כ�`,���tt۶��]�gLƓ�3���U�����8+��X_��T�O����9�q����+w�6��x�lb8�j�Z��LW{�q
���ɿ�\sڿ�c!p8�+~�Y��z\�vt��������������堊��Ժ��{_��'�Q���a,M�|q�T�dO�o��u�_�k�X
�Fp@;)���� ��6��������pd�Ox+��3^5�����~��x���<���������w`�ۿ踜V�nGh�n��f���G�XBK7�i�&By)Q�::!G���