By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-10-12T02:16:52.207Z||main|||||INFO|500||The following profiles are active: basic
2021-10-12T02:17:02.880Z||main|||||INFO|500||Starting service [Tomcat]
2021-10-12T02:17:02.881Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-10-12T02:17:02.968Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-10-12T02:17:05.350Z||main|||||INFO|500||catdb-pool - Starting...
2021-10-12T02:17:05.559Z||main|||||INFO|500||catdb-pool - Start completed.
2021-10-12T02:17:06.009Z||main|||||INFO|500||reqdb-pool - Starting...
2021-10-12T02:17:06.019Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-10-12T02:17:06.107Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-10-12T02:17:06.229Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-10-12T02:17:06.644Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-10-12T02:17:07.466Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-12T02:17:09.685Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-12T02:17:09.729Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-10-12T02:17:10.166Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-12T02:17:10.421Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-10-12T02:17:11.645Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-12T02:17:12.694Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-10-12T02:17:12.712Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$f92bdff0.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-10-12T02:17:12.712Z||main|||||WARN|500||The sdc end point is not alive
2021-10-12T02:17:15.665Z||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-10-12T02:17:18.437Z||main|||||WARN|500||---
2021-10-12T02:17:18.438Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-10-12T02:17:18.438Z||main|||||WARN|500||---
2021-10-12T02:17:18.904Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-10-12T02:17:23.604Z||main|||||INFO|500||Started Application in 36.064 seconds (JVM running for 37.294)
2021-10-12T02:17:23.621Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-12T02:17:23.622Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-12T02:17:23.631Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-12T02:17:23.693Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-12T02:17:23.738Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cb526547-24b6-4709-8010-db2b545f3b2b url= /sdc/v1/artifactTypes
2021-10-12T02:17:23.739Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-12T02:17:24.035Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-12T02:17:24.053Z||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-10-12T02:17:24.075Z||scheduling-1|||||DEBUG|500||create keys
2021-10-12T02:17:24.083Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-12T02:17:24.113Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:17:24.131Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e95819a1-6f42-45c2-be67-152e3ce83179 url= /sdc/v1/registerForDistribution
2021-10-12T02:17:24.346Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e95819a1-6f42-45c2-be67-152e3ce83179 url= /sdc/v1/registerForDistribution
2021-10-12T02:17:24.346Z||scheduling-1|||||INFO|500||start DistributionClient
2021-10-12T02:17:24.354Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:17:24.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:17:24.360Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:17:24.360Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:17:24.360Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:17:24.360Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:17:24.361Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-10-12T02:17:34.609Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:17:34.612Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:18:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:18:24.355Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:18:24.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:18:24.355Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:18:24.356Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:18:24.357Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:18:33.909Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:18:33.910Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:19:24.353Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:19:24.354Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:19:24.355Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:19:24.355Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:19:24.356Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:19:24.356Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:19:33.913Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:19:33.913Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:20:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:20:24.354Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:20:24.354Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:20:24.356Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:20:24.357Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:20:24.358Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:20:33.907Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:20:33.910Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:21:24.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:21:24.355Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:21:24.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:21:24.355Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:21:24.356Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:21:24.356Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:21:33.908Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:21:33.908Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:22:24.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:22:24.354Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:22:24.354Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:22:24.355Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:22:24.356Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:22:24.356Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:22:33.905Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:22:33.910Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:23:24.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:23:24.355Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:23:24.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:23:24.355Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:23:24.355Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:23:24.356Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:23:33.909Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:23:33.909Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:24:24.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:24:24.354Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:24:24.355Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:24:24.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:24:24.356Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:24:24.356Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:24:33.905Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:24:33.905Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:25:24.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:25:24.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:25:24.356Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:25:24.356Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:25:24.357Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:25:24.357Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:25:33.912Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:25:33.912Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:26:24.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:26:24.354Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:26:24.354Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:26:24.355Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:26:24.356Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:26:24.356Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:26:33.903Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:26:33.905Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:27:03.951Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-10-12T02:27:24.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:27:24.354Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:27:24.354Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:27:24.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:27:24.356Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:27:24.356Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:27:33.906Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:27:33.909Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:28:24.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:28:24.354Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:28:24.354Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:28:24.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:28:24.355Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:28:24.355Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:28:33.903Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:28:33.905Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:29:24.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:29:24.354Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:29:24.354Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:29:24.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:29:24.356Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:29:24.356Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:29:33.907Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:29:33.909Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:30:24.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:30:24.354Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:30:24.354Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:30:24.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:30:24.356Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:30:24.356Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:30:33.907Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:30:33.926Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:31:24.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:31:24.354Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:31:24.355Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:31:24.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:31:24.356Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:31:24.356Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:31:33.911Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:31:33.913Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:32:24.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:32:24.354Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:32:24.354Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:32:24.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:32:24.356Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:32:24.356Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:32:33.913Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:32:33.913Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:33:24.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:33:24.354Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:33:24.354Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:33:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:33:24.356Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:33:24.356Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:33:33.907Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:33:33.907Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:34:24.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:34:24.354Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:34:24.355Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:34:24.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:34:24.355Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:34:24.355Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:34:33.906Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:34:33.909Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:35:24.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:35:24.354Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:35:24.354Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:35:24.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:35:24.356Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:35:24.356Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:35:33.903Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:35:33.907Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:36:24.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:36:24.354Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:36:24.355Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:36:24.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:36:24.356Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:36:24.356Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:36:33.903Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:36:33.906Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:37:24.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:37:24.354Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:37:24.354Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:37:24.355Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:37:24.355Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:37:24.355Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:37:33.908Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:37:33.908Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:38:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:38:24.354Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:38:24.354Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:38:24.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:38:24.355Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:38:24.356Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:38:33.929Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:38:33.945Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:39:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:39:24.354Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:39:24.354Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:39:24.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:39:24.355Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:39:24.356Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:39:33.905Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:39:33.905Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:40:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:40:24.354Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:40:24.354Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:40:24.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:40:24.356Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:40:24.356Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:40:33.917Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:40:33.917Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:41:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:41:24.354Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:41:24.354Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:41:24.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:41:24.356Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:41:24.356Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:41:33.905Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:41:33.905Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:42:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:42:24.354Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:42:24.354Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:42:24.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:42:24.355Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:42:24.356Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:42:33.906Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:42:33.906Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:43:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:43:24.354Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:43:24.354Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:43:24.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:43:24.355Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:43:24.356Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:43:33.905Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:43:33.905Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:44:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:44:24.354Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:44:24.354Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:44:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:44:24.356Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:44:24.356Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:44:33.914Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:44:33.915Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:45:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:45:24.354Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:45:24.354Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:45:24.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:45:24.355Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:45:24.355Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:45:33.901Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:45:33.906Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:46:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:46:24.354Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:46:24.354Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:46:24.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:46:24.355Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:46:24.355Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:46:33.900Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:46:33.900Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:47:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:47:24.354Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:47:24.354Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:47:24.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:47:24.355Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:47:24.355Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:47:33.905Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:47:33.906Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:48:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:48:24.354Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:48:24.354Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:48:24.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:48:24.356Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:48:24.356Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:48:33.902Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:48:33.902Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:49:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:49:24.354Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:49:24.354Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:49:24.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:49:24.356Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:49:24.356Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:49:33.900Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:49:33.901Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:50:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:50:24.354Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:50:24.354Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:50:24.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:50:24.355Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:50:24.356Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:50:33.901Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:50:33.901Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:51:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:51:24.354Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:51:24.354Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:51:24.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:51:24.355Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:51:24.356Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:51:33.904Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:51:33.904Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:52:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:52:24.354Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:52:24.354Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:52:24.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:52:24.355Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:52:24.356Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:52:33.905Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:52:33.905Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:53:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:53:24.354Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:53:24.354Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:53:24.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:53:24.356Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:53:24.356Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:53:33.899Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:53:33.905Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:54:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:54:24.354Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:54:24.354Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:54:24.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:54:24.357Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:54:24.357Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:54:33.898Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:54:33.901Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:55:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:55:24.354Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:55:24.354Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:55:24.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:55:24.355Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:55:24.355Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:55:33.906Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:55:33.907Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:56:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:56:24.354Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:56:24.354Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:56:24.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:56:24.355Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:56:24.356Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:56:33.905Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:56:33.906Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:57:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:57:24.354Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:57:24.354Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:57:24.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:57:24.356Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:57:24.356Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:57:33.903Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:57:33.903Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:58:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:58:24.354Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:58:24.354Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:58:24.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:58:24.355Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:58:24.355Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:58:33.904Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:58:33.904Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:59:24.353Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:59:24.354Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:59:24.354Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:59:24.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T02:59:24.356Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T02:59:24.356Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T02:59:33.905Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T02:59:33.906Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:00:24.354Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:00:24.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:00:24.361Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:00:24.361Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:00:24.362Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:00:24.362Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:00:33.915Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:00:33.915Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:01:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:01:24.354Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:01:24.354Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:01:24.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:01:24.356Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:01:24.356Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:01:33.904Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:01:33.905Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:02:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:02:24.354Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:02:24.354Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:02:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:02:24.355Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:02:24.355Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:02:33.901Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:02:33.901Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:03:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:03:24.354Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:03:24.354Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:03:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:03:24.355Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:03:24.356Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:03:33.903Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:03:33.904Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:04:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:04:24.354Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:04:24.354Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:04:24.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:04:24.356Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:04:24.356Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:04:33.904Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:04:33.906Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:05:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:05:24.354Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:05:24.354Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:05:24.356Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:05:24.356Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:05:24.357Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:05:33.907Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:05:33.908Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:06:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:06:24.354Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:06:24.354Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:06:24.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:06:24.356Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:06:24.356Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:06:33.906Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:06:33.906Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:07:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:07:24.354Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:07:24.354Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:07:24.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:07:24.355Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:07:24.355Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:07:33.904Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:07:33.904Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:08:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:08:24.354Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:08:24.354Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:08:24.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:08:24.355Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:08:24.355Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:08:33.902Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:08:33.904Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:09:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:09:24.354Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:09:24.354Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:09:24.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:09:24.355Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:09:24.356Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:09:33.905Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:09:33.906Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:10:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:10:24.354Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:10:24.354Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:10:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:10:24.356Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:10:24.356Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:10:33.904Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:10:33.905Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:11:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:11:24.354Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:11:24.354Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:11:24.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:11:24.355Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:11:24.356Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:11:33.901Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:11:33.902Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:12:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:12:24.354Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:12:24.355Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:12:24.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:12:24.356Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:12:24.356Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:12:33.902Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:12:33.903Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:13:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:13:24.354Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:13:24.354Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:13:24.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:13:24.355Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:13:24.356Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:13:33.902Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:13:33.902Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:14:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:14:24.354Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:14:24.354Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:14:24.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:14:24.355Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:14:24.356Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:14:33.899Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:14:33.901Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:15:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:15:24.355Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:15:24.355Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:15:24.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:15:24.355Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:15:24.355Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:15:33.903Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:15:33.903Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:16:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:16:24.354Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:16:24.354Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:16:24.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:16:24.355Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:16:24.355Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:16:33.902Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:16:33.904Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:17:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:17:24.354Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:17:24.354Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:17:24.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:17:24.355Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:17:24.356Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:17:33.907Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:17:33.907Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:18:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:18:24.354Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:18:24.354Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:18:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:18:24.355Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:18:24.355Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:18:33.906Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:18:33.906Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:19:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:19:24.354Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:19:24.354Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:19:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:19:24.355Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:19:24.356Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:19:33.900Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:19:33.901Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:20:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:20:24.354Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:20:24.354Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:20:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:20:24.356Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:20:24.356Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:20:33.905Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:20:33.906Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:21:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:21:24.354Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:21:24.354Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:21:24.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:21:24.355Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:21:24.355Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:21:33.902Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:21:33.903Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:22:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:22:24.354Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:22:24.354Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:22:24.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:22:24.356Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:22:24.356Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:22:33.897Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:22:33.898Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:23:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:23:24.354Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:23:24.354Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:23:24.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:23:24.356Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:23:24.356Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:23:33.906Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:23:33.906Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:24:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:24:24.354Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:24:24.354Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:24:24.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:24:24.355Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:24:24.356Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:24:33.899Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:24:33.902Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:25:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:25:24.354Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:25:24.354Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:25:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:25:24.355Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:25:24.355Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:25:33.932Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:25:33.932Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:26:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:26:24.354Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:26:24.354Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:26:24.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:26:24.356Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:26:24.356Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:26:33.900Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:26:33.901Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:27:24.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:27:24.354Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:27:24.354Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:27:24.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:27:24.355Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:27:24.356Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:27:33.903Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:27:33.903Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:28:24.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:28:24.354Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:28:24.354Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:28:24.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:28:24.356Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:28:24.356Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:28:33.901Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:28:33.904Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:29:24.353Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:29:24.354Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:29:24.354Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:29:24.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:29:24.355Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:29:24.355Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:29:33.904Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:29:33.904Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:30:24.353Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:30:24.354Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:30:24.354Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:30:24.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:30:24.355Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:30:24.356Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:30:33.902Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:30:33.904Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:31:24.353Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:31:24.354Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:31:24.354Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:31:24.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:31:24.356Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:31:24.356Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:31:33.903Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:31:33.906Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:32:24.353Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:32:24.354Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:32:24.354Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:32:24.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:32:24.355Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:32:24.355Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:32:33.902Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:32:33.904Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:33:24.353Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:33:24.354Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:33:24.354Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:33:24.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:33:24.355Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:33:24.355Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:33:33.901Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:33:33.903Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:34:24.353Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:34:24.354Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:34:24.354Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:34:24.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:34:24.355Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:34:24.355Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:34:33.903Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:34:33.906Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:35:24.353Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:35:24.354Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:35:24.354Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:35:24.355Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:35:24.356Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:35:24.356Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:35:33.905Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:35:33.905Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:36:24.353Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:36:24.354Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:36:24.354Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:36:24.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:36:24.355Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:36:24.355Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:36:33.898Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:36:33.900Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:37:24.353Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:37:24.354Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:37:24.354Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:37:24.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:37:24.355Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:37:24.355Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:37:33.902Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:37:33.902Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:38:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:38:24.353Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:38:24.354Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:38:24.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:38:24.355Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:38:24.355Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:38:33.902Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:38:33.904Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:39:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:39:24.353Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:39:24.353Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:39:24.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:39:24.355Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:39:24.355Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:39:33.914Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:39:33.915Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:40:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:40:24.353Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:40:24.354Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:40:24.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:40:24.356Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:40:24.356Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:40:33.903Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:40:33.904Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:41:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:41:24.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:41:24.354Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:41:24.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:41:24.355Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:41:24.356Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:41:33.906Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:41:33.906Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:42:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:42:24.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:42:24.354Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:42:24.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:42:24.355Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:42:24.355Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:42:33.902Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:42:33.903Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:43:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:43:24.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:43:24.354Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:43:24.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:43:24.355Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:43:24.355Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:43:33.900Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:43:33.901Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:44:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:44:24.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:44:24.354Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:44:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:44:24.355Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:44:24.355Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:44:33.898Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:44:33.899Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:45:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:45:24.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:45:24.354Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:45:24.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:45:24.355Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:45:24.355Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:45:33.909Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:45:33.910Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:46:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:46:24.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:46:24.354Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:46:24.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:46:24.355Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:46:24.355Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:46:33.901Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:46:33.902Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:47:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:47:24.353Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:47:24.355Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:47:24.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:47:24.355Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:47:24.355Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:47:33.905Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:47:33.905Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:48:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:48:24.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:48:24.354Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:48:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:48:24.355Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:48:24.355Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:48:33.905Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:48:33.907Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:49:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:49:24.353Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:49:24.354Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:49:24.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:49:24.355Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:49:24.355Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:49:33.913Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:49:33.914Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:50:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:50:24.353Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:50:24.354Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:50:24.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:50:24.355Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:50:24.355Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:50:33.898Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:50:33.901Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:51:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:51:24.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:51:24.354Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:51:24.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:51:24.355Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:51:24.355Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:51:33.904Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:51:33.905Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:52:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:52:24.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:52:24.354Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:52:24.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:52:24.355Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:52:24.355Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:52:33.901Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:52:33.901Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:53:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:53:24.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:53:24.354Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:53:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:53:24.356Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:53:24.356Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:53:33.901Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:53:33.901Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:54:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:54:24.353Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:54:24.353Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:54:24.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:54:24.355Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:54:24.355Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:54:33.898Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:54:33.898Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:55:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:55:24.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:55:24.354Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:55:24.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:55:24.355Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:55:24.355Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:55:33.906Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:55:33.906Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:56:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:56:24.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:56:24.354Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:56:24.355Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:56:24.355Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:56:24.356Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:56:33.901Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:56:33.901Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:57:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:57:24.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:57:24.354Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:57:24.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:57:24.355Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:57:24.355Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:57:33.900Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:57:33.901Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:58:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:58:24.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:58:24.354Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:58:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:58:24.355Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:58:24.355Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:58:33.904Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:58:33.904Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:59:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:59:24.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:59:24.354Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:59:24.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T03:59:24.355Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T03:59:24.355Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T03:59:33.903Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T03:59:33.904Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:00:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:00:24.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:00:24.354Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:00:24.355Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:00:24.355Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:00:24.355Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:00:33.899Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:00:33.904Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:01:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:01:24.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:01:24.354Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:01:24.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:01:24.355Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:01:24.355Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:01:33.900Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:01:33.901Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:02:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:02:24.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:02:24.354Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:02:24.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:02:24.355Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:02:24.356Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:02:33.905Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:02:33.905Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:03:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:03:24.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:03:24.354Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:03:24.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:03:24.355Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:03:24.356Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:03:33.912Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:03:33.911Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:04:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:04:24.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:04:24.354Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:04:24.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:04:24.355Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:04:24.355Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:04:33.900Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:04:33.902Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:05:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:05:24.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:05:24.354Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:05:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:05:24.356Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:05:24.356Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:05:33.910Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:05:33.912Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:06:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:06:24.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:06:24.354Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:06:24.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:06:24.355Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:06:24.355Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:06:33.901Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:06:33.903Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:07:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:07:24.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:07:24.354Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:07:24.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:07:24.355Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:07:24.356Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:07:33.900Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:07:33.905Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:08:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:08:24.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:08:24.354Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:08:24.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:08:24.355Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:08:24.355Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:08:33.904Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:08:33.905Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:09:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:09:24.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:09:24.354Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:09:24.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:09:24.355Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:09:24.355Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:09:33.904Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:09:33.904Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:10:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:10:24.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:10:24.354Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:10:24.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:10:24.355Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:10:24.356Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:10:33.902Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:10:33.905Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:11:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:11:24.353Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:11:24.354Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:11:24.355Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:11:24.356Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:11:24.356Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:11:33.903Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:11:33.906Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:12:24.353Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:12:24.354Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:12:24.354Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:12:24.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:12:24.355Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:12:24.355Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:12:33.901Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:12:33.906Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:13:24.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:13:24.354Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:13:24.354Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:13:24.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:13:24.356Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:13:24.356Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:13:33.901Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:13:33.901Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:14:24.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:14:24.354Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:14:24.354Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:14:24.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:14:24.355Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:14:24.356Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:14:33.901Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:14:33.905Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:15:24.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:15:24.353Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:15:24.354Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:15:24.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:15:24.355Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:15:24.355Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:15:33.902Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:15:33.902Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:16:24.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:16:24.354Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:16:24.354Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:16:24.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:16:24.356Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:16:24.356Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:16:33.903Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:16:33.905Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:17:24.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:17:24.354Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:17:24.354Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:17:24.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:17:24.355Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:17:24.355Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:17:33.905Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:17:33.906Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:18:24.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:18:24.354Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:18:24.354Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:18:24.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:18:24.356Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:18:24.356Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:18:33.899Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:18:33.913Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:19:24.353Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:19:24.354Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:19:24.354Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:19:24.355Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:19:24.355Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:19:24.355Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:19:33.903Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:19:33.903Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:20:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:20:24.353Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:20:24.354Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:20:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:20:24.356Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:20:24.356Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:20:33.900Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:20:33.902Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:21:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:21:24.354Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:21:24.354Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:21:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:21:24.356Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:21:24.356Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:21:33.903Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:21:33.903Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:22:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:22:24.354Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:22:24.354Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:22:24.355Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:22:24.355Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:22:24.355Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:22:33.903Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:22:33.905Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:23:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:23:24.354Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:23:24.354Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:23:24.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:23:24.355Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:23:24.356Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:23:33.905Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:23:33.905Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:24:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:24:24.354Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:24:24.354Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:24:24.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:24:24.356Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:24:24.356Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:24:33.900Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:24:33.902Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:25:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:25:24.354Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:25:24.354Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:25:24.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:25:24.355Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:25:24.356Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:25:33.900Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:25:33.906Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:26:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:26:24.354Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:26:24.354Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:26:24.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:26:24.356Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:26:24.356Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:26:33.906Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:26:33.906Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:27:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:27:24.354Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:27:24.354Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:27:24.355Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:27:24.355Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:27:24.356Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:27:33.901Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:27:33.916Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:28:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:28:24.354Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:28:24.354Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:28:24.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:28:24.355Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:28:24.355Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:28:33.903Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:28:33.905Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:29:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:29:24.354Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:29:24.354Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:29:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:29:24.355Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:29:24.356Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:29:33.901Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:29:33.906Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:30:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:30:24.354Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:30:24.354Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:30:24.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:30:24.355Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:30:24.355Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:30:33.899Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:30:33.900Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:31:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:31:24.354Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:31:24.354Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:31:24.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:31:24.355Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:31:24.355Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:31:33.899Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:31:33.900Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:32:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:32:24.354Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:32:24.354Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:32:24.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:32:24.355Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:32:24.355Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:32:33.915Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:32:33.916Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:33:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:33:24.354Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:33:24.354Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:33:24.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:33:24.356Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:33:24.356Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:33:33.900Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:33:33.906Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:34:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:34:24.353Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:34:24.354Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:34:24.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:34:24.355Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:34:24.355Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:34:33.898Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:34:33.900Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:35:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:35:24.354Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:35:24.354Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:35:24.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:35:24.355Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:35:24.355Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:35:33.907Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:35:33.912Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:36:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:36:24.354Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:36:24.354Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:36:24.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:36:24.356Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:36:24.356Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:36:33.900Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:36:33.902Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:37:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:37:24.353Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:37:24.354Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:37:24.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:37:24.355Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:37:24.355Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:37:33.901Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:37:33.903Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:38:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:38:24.354Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:38:24.354Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:38:24.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:38:24.355Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:38:24.355Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:38:33.907Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:38:33.908Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:39:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:39:24.353Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:39:24.354Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:39:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:39:24.355Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:39:24.355Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:39:33.903Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:39:33.903Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:40:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:40:24.354Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:40:24.354Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:40:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:40:24.356Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:40:24.356Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:40:33.898Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:40:33.903Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:41:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:41:24.354Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:41:24.354Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:41:24.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:41:24.355Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:41:24.355Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:41:33.901Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:41:33.901Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:42:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:42:24.354Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:42:24.354Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:42:24.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:42:24.355Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:42:24.355Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:42:33.911Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:42:33.911Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:43:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:43:24.354Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:43:24.354Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:43:24.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:43:24.356Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:43:24.356Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:43:33.898Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:43:33.901Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:44:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:44:24.354Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:44:24.354Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:44:24.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:44:24.356Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:44:24.356Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:44:33.902Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:44:33.904Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:45:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:45:24.354Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:45:24.354Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:45:24.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:45:24.355Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:45:24.356Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:45:33.902Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:45:33.904Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:46:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:46:24.354Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:46:24.354Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:46:24.355Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:46:24.355Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:46:24.355Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:46:33.904Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:46:33.905Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:47:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:47:24.354Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:47:24.354Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:47:24.355Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:47:24.355Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:47:24.355Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:47:33.907Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:47:33.908Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:48:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:48:24.354Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:48:24.354Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:48:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:48:24.355Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:48:24.355Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:48:33.904Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:48:33.904Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:49:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:49:24.354Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:49:24.354Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:49:24.355Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:49:24.356Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:49:24.356Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:49:33.900Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:49:33.901Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:50:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:50:24.354Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:50:24.354Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:50:24.355Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:50:24.355Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:50:24.355Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:50:33.902Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:50:33.903Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:51:24.353Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:51:24.354Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:51:24.354Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:51:24.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:51:24.355Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:51:24.355Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:51:24.617Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:51:24.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "aai-ml",
"timestamp": 1634014256263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "ves-openapi-manager",
"timestamp": 1634014259956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "policy-id",
"timestamp": 1634014263447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "clamp",
"timestamp": 1634014258224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "cds",
"timestamp": 1634014264962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "aai-ml",
"timestamp": 1634014256263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "ves-openapi-manager",
"timestamp": 1634014259956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "policy-id",
"timestamp": 1634014263447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "clamp",
"timestamp": 1634014258224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json",
"status": "NOTIFIED"
}
2021-10-12T04:51:24.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "cds",
"timestamp": 1634014264962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "aai-ml",
"timestamp": 1634014256263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "ves-openapi-manager",
"timestamp": 1634014259956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "policy-id",
"timestamp": 1634014263447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-12T04:51:24.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "clamp",
"timestamp": 1634014258224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "cds",
"timestamp": 1634014264962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "aai-ml",
"timestamp": 1634014256263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "ves-openapi-manager",
"timestamp": 1634014259956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "policy-id",
"timestamp": 1634014263447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "clamp",
"timestamp": 1634014258224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "cds",
"timestamp": 1634014264962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "aai-ml",
"timestamp": 1634014256263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "ves-openapi-manager",
"timestamp": 1634014259956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "policy-id",
"timestamp": 1634014263447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "clamp",
"timestamp": 1634014258224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "cds",
"timestamp": 1634014264962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "aai-ml",
"timestamp": 1634014256263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "ves-openapi-manager",
"timestamp": 1634014259956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "policy-id",
"timestamp": 1634014263447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "clamp",
"timestamp": 1634014258224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "cds",
"timestamp": 1634014264962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634014270723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "aai-ml",
"timestamp": 1634014256263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
"status": "NOTIFIED"
}
2021-10-12T04:51:24.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "ves-openapi-manager",
"timestamp": 1634014259956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "policy-id",
"timestamp": 1634014263447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
"status": "NOTIFIED"
}
2021-10-12T04:51:24.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "clamp",
"timestamp": 1634014258224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
"status": "NOTIFIED"
}
2021-10-12T04:51:24.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "cds",
"timestamp": 1634014264962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
"status": "NOTIFIED"
}
2021-10-12T04:51:24.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634014270723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json",
"status": "NOTIFIED"
}
2021-10-12T04:51:24.648Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "aai-ml",
"timestamp": 1634014272674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-12T04:51:24.648Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T04:51:24.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "policy-id",
"timestamp": 1634014272664,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-12T04:51:24.648Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T04:51:24.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "cds",
"timestamp": 1634014272779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-12T04:51:24.648Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T04:51:24.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634014270723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-12T04:51:24.648Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "policy-id",
"timestamp": 1634014273672,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-12T04:51:24.648Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T04:51:24.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "cds",
"timestamp": 1634014273790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-12T04:51:24.792Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ba71bc11-bf57-46a1-8338-044dea394cf9
2021-10-12T04:51:24.814Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba71bc11-bf57-46a1-8338-044dea394cf9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-12T04:51:24.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634014270723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "dcae-sch",
"timestamp": 1634014273945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "policy-id",
"timestamp": 1634014274677,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-12T04:51:24.855Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ba71bc11-bf57-46a1-8338-044dea394cf9
2021-10-12T04:51:24.855Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba71bc11-bf57-46a1-8338-044dea394cf9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-12T04:51:24.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.865Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634014270723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-12T04:51:24.866Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "dcae-sch",
"timestamp": 1634014273945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.866Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634014270723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.866Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "dcae-sch",
"timestamp": 1634014273945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.867Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634014270723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
"status": "NOTIFIED"
}
2021-10-12T04:51:24.867Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "dcae-sch",
"timestamp": 1634014273945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.867Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634014277823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.868Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.868Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "dcae-sch",
"timestamp": 1634014273945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.868Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.868Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634014278717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-12T04:51:24.868Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T04:51:24.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.868Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634014277823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.869Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "dcae-sch",
"timestamp": 1634014273945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.872Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634014280228,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-12T04:51:24.872Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T04:51:24.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634014277823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.873Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "dcae-sch",
"timestamp": 1634014273945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.874Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634014281454,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-12T04:51:24.874Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T04:51:24.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634014277823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.874Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634014277823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.874Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634014282952,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-12T04:51:24.880Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ba71bc11-bf57-46a1-8338-044dea394cf9
2021-10-12T04:51:24.880Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba71bc11-bf57-46a1-8338-044dea394cf9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-12T04:51:24.894Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.895Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634014277823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:24.895Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:51:24.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.895Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634014283957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json",
"status": "DEPLOY_OK"
}
2021-10-12T04:51:24.895Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T04:51:24.983Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:51:24.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-12T04:51:24.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"ba71bc11-bf57-46a1-8338-044dea394cf9","serviceName":"vFW 2021-10-12 04-48-18","serviceVersion":"1.0","serviceUUID":"9d3f65bd-0415-4a2d-805e-8e8562948585","serviceDescription":"catalog service description","serviceInvariantUUID":"8c0cb828-b618-4e47-975f-2af89f9f3a93","resources":[{"resourceInstanceName":"vFW 7da8e7b5-e573 0","resourceName":"vFW 7da8e7b5-e573","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"317d9290-bab0-49aa-a2f9-f7ae923df784","resourceInvariantUUID":"f759f794-c1ba-44a6-ad30-b3aa960cda54","resourceCustomizationUUID":"97b3d3e5-290a-42fb-b53b-2584ff136f36","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vf-license-model.xml","artifactChecksum":"OWVhMTk5MzRiMzU3ZmU4OWU0MDQyMWMxMWViZWZmYzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0b301881-dda2-4aee-a970-05327fdbbc00","artifactVersion":"1"},{"artifactName":"vfw7da8e7b5e5730_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json","artifactChecksum":"NzE0ZjdlNGRiYmRmMTcyYjAxZjQ1MjM2YjIwMDYwY2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6e5a793c-3820-401c-9ba3-f23ec9ffa610","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"156aeeed-c5d0-4ec6-bc2e-0f5231784d57","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vendor-license-model.xml","artifactChecksum":"MDJmMmNlMDNhMzhhMGMzYTcxOTlkYWUxMWQ4Nzg4NGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d7cdbc50-4241-4b29-8afb-f63bf1df4144","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2c3e8dda-eddc-4b4e-9583-3609df1921e3","artifactVersion":"2","generatedFromUUID":"156aeeed-c5d0-4ec6-bc2e-0f5231784d57"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211012044818-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-template.yml","artifactChecksum":"YmM2MTJhMzc3NTllZGJjYWVkYWRkNTc4MmNmNDgzZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4644a835-8b7f-4914-9ad9-7764320011f1","artifactVersion":"1"},{"artifactName":"service-Vfw20211012044818-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar","artifactChecksum":"YmFkMWFjZjdlNjdiYjEwNWEzZDNjZmUyYjBmMDRmNjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2c658edc-0ad1-4ffc-a83c-43167b2d7389","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-12T04:51:24.993Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T04:51:24.997Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:51:25.005Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:51:25.005Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014284353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:25.106Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-10-12T04:51:25.111Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-12T04:51:25.111Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:51:25.124Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:51:25.125Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:51:26.013Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T04:51:26.013Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:51:26.015Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:51:26.015Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014284353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json",
"status": "NOTIFIED"
}
2021-10-12T04:51:26.115Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:51:26.116Z||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-10-12T04:51:26.116Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:51:26.128Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:51:26.128Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:51:27.016Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T04:51:27.017Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:51:27.019Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:51:27.019Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014284353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-12T04:51:27.120Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-12T04:51:27.121Z||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-10-12T04:51:27.121Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:51:27.133Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:51:27.134Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:51:28.020Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T04:51:28.021Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:51:28.023Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:51:28.023Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014284353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:28.124Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:51:28.124Z||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-10-12T04:51:28.124Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:51:28.136Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:51:28.137Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:51:29.023Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T04:51:29.025Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:51:29.027Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:51:29.027Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014284353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-12T04:51:29.127Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:51:29.127Z||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-10-12T04:51:29.127Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:51:29.139Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:51:29.139Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:51:30.027Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T04:51:30.028Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:51:30.030Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:51:30.030Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014284353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:51:30.132Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-10-12T04:51:30.132Z||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-10-12T04:51:30.132Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:51:30.146Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:51:30.147Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:51:31.031Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T04:51:31.032Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:51:31.033Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:51:31.033Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014284353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
"status": "NOTIFIED"
}
2021-10-12T04:51:31.134Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:51:31.135Z||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-10-12T04:51:31.135Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:51:31.147Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:51:31.147Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-12T04:51:32.035Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"serviceName": "vFW 2021-10-12 04-48-18",
"serviceVersion": "1.0",
"serviceUUID": "9d3f65bd-0415-4a2d-805e-8e8562948585",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "8c0cb828-b618-4e47-975f-2af89f9f3a93",
"resources": [
{
"resourceInstanceName": "vFW 7da8e7b5-e573 0",
"resourceCustomizationUUID": "97b3d3e5-290a-42fb-b53b-2584ff136f36",
"resourceName": "vFW 7da8e7b5-e573",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "317d9290-bab0-49aa-a2f9-f7ae923df784",
"resourceInvariantUUID": "f759f794-c1ba-44a6-ad30-b3aa960cda54",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw7da8e7b5e5730_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json",
"artifactChecksum": "NzE0ZjdlNGRiYmRmMTcyYjAxZjQ1MjM2YjIwMDYwY2U\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6e5a793c-3820-401c-9ba3-f23ec9ffa610",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "156aeeed-c5d0-4ec6-bc2e-0f5231784d57",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2c3e8dda-eddc-4b4e-9583-3609df1921e3",
"generatedFromUUID": "156aeeed-c5d0-4ec6-bc2e-0f5231784d57"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2c3e8dda-eddc-4b4e-9583-3609df1921e3",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211012044818-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
"artifactChecksum": "YmFkMWFjZjdlNjdiYjEwNWEzZDNjZmUyYjBmMDRmNjg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2c658edc-0ad1-4ffc-a83c-43167b2d7389"
}
],
"workloadContext": "Production"
}
2021-10-12T04:51:32.036Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-12T04:51:32.036Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9d3f65bd-0415-4a2d-805e-8e8562948585 ASDC
2021-10-12T04:51:32.119Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:ba71bc11-bf57-46a1-8338-044dea394cf9
ServiceName:vFW 2021-10-12 04-48-18
ServiceVersion:1.0
ServiceUUID:9d3f65bd-0415-4a2d-805e-8e8562948585
ServiceInvariantUUID:8c0cb828-b618-4e47-975f-2af89f9f3a93
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211012044818-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar
ArtifactUUID:2c658edc-0ad1-4ffc-a83c-43167b2d7389
ArtifactChecksum:YmFkMWFjZjdlNjdiYjEwNWEzZDNjZmUyYjBmMDRmNjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7da8e7b5-e573 0
ResourceCustomizationUUID:97b3d3e5-290a-42fb-b53b-2584ff136f36
ResourceInvariantUUID:f759f794-c1ba-44a6-ad30-b3aa960cda54
ResourceName:vFW 7da8e7b5-e573
ResourceType:VF
ResourceUUID:317d9290-bab0-49aa-a2f9-f7ae923df784
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7da8e7b5e5730_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json
ArtifactUUID:6e5a793c-3820-401c-9ba3-f23ec9ffa610
ArtifactChecksum:NzE0ZjdlNGRiYmRmMTcyYjAxZjQ1MjM2YjIwMDYwY2U=
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/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml
ArtifactUUID:156aeeed-c5d0-4ec6-bc2e-0f5231784d57
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/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env
ArtifactUUID:2c3e8dda-eddc-4b4e-9583-3609df1921e3
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/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env
ArtifactUUID:2c3e8dda-eddc-4b4e-9583-3609df1921e3
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-12T04:51:32.119Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9d3f65bd-0415-4a2d-805e-8e8562948585 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-12T04:51:32.160Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-12T04:51:32.161Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-12T04:51:32.162Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-12T04:51:32.162Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2c658edc-0ad1-4ffc-a83c-43167b2d7389 from URL: /sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar
2021-10-12T04:51:32.162Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-12T04:51:32.173Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar
2021-10-12T04:51:32.336Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-12T04:51:32.353Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar 2c658edc-0ad1-4ffc-a83c-43167b2d7389 98754
2021-10-12T04:51:32.354Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar ASDC sendASDCNotification
2021-10-12T04:51:32.355Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar
2021-10-12T04:51:32.355Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-12T04:51:32.356Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:51:32.358Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:51:32.358Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014292354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-12T04:51:32.458Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:51:32.459Z||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-10-12T04:51:32.460Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:51:32.474Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:51:32.474Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:51:33.358Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-12T04:51:33.360Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-12T04:51:33.360Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 2c658edc-0ad1-4ffc-a83c-43167b2d7389, URL: /sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar to file: /app/ASDC/1/service-Vfw20211012044818-csar.csar
2021-10-12T04:51:33.360Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211012044818-csar.csar
2021-10-12T04:51:33.430Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211012044818-csar.csar
2021-10-12T04:51:33.431Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211012044818-csar.csar
2021-10-12T04:51:33.943Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2214543000956926802/Definitions/service-Vfw20211012044818-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
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
2021-10-12T04:51:36.732Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-12T04:51:36.739Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-12T04:51:36.739Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211012044818-csar.csar
2021-10-12T04:51:36.739Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-10-12T04:51:36.739Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211012044818-csar.csar
2021-10-12T04:51:36.739Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211012044818-csar.csar
2021-10-12T04:51:36.739Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211012044818-csar.csar
2021-10-12T04:51:36.740Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211012044818-csar.csar
2021-10-12T04:51:36.740Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211012044818-csar.csar
2021-10-12T04:51:36.740Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211012044818-csar.csar
2021-10-12T04:51:36.740Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211012044818-csar.csar
2021-10-12T04:51:36.740Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211012044818-csar.csar
2021-10-12T04:51:36.740Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7da8e7b5-e573 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-Vfw20211012044818-csar.csar
2021-10-12T04:51:36.740Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211012044818-csar.csar
2021-10-12T04:51:36.740Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211012044818-csar.csar
2021-10-12T04:51:36.740Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211012044818-csar.csar
2021-10-12T04:51:36.740Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211012044818-csar.csar
2021-10-12T04:51:36.741Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-12T04:51:36.748Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:51:36.750Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-12 04-48-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:51:36.755Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da8e7b5-e573 0 is matching search criteria
2021-10-12T04:51:36.755Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-12T04:51:36.757Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7da8e7b5-e573 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-12T04:51:36.759Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:51:36.759Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-12 04-48-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:51:36.759Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da8e7b5-e573 0 is matching search criteria
2021-10-12T04:51:36.759Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-12T04:51:36.760Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7da8e7b5-e573 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-12T04:51:36.760Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:51:36.760Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-12 04-48-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:51:36.765Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:51:36.765Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da8e7b5-e573 0 is not matching search criteria
2021-10-12T04:51:36.765Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-12T04:51:36.765Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-12T04:51:36.765Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-12T04:51:36.765Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-12T04:51:36.766Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-12T04:51:36.766Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-12T04:51:36.766Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-12T04:51:36.766Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-12T04:51:36.766Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-12T04:51:36.766Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-12T04:51:36.766Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-12T04:51:36.767Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-12T04:51:36.767Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-12T04:51:36.767Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-12T04:51:36.772Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-12T04:51:36.772Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-12T04:51:36.773Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:51:36.773Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-12 04-48-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-12T04:51:36.774Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:51:36.774Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da8e7b5-e573 0 is matching search criteria
2021-10-12T04:51:36.774Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7da8e7b5-e573 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T04:51:36.775Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:51:36.775Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da8e7b5-e573 0 is matching search criteria
2021-10-12T04:51:36.775Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7da8e7b5-e573 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T04:51:36.775Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:51:36.776Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da8e7b5-e573 0 is matching search criteria
2021-10-12T04:51:36.776Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7da8e7b5-e573 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T04:51:36.776Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:51:36.776Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da8e7b5-e573 0 is not matching search criteria
2021-10-12T04:51:36.776Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-12T04:51:36.776Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-12T04:51:36.777Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-12T04:51:36.777Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-12T04:51:36.777Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-12T04:51:36.777Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-12T04:51:36.777Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-12T04:51:36.777Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-12T04:51:36.778Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-12T04:51:36.778Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-12T04:51:36.778Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-12T04:51:36.778Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cfc764bd-c050-4002-9d64-ac105ffdb587
2021-10-12T04:51:36.778Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:51:36.778Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da8e7b5-e573 0 is not matching search criteria
2021-10-12T04:51:36.779Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-12T04:51:36.779Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-12T04:51:36.779Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-12T04:51:36.779Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-12T04:51:36.779Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-12T04:51:36.779Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-12T04:51:36.779Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-12T04:51:36.780Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-12T04:51:36.780Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-12T04:51:36.780Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-12T04:51:36.780Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-12T04:51:36.780Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-12T04:51:36.780Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c4e2703f-e374-4b08-84b2-1fefea44e7aa
2021-10-12T04:51:36.781Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:51:36.781Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da8e7b5-e573 0 is not matching search criteria
2021-10-12T04:51:36.781Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-12T04:51:36.781Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-12T04:51:36.781Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-12T04:51:36.781Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-12T04:51:36.782Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-12T04:51:36.782Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-12T04:51:36.782Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-12T04:51:36.782Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-12T04:51:36.782Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-12T04:51:36.782Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-12T04:51:36.782Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-12T04:51:36.783Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-12T04:51:36.783Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bb4f303a-db22-48c4-83b6-504cb87bb158
2021-10-12T04:51:36.783Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:51:36.783Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-12 04-48-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:51:36.783Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:51:36.783Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-12 04-48-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:51:36.784Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:51:36.784Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-12 04-48-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:51:36.784Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:51:36.784Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-12 04-48-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:51:36.784Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-10-12 04-48-18
Description:catalog service description
Model UUID:9d3f65bd-0415-4a2d-805e-8e8562948585
Model Version:NULL
Model InvariantUuid:8c0cb828-b618-4e47-975f-2af89f9f3a93
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 7da8e7b5-e573
Model UUID:efed1bce-420a-4731-a5d1-11dc0304e3d6
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f759f794-c1ba-44a6-ad30-b3aa960cda54
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:97b3d3e5-290a-42fb-b53b-2584ff136f36
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:5af7c37c-3679-4381-8547-ed4fc33aa336
ModelName:Vfw7da8e7b5E573..base_vfw..module-0
ModelUuid:fa792aff-fde1-478e-b3e9-69b2f3ca6416
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:cfc764bd-c050-4002-9d64-ac105ffdb587
ModelInvariantUuid:fd805a20-bfba-42e0-b281-5fa3b117dfd7
ModelName:vFW 7da8e7b5-e573-nodes.vfwCvfc
ModelUuid:9f7386b8-9f27-4019-9589-4695383653a9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:93b98239-6484-493e-b541-0e1257843051
ModelInvariantUuid:e7076752-14ab-4560-969a-36f21ed18542
ModelName:Vfw7da8e7b5E573.compute.nodes.heat.vfw
ModelUuid:c6e2b204-71fe-4bfb-afb6-3aec15c729ce
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c4e2703f-e374-4b08-84b2-1fefea44e7aa
ModelInvariantUuid:94930ffa-fc5c-4dfb-96e5-a8d754230abd
ModelName:vFW 7da8e7b5-e573-nodes.vsnCvfc
ModelUuid:ab7f8e9c-0d3e-4c14-b82a-f458b47378a8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:853d655c-882d-416f-980d-6f43bdd30451
ModelInvariantUuid:9335d9df-ffcb-486b-94bd-b91a2090a446
ModelName:Vfw7da8e7b5E573.compute.nodes.heat.vsn
ModelUuid:4b55e72c-b4d0-432c-a16b-d78650edc13f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:bb4f303a-db22-48c4-83b6-504cb87bb158
ModelInvariantUuid:d1567264-a8a4-4738-ba52-77a67fec37b7
ModelName:vFW 7da8e7b5-e573-nodes.vpgCvfc
ModelUuid:9c637469-0521-4f84-8d69-503b8b46c8a5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:5e14a49f-7a21-41fd-ad66-a7edc23124be
ModelInvariantUuid:49b2228e-8861-4999-b7af-349fc3c369a2
ModelName:Vfw7da8e7b5E573.compute.nodes.heat.vpg
ModelUuid:54f02d89-8265-4ba0-b5be-f08aa330c486
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-10-12T04:51:36.797Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 317d9290-bab0-49aa-a2f9-f7ae923df784
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-10-12T04:51:36.904Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||vFW 7da8e7b5-e573 0
2021-10-12T04:51:36.911Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 317d9290-bab0-49aa-a2f9-f7ae923df784
2021-10-12T04:51:36.912Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6e5a793c-3820-401c-9ba3-f23ec9ffa610 from URL: /sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json
2021-10-12T04:51:36.912Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-12T04:51:36.912Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json
2021-10-12T04:51:37.108Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-12T04:51:37.108Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json 6e5a793c-3820-401c-9ba3-f23ec9ffa610 785
2021-10-12T04:51:37.109Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json ASDC sendASDCNotification
2021-10-12T04:51:37.109Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json
2021-10-12T04:51:37.109Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-12T04:51:37.109Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:51:37.112Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:51:37.112Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014297109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-12T04:51:37.212Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:51:37.213Z||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-10-12T04:51:37.213Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:51:37.225Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:51:37.225Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:51:38.113Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7da8e7b5E573..base_vfw..module-0",
"vfModuleModelInvariantUUID": "5af7c37c-3679-4381-8547-ed4fc33aa336",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "fa792aff-fde1-478e-b3e9-69b2f3ca6416",
"vfModuleModelCustomizationUUID": "b3d4dfe6-c97c-44fb-8c20-7f6d703ee175",
"isBase": true,
"artifacts": [
"156aeeed-c5d0-4ec6-bc2e-0f5231784d57",
"2c3e8dda-eddc-4b4e-9583-3609df1921e3"
],
"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-10-12T04:51:38.128Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7da8e7b5E573..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fa792aff-fde1-478e-b3e9-69b2f3ca6416
VfModuleModelInvariantUUID:5af7c37c-3679-4381-8547-ed4fc33aa336
VfModuleModelDescription:NULL
Artifacts UUID List:{
156aeeed-c5d0-4ec6-bc2e-0f5231784d57
,
2c3e8dda-eddc-4b4e-9583-3609df1921e3
}
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-10-12T04:51:38.130Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7da8e7b5E573..base_vfw..module-0",
"vfModuleModelInvariantUUID": "5af7c37c-3679-4381-8547-ed4fc33aa336",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "fa792aff-fde1-478e-b3e9-69b2f3ca6416",
"vfModuleModelCustomizationUUID": "b3d4dfe6-c97c-44fb-8c20-7f6d703ee175",
"isBase": true,
"artifacts": [
"156aeeed-c5d0-4ec6-bc2e-0f5231784d57",
"2c3e8dda-eddc-4b4e-9583-3609df1921e3"
],
"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-10-12T04:51:38.130Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7da8e7b5E573..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fa792aff-fde1-478e-b3e9-69b2f3ca6416
VfModuleModelInvariantUUID:5af7c37c-3679-4381-8547-ed4fc33aa336
VfModuleModelDescription:NULL
Artifacts UUID List:{
156aeeed-c5d0-4ec6-bc2e-0f5231784d57
,
2c3e8dda-eddc-4b4e-9583-3609df1921e3
}
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-10-12T04:51:38.130Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 156aeeed-c5d0-4ec6-bc2e-0f5231784d57 from URL: /sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml
2021-10-12T04:51:38.130Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-12T04:51:38.130Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml
2021-10-12T04:51:38.216Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-12T04:51:38.217Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml 156aeeed-c5d0-4ec6-bc2e-0f5231784d57 20368
2021-10-12T04:51:38.217Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-12T04:51:38.217Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml
2021-10-12T04:51:38.217Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-12T04:51:38.218Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:51:38.219Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:51:38.220Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014298217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-12T04:51:38.320Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:51:38.321Z||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-10-12T04:51:38.321Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:51:38.334Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:51:38.334Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:51:39.220Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2c3e8dda-eddc-4b4e-9583-3609df1921e3 from URL: /sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env
2021-10-12T04:51:39.221Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-12T04:51:39.221Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env
2021-10-12T04:51:39.452Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-12T04:51:39.453Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env 2c3e8dda-eddc-4b4e-9583-3609df1921e3 2098
2021-10-12T04:51:39.453Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-12T04:51:39.453Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env
2021-10-12T04:51:39.453Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-12T04:51:39.454Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:51:39.456Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:51:39.456Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014299453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-12T04:51:39.557Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-12T04:51:39.557Z||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-10-12T04:51:39.557Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:51:39.569Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:51:39.570Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-12T04:51:40.457Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 9d3f65bd-0415-4a2d-805e-8e8562948585
2021-10-12T04:51:40.458Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7da8e7b5-e573 0 317d9290-bab0-49aa-a2f9-f7ae923df784 ASDC
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 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 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-10-12T04:51:40.527Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@594c178e, org.onap.sdc.toscaparser.api.parameters.Input@32debeab, org.onap.sdc.toscaparser.api.parameters.Input@153e79, org.onap.sdc.toscaparser.api.parameters.Input@69b91a02, org.onap.sdc.toscaparser.api.parameters.Input@507090dc]
2021-10-12T04:51:40.530Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:51:40.530Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-12 04-48-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:51:40.531Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2021-10-12T04:51:40.531Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 97b3d3e5-290a-42fb-b53b-2584ff136f36
2021-10-12T04:51:40.531Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 97b3d3e5-290a-42fb-b53b-2584ff136f36 matches Tosca VF Customization UUID: 97b3d3e5-290a-42fb-b53b-2584ff136f36
2021-10-12T04:51:40.531Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 97b3d3e5-290a-42fb-b53b-2584ff136f36 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-12T04:51:40.539Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:51:40.539Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-12 04-48-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:51:40.540Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 97b3d3e5-290a-42fb-b53b-2584ff136f36: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-10-12T04:51:40.540Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6103dbe3
2021-10-12T04:51:40.540Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:51:40.541Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-12 04-48-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-12T04:51:40.541Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b3d4dfe6-c97c-44fb-8c20-7f6d703ee175
2021-10-12T04:51:40.542Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b3d4dfe6-c97c-44fb-8c20-7f6d703ee175
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-12T04:51:40.547Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:51:40.547Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da8e7b5-e573 0 is matching search criteria
2021-10-12T04:51:40.547Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7da8e7b5-e573 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T04:51:40.548Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:51:40.548Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da8e7b5-e573 0 is matching search criteria
2021-10-12T04:51:40.548Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7da8e7b5-e573 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T04:51:40.548Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:51:40.548Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da8e7b5-e573 0 is not matching search criteria
2021-10-12T04:51:40.549Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-12T04:51:40.549Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-12T04:51:40.549Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-12T04:51:40.549Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-12T04:51:40.549Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-12T04:51:40.549Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-12T04:51:40.549Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-12T04:51:40.549Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-12T04:51:40.550Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-12T04:51:40.550Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-12T04:51:40.550Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-12T04:51:40.550Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cfc764bd-c050-4002-9d64-ac105ffdb587
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-12T04:51:40.557Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:51:40.557Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da8e7b5-e573 0 is matching search criteria
2021-10-12T04:51:40.558Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7da8e7b5-e573 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T04:51:40.558Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:51:40.558Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da8e7b5-e573 0 is not matching search criteria
2021-10-12T04:51:40.558Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-12T04:51:40.558Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-12T04:51:40.558Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-12T04:51:40.558Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-12T04:51:40.558Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-12T04:51:40.558Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-12T04:51:40.559Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-12T04:51:40.559Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-12T04:51:40.559Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-12T04:51:40.559Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-12T04:51:40.559Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-12T04:51:40.559Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-12T04:51:40.559Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c4e2703f-e374-4b08-84b2-1fefea44e7aa
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-12T04:51:40.561Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:51:40.561Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da8e7b5-e573 0 is matching search criteria
2021-10-12T04:51:40.562Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7da8e7b5-e573 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T04:51:40.573Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:51:40.573Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da8e7b5-e573 0 is not matching search criteria
2021-10-12T04:51:40.573Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-12T04:51:40.573Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-12T04:51:40.573Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-12T04:51:40.573Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-12T04:51:40.574Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-12T04:51:40.574Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-12T04:51:40.574Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-12T04:51:40.574Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-12T04:51:40.574Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-12T04:51:40.574Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-12T04:51:40.574Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-12T04:51:40.574Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-12T04:51:40.575Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bb4f303a-db22-48c4-83b6-504cb87bb158
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-12T04:51:40.577Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:51:40.577Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da8e7b5-e573 0 is matching search criteria
2021-10-12T04:51:40.578Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7da8e7b5-e573 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T04:51:40.578Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:51:40.578Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Node template vFW 7da8e7b5-e573 0 is matching search criteria
2021-10-12T04:51:40.578Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7da8e7b5-e573 0] matching following query criteria: sdcType=VF, customizationUUID=97b3d3e5-290a-42fb-b53b-2584ff136f36
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-10-12T04:51:40.580Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:51:40.581Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-12 04-48-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:51:40.581Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 9d3f65bd-0415-4a2d-805e-8e8562948585: vFW 7da8e7b5-e573
2021-10-12T04:51:40.581Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:51:40.581Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-12 04-48-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:51:40.581Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:51:40.581Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-12 04-48-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:51:40.581Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:51:40.581Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-12 04-48-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:51:40.581Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:51:40.581Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-12 04-48-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:51:40.582Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:51:40.582Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-10-12 04-48-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:51:40.582Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-10-12 04-48-18
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-12T04:51:40.854Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7da8e7b5-e573 317d9290-bab0-49aa-a2f9-f7ae923df784 1 ASDC deployResourceStructure
2021-10-12T04:51:40.855Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json ASDC sendASDCNotification
2021-10-12T04:51:40.855Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json
2021-10-12T04:51:40.855Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-12T04:51:40.855Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:51:40.858Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:51:40.858Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014300855,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json",
"status": "DEPLOY_OK"
}
2021-10-12T04:51:40.958Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:51:40.959Z||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-10-12T04:51:40.959Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:51:40.972Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:51:40.973Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:51:41.859Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-12T04:51:41.860Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml
2021-10-12T04:51:41.860Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-12T04:51:41.860Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:51:41.863Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:51:41.863Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014301859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-10-12T04:51:41.963Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:51:41.965Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-12T04:51:41.965Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:51:41.995Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:51:41.996Z||pool-15-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:51:42.864Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-12T04:51:42.864Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env
2021-10-12T04:51:42.864Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-12T04:51:42.865Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:51:42.866Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:51:42.866Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014302864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-10-12T04:51:42.967Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:51:42.968Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-12T04:51:42.968Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:51:42.981Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:51:42.982Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:51:43.868Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar ASDC sendASDCNotification
2021-10-12T04:51:43.868Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar
2021-10-12T04:51:43.868Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-12T04:51:43.868Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:51:43.870Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:51:43.870Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014303867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-12T04:51:43.971Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:51:43.971Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-12T04:51:43.972Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:51:43.983Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:51:43.983Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:51:44.872Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba71bc11-bf57-46a1-8338-044dea394cf9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-12T04:51:44.890Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba71bc11-bf57-46a1-8338-044dea394cf9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-12T04:51:44.892Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T04:51:44.892Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-12T04:51:44.892Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-12T04:52:14.893Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba71bc11-bf57-46a1-8338-044dea394cf9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-12T04:52:14.905Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba71bc11-bf57-46a1-8338-044dea394cf9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-12T04:52:14.908Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T04:52:14.908Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-12T04:52:14.909Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-12T04:52:24.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:52:24.355Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:52:24.356Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:52:24.383Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:52:24.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:52:24.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634014277823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
"status": "NOTIFIED"
}
2021-10-12T04:52:24.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:52:44.909Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba71bc11-bf57-46a1-8338-044dea394cf9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-12T04:52:44.926Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba71bc11-bf57-46a1-8338-044dea394cf9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-12T04:52:44.929Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T04:52:44.929Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-12T04:52:44.929Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-12T04:53:14.930Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba71bc11-bf57-46a1-8338-044dea394cf9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-12T04:53:14.945Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba71bc11-bf57-46a1-8338-044dea394cf9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-12T04:53:14.949Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T04:53:14.949Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-12T04:53:14.949Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-12T04:53:24.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:53:24.356Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:53:24.356Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:53:24.883Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:53:24.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.885Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014284353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:53:24.887Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:53:24.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634014285839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-12T04:53:24.887Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T04:53:24.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014284353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json",
"status": "NOTIFIED"
}
2021-10-12T04:53:24.887Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:53:24.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014284353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-12T04:53:24.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:53:24.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014284353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:53:24.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:53:24.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014284353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-12T04:53:24.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:53:24.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "clamp",
"timestamp": 1634014289748,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-12T04:53:24.889Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T04:53:24.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014284353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:53:24.889Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:53:24.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634014290586,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-12T04:53:24.890Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T04:53:24.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014284353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
"status": "NOTIFIED"
}
2021-10-12T04:53:24.890Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-12T04:53:24.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "aai-ml",
"timestamp": 1634014291526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-12T04:53:24.890Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T04:53:24.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634014291591,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-12T04:53:24.899Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ba71bc11-bf57-46a1-8338-044dea394cf9
2021-10-12T04:53:24.900Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba71bc11-bf57-46a1-8338-044dea394cf9 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-12T04:53:24.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "clamp",
"timestamp": 1634014291759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-12T04:53:24.910Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T04:53:24.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014292354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-12T04:53:24.910Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T04:53:24.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "aai-ml",
"timestamp": 1634014292531,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-12T04:53:24.917Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ba71bc11-bf57-46a1-8338-044dea394cf9
2021-10-12T04:53:24.918Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba71bc11-bf57-46a1-8338-044dea394cf9 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-12T04:53:24.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.926Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "clamp",
"timestamp": 1634014292762,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-12T04:53:24.932Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ba71bc11-bf57-46a1-8338-044dea394cf9
2021-10-12T04:53:24.932Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ba71bc11-bf57-46a1-8338-044dea394cf9 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-12T04:53:24.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014297109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-12T04:53:24.942Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T04:53:24.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014298217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-12T04:53:24.943Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T04:53:24.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014299453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-12T04:53:24.943Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T04:53:24.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014300855,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/vfw7da8e7b5e5730_modules.json",
"status": "DEPLOY_OK"
}
2021-10-12T04:53:24.943Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T04:53:24.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014301859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-10-12T04:53:24.944Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T04:53:24.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014302864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/resourceInstances/vfw7da8e7b5e5730/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-10-12T04:53:24.944Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T04:53:24.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:53:24.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014303867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211012044818/1.0/artifacts/service-Vfw20211012044818-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-12T04:53:24.945Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T04:53:44.950Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ba71bc11-bf57-46a1-8338-044dea394cf9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-12T04:53:44.964Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ba71bc11-bf57-46a1-8338-044dea394cf9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-12T04:53:44.967Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T04:53:44.967Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-12T04:53:44.967Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-12T04:53:44.968Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-12T04:53:44.968Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-12T04:53:44.968Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-12T04:53:44.968Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-12T04:53:44.968Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-12T04:53:44.968Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-12T04:53:44.968Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-12T04:53:44.968Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-12T04:53:44.974Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-12T04:54:14.974Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ba71bc11-bf57-46a1-8338-044dea394cf9 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-12T04:54:14.982Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ba71bc11-bf57-46a1-8338-044dea394cf9 and serviceModelVersionId: 9d3f65bd-0415-4a2d-805e-8e8562948585
2021-10-12T04:54:14.982Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8c0cb828-b618-4e47-975f-2af89f9f3a93
2021-10-12T04:54:24.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:54:24.355Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:54:24.355Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:54:27.465Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8c0cb828-b618-4e47-975f-2af89f9f3a93/model-vers/model-ver/9d3f65bd-0415-4a2d-805e-8e8562948585?depth=0
2021-10-12T04:54:27.565Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-10-12T04:54:28.208Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8c0cb828-b618-4e47-975f-2af89f9f3a93/model-vers/model-ver/9d3f65bd-0415-4a2d-805e-8e8562948585?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-10-12T04:54:28.213Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8c0cb828-b618-4e47-975f-2af89f9f3a93/model-vers/model-ver/9d3f65bd-0415-4a2d-805e-8e8562948585?depth=0|INFO|500||Invoke
2021-10-12T04:54:28.401Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8c0cb828-b618-4e47-975f-2af89f9f3a93/model-vers/model-ver/9d3f65bd-0415-4a2d-805e-8e8562948585?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-12T04:54:28.819Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8c0cb828-b618-4e47-975f-2af89f9f3a93/model-vers/model-ver/9d3f65bd-0415-4a2d-805e-8e8562948585?depth=0|INFO|500||InvokeReturn
2021-10-12T04:54:28.820Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8c0cb828-b618-4e47-975f-2af89f9f3a93/model-vers/model-ver/9d3f65bd-0415-4a2d-805e-8e8562948585?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211012-04:54:28:417-69209], vertex-id=[356376], Content-Length=[0], Date=[Tue, 12 Oct 2021 04:54:28 GMT], Content-Type=[application/json]}
2021-10-12T04:54:28.820Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-10-12T04:54:28.823Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-12T04:54:28.824Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
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-10-12T04:54:28.828Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-12T04:54:28.834Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ba71bc11-bf57-46a1-8338-044dea394cf9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-12T04:54:28.835Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-12T04:54:28.835Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:54:28.837Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:54:28.837Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014468834,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-12T04:54:28.938Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-12T04:54:28.939Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-12T04:54:28.939Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:54:28.953Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:54:28.954Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:54:29.570Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:54:29.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-12T04:54:29.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ba71bc11-bf57-46a1-8338-044dea394cf9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014468834,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-12T04:54:29.572Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-12T04:54:29.854Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:54:29.855Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:54:29.855Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:54:40.068Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:54:40.069Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:54:40.069Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:54:40.069Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:54:49.619Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:54:49.620Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:54:49.620Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:54:49.620Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:54:59.167Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:55:24.353Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:55:24.354Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:55:24.355Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:55:24.354Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:55:24.356Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:55:24.356Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:55:33.904Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:55:33.915Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:56:24.353Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:56:24.354Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:56:24.354Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:56:24.355Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:56:24.355Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:56:24.356Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:56:33.901Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:56:33.903Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:57:24.353Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:57:24.354Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:57:24.354Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:57:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:57:24.355Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:57:24.355Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:57:32.805Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:57:32.806Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-12T04:57:32.806Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"60ffdea8-5d5c-4e05-81e9-76596e732103","serviceName":"basic_onboard_tjVArE","serviceVersion":"1.0","serviceUUID":"43ceed86-123d-440c-9a08-89ba0fcb5a11","serviceDescription":"service","serviceInvariantUUID":"7f7914fd-8424-4cc5-9049-b4fefb6d1b23","resources":[{"resourceInstanceName":"basic_onboard_tjVArE 0","resourceName":"basic_onboard_tjVArE","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"52e32d1d-bd42-49c2-88c7-14b678b9c954","resourceInvariantUUID":"e0449019-6568-412a-b396-0f1218990091","resourceCustomizationUUID":"6a36ab05-24bf-414f-9409-18b97725fdf8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vf-license-model.xml","artifactChecksum":"YmFiMDRjZWNkYzgzM2JkY2JhOGIxYzQwY2Y1YjZkM2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9e16662d-56b5-4956-874c-65e3e352cd0d","artifactVersion":"1"},{"artifactName":"basic_onboard_tjvare0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json","artifactChecksum":"YzBkNzgyZDcxYjU4N2Y5NzhkMDliMDRhMjAzZjRlMzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8b16e746-3ea4-4296-bce0-7217a7ebcbd0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"51babdda-dc3d-4864-a9aa-9b31588c4c98","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"63b1846f-4bab-464a-b51e-e4cc53b9f316","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ad0e56c3-9708-4c65-ba67-d5aeeab5713d","artifactVersion":"2","generatedFromUUID":"51babdda-dc3d-4864-a9aa-9b31588c4c98"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardTjvare-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-template.yml","artifactChecksum":"ZWMxZWUxMjE2NDA3MTljYjI2NTcwOWQ4ZTk3OGE0ZDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d680444d-4c29-41ce-bfc3-ba58aa84ea8c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardTjvare-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar","artifactChecksum":"ZjU4MDU0ZWMzMGZkYjg5YTRlN2JlODc3OWE5ODFhOTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"573a03b3-7cf2-422a-bdb3-553b7daec59a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-12T04:57:32.809Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T04:57:32.810Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:57:32.812Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:57:32.812Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014644353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:57:32.912Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:57:32.912Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-12T04:57:32.913Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:57:32.924Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:57:32.924Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-12T04:57:33.040Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:57:33.040Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T04:57:33.040Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014644353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:57:33.041Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T04:57:33.812Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T04:57:33.813Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:57:33.815Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:57:33.815Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014644353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json",
"status": "NOTIFIED"
}
2021-10-12T04:57:33.915Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:57:33.916Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-12T04:57:33.916Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:57:33.926Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:57:33.926Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:57:34.815Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T04:57:34.817Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:57:34.819Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:57:34.819Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014644353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-12T04:57:34.920Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-12T04:57:34.921Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-12T04:57:34.921Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:57:34.931Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:57:34.931Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:57:35.820Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T04:57:35.821Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:57:35.823Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:57:35.823Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014644353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:57:35.924Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-12T04:57:35.925Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-12T04:57:35.925Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:57:35.934Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:57:35.934Z||pool-22-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:57:36.824Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T04:57:36.825Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:57:36.826Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:57:36.826Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014644353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-12T04:57:36.927Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-12T04:57:36.927Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-12T04:57:36.927Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:57:36.940Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:57:36.940Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:57:37.827Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T04:57:37.828Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:57:37.830Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:57:37.830Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014644353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:57:37.930Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:57:37.931Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-12T04:57:37.931Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:57:37.948Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:57:37.949Z||pool-24-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-10-12T04:57:38.830Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T04:57:38.831Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:57:38.834Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:57:38.835Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014644353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
"status": "NOTIFIED"
}
2021-10-12T04:57:38.935Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:57:38.936Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-12T04:57:38.936Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:57:38.948Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:57:38.949Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-12T04:57:39.837Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"serviceName": "basic_onboard_tjVArE",
"serviceVersion": "1.0",
"serviceUUID": "43ceed86-123d-440c-9a08-89ba0fcb5a11",
"serviceDescription": "service",
"serviceInvariantUUID": "7f7914fd-8424-4cc5-9049-b4fefb6d1b23",
"resources": [
{
"resourceInstanceName": "basic_onboard_tjVArE 0",
"resourceCustomizationUUID": "6a36ab05-24bf-414f-9409-18b97725fdf8",
"resourceName": "basic_onboard_tjVArE",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "52e32d1d-bd42-49c2-88c7-14b678b9c954",
"resourceInvariantUUID": "e0449019-6568-412a-b396-0f1218990091",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_tjvare0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json",
"artifactChecksum": "YzBkNzgyZDcxYjU4N2Y5NzhkMDliMDRhMjAzZjRlMzY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8b16e746-3ea4-4296-bce0-7217a7ebcbd0",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "51babdda-dc3d-4864-a9aa-9b31588c4c98",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ad0e56c3-9708-4c65-ba67-d5aeeab5713d",
"generatedFromUUID": "51babdda-dc3d-4864-a9aa-9b31588c4c98"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ad0e56c3-9708-4c65-ba67-d5aeeab5713d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardTjvare-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
"artifactChecksum": "ZjU4MDU0ZWMzMGZkYjg5YTRlN2JlODc3OWE5ODFhOTI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "573a03b3-7cf2-422a-bdb3-553b7daec59a"
}
],
"workloadContext": "Production"
}
2021-10-12T04:57:39.837Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-12T04:57:39.837Z|ba71bc11-bf57-46a1-8338-044dea394cf9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 43ceed86-123d-440c-9a08-89ba0fcb5a11 ASDC
2021-10-12T04:57:39.838Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:60ffdea8-5d5c-4e05-81e9-76596e732103
ServiceName:basic_onboard_tjVArE
ServiceVersion:1.0
ServiceUUID:43ceed86-123d-440c-9a08-89ba0fcb5a11
ServiceInvariantUUID:7f7914fd-8424-4cc5-9049-b4fefb6d1b23
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardTjvare-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar
ArtifactUUID:573a03b3-7cf2-422a-bdb3-553b7daec59a
ArtifactChecksum:ZjU4MDU0ZWMzMGZkYjg5YTRlN2JlODc3OWE5ODFhOTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_tjVArE 0
ResourceCustomizationUUID:6a36ab05-24bf-414f-9409-18b97725fdf8
ResourceInvariantUUID:e0449019-6568-412a-b396-0f1218990091
ResourceName:basic_onboard_tjVArE
ResourceType:VF
ResourceUUID:52e32d1d-bd42-49c2-88c7-14b678b9c954
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_tjvare0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json
ArtifactUUID:8b16e746-3ea4-4296-bce0-7217a7ebcbd0
ArtifactChecksum:YzBkNzgyZDcxYjU4N2Y5NzhkMDliMDRhMjAzZjRlMzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml
ArtifactUUID:51babdda-dc3d-4864-a9aa-9b31588c4c98
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env
ArtifactUUID:ad0e56c3-9708-4c65-ba67-d5aeeab5713d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env
ArtifactUUID:ad0e56c3-9708-4c65-ba67-d5aeeab5713d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-12T04:57:39.838Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 43ceed86-123d-440c-9a08-89ba0fcb5a11 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-10-12T04:57:39.876Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-12T04:57:39.877Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-12T04:57:39.877Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-12T04:57:39.877Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 573a03b3-7cf2-422a-bdb3-553b7daec59a from URL: /sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar
2021-10-12T04:57:39.878Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-12T04:57:39.878Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar
2021-10-12T04:57:40.613Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-12T04:57:40.617Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar 573a03b3-7cf2-422a-bdb3-553b7daec59a 71365
2021-10-12T04:57:40.618Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar ASDC sendASDCNotification
2021-10-12T04:57:40.618Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar
2021-10-12T04:57:40.618Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-12T04:57:40.618Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:57:40.620Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:57:40.620Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014660617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-12T04:57:40.720Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:57:40.721Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-12T04:57:40.721Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:57:40.732Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:57:40.732Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:57:41.621Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-12T04:57:41.622Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-12T04:57:41.622Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 573a03b3-7cf2-422a-bdb3-553b7daec59a, URL: /sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar to file: /app/ASDC/1/service-BasicOnboardTjvare-csar.csar
2021-10-12T04:57:41.623Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardTjvare-csar.csar
2021-10-12T04:57:41.623Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardTjvare-csar.csar
2021-10-12T04:57:41.623Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardTjvare-csar.csar
2021-10-12T04:57:41.978Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2436169059503965850/Definitions/service-BasicOnboardTjvare-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-10-12T04:57:43.285Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-12T04:57:43.285Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-12T04:57:43.285Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardTjvare-csar.csar
2021-10-12T04:57:43.285Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-12T04:57:43.286Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardTjvare-csar.csar
2021-10-12T04:57:43.286Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTjvare-csar.csar
2021-10-12T04:57:43.286Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_tjVArE 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardTjvare-csar.csar
2021-10-12T04:57:43.286Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTjvare-csar.csar
2021-10-12T04:57:43.286Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTjvare-csar.csar
2021-10-12T04:57:43.286Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardTjvare-csar.csar
2021-10-12T04:57:43.286Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardTjvare-csar.csar
2021-10-12T04:57:43.286Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTjvare-csar.csar
2021-10-12T04:57:43.286Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardTjvare-csar.csar
2021-10-12T04:57:43.286Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-12T04:57:43.286Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:57:43.286Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_tjVArE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:57:43.286Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_tjVArE 0 is matching search criteria
2021-10-12T04:57:43.287Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-12T04:57:43.287Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_tjVArE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-12T04:57:43.287Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:57:43.287Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_tjVArE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:57:43.287Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_tjVArE 0 is matching search criteria
2021-10-12T04:57:43.287Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-12T04:57:43.287Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_tjVArE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-12T04:57:43.287Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:57:43.287Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_tjVArE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:57:43.288Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:57:43.288Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_tjVArE 0 is not matching search criteria
2021-10-12T04:57:43.288Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-12T04:57:43.288Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-12T04:57:43.288Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-12T04:57:43.288Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-12T04:57:43.288Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-12T04:57:43.288Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:57:43.288Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_tjVArE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-12T04:57:43.288Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:57:43.289Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_tjVArE 0 is matching search criteria
2021-10-12T04:57:43.289Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_tjVArE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T04:57:43.289Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:57:43.289Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_tjVArE 0 is matching search criteria
2021-10-12T04:57:43.289Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_tjVArE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T04:57:43.289Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:57:43.289Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_tjVArE 0 is matching search criteria
2021-10-12T04:57:43.289Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_tjVArE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T04:57:43.290Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:57:43.290Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_tjVArE 0 is not matching search criteria
2021-10-12T04:57:43.290Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-12T04:57:43.290Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-12T04:57:43.290Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3caf3286-ec56-46c7-a888-9718c37deae8
2021-10-12T04:57:43.290Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:57:43.290Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_tjVArE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:57:43.290Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:57:43.290Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_tjVArE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:57:43.291Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:57:43.291Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_tjVArE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:57:43.291Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:57:43.291Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_tjVArE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:57:43.291Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_tjVArE
Description:service
Model UUID:43ceed86-123d-440c-9a08-89ba0fcb5a11
Model Version:NULL
Model InvariantUuid:7f7914fd-8424-4cc5-9049-b4fefb6d1b23
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_tjVArE
Model UUID:5fbeebcd-6dcb-40a1-91b1-922ba6fde973
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e0449019-6568-412a-b396-0f1218990091
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:6a36ab05-24bf-414f-9409-18b97725fdf8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:7e98116a-5dec-490c-984d-7db287c740bd
ModelName:BasicOnboardTjvare..base_ubuntu18..module-0
ModelUuid:bd7c2b4c-938d-4f75-9745-c1ce4c5dfc0e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:3caf3286-ec56-46c7-a888-9718c37deae8
ModelInvariantUuid:2f5e00a5-c34c-46c1-8177-c208c6e6a385
ModelName:basic_onboard_tjVArE-nodes.ubuntu18Cvfc
ModelUuid:cb40cd8f-8f32-4878-82c4-ab6f9bda8731
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:a3d26e6e-9265-4c89-acc3-d815030769bb
ModelInvariantUuid:fd01af97-fc87-47b4-8cf5-e1c18fbe55a4
ModelName:BasicOnboardTjvare.compute.nodes.heat.ubuntu18
ModelUuid:62830e06-03c2-4c29-9f25-e9947fba7fdb
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-10-12T04:57:43.297Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 52e32d1d-bd42-49c2-88c7-14b678b9c954
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-10-12T04:57:43.300Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||basic_onboard_tjVArE 0
2021-10-12T04:57:43.300Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 52e32d1d-bd42-49c2-88c7-14b678b9c954
2021-10-12T04:57:43.300Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8b16e746-3ea4-4296-bce0-7217a7ebcbd0 from URL: /sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json
2021-10-12T04:57:43.300Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-12T04:57:43.300Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json
2021-10-12T04:57:43.445Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-12T04:57:43.445Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json 8b16e746-3ea4-4296-bce0-7217a7ebcbd0 798
2021-10-12T04:57:43.445Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json ASDC sendASDCNotification
2021-10-12T04:57:43.446Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json
2021-10-12T04:57:43.446Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-12T04:57:43.446Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:57:43.449Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:57:43.449Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014663445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-12T04:57:43.549Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:57:43.549Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-12T04:57:43.549Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:57:43.562Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:57:43.562Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:57:44.449Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardTjvare..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "7e98116a-5dec-490c-984d-7db287c740bd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bd7c2b4c-938d-4f75-9745-c1ce4c5dfc0e",
"vfModuleModelCustomizationUUID": "f9603544-13b8-460b-99bd-9dc605c61554",
"isBase": true,
"artifacts": [
"51babdda-dc3d-4864-a9aa-9b31588c4c98",
"ad0e56c3-9708-4c65-ba67-d5aeeab5713d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-10-12T04:57:44.454Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTjvare..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bd7c2b4c-938d-4f75-9745-c1ce4c5dfc0e
VfModuleModelInvariantUUID:7e98116a-5dec-490c-984d-7db287c740bd
VfModuleModelDescription:NULL
Artifacts UUID List:{
51babdda-dc3d-4864-a9aa-9b31588c4c98
,
ad0e56c3-9708-4c65-ba67-d5aeeab5713d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
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-10-12T04:57:44.456Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardTjvare..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "7e98116a-5dec-490c-984d-7db287c740bd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bd7c2b4c-938d-4f75-9745-c1ce4c5dfc0e",
"vfModuleModelCustomizationUUID": "f9603544-13b8-460b-99bd-9dc605c61554",
"isBase": true,
"artifacts": [
"51babdda-dc3d-4864-a9aa-9b31588c4c98",
"ad0e56c3-9708-4c65-ba67-d5aeeab5713d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-10-12T04:57:44.456Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTjvare..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bd7c2b4c-938d-4f75-9745-c1ce4c5dfc0e
VfModuleModelInvariantUUID:7e98116a-5dec-490c-984d-7db287c740bd
VfModuleModelDescription:NULL
Artifacts UUID List:{
51babdda-dc3d-4864-a9aa-9b31588c4c98
,
ad0e56c3-9708-4c65-ba67-d5aeeab5713d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
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-10-12T04:57:44.457Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 51babdda-dc3d-4864-a9aa-9b31588c4c98 from URL: /sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml
2021-10-12T04:57:44.457Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-12T04:57:44.457Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml
2021-10-12T04:57:44.649Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-12T04:57:44.649Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml 51babdda-dc3d-4864-a9aa-9b31588c4c98 5033
2021-10-12T04:57:44.649Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-12T04:57:44.649Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml
2021-10-12T04:57:44.650Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-12T04:57:44.650Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:57:44.652Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:57:44.652Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014664649,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-12T04:57:44.752Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:57:44.753Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-12T04:57:44.753Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:57:44.766Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:57:44.767Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:57:45.653Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ad0e56c3-9708-4c65-ba67-d5aeeab5713d from URL: /sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env
2021-10-12T04:57:45.654Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-12T04:57:45.654Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env
2021-10-12T04:57:45.915Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-12T04:57:45.915Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env ad0e56c3-9708-4c65-ba67-d5aeeab5713d 909
2021-10-12T04:57:45.915Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-12T04:57:45.916Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env
2021-10-12T04:57:45.916Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-12T04:57:45.916Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:57:45.918Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:57:45.918Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014665915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-12T04:57:46.018Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:57:46.019Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-12T04:57:46.019Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:57:46.032Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:57:46.032Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:57:46.918Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 43ceed86-123d-440c-9a08-89ba0fcb5a11
2021-10-12T04:57:46.919Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_tjVArE 0 52e32d1d-bd42-49c2-88c7-14b678b9c954 ASDC
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 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 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-10-12T04:57:46.936Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@75d7f3bd, org.onap.sdc.toscaparser.api.parameters.Input@f883f6f, org.onap.sdc.toscaparser.api.parameters.Input@4691b9a4, org.onap.sdc.toscaparser.api.parameters.Input@2e41e0d3, org.onap.sdc.toscaparser.api.parameters.Input@6441a4bd]
2021-10-12T04:57:46.937Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:57:46.937Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_tjVArE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:57:46.937Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2021-10-12T04:57:46.938Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 6a36ab05-24bf-414f-9409-18b97725fdf8
2021-10-12T04:57:46.938Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6a36ab05-24bf-414f-9409-18b97725fdf8 matches Tosca VF Customization UUID: 6a36ab05-24bf-414f-9409-18b97725fdf8
2021-10-12T04:57:46.938Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 6a36ab05-24bf-414f-9409-18b97725fdf8 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-12T04:57:46.940Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:57:46.940Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_tjVArE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:57:46.941Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 6a36ab05-24bf-414f-9409-18b97725fdf8: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-10-12T04:57:46.941Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5c6b2d5a
2021-10-12T04:57:46.942Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:57:46.942Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_tjVArE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-12T04:57:46.942Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f9603544-13b8-460b-99bd-9dc605c61554
2021-10-12T04:57:46.942Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f9603544-13b8-460b-99bd-9dc605c61554
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-12T04:57:46.945Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:57:46.945Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_tjVArE 0 is matching search criteria
2021-10-12T04:57:46.945Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_tjVArE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T04:57:46.946Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:57:46.946Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_tjVArE 0 is matching search criteria
2021-10-12T04:57:46.946Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_tjVArE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T04:57:46.946Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:57:46.946Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_tjVArE 0 is not matching search criteria
2021-10-12T04:57:46.946Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-12T04:57:46.947Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-12T04:57:46.947Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3caf3286-ec56-46c7-a888-9718c37deae8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-12T04:57:46.949Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:57:46.949Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_tjVArE 0 is matching search criteria
2021-10-12T04:57:46.949Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_tjVArE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-12T04:57:46.949Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:57:46.949Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_tjVArE 0 is matching search criteria
2021-10-12T04:57:46.950Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_tjVArE 0] matching following query criteria: sdcType=VF, customizationUUID=6a36ab05-24bf-414f-9409-18b97725fdf8
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-10-12T04:57:46.951Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:57:46.951Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_tjVArE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:57:46.951Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 43ceed86-123d-440c-9a08-89ba0fcb5a11: basic_onboard_tjVArE
2021-10-12T04:57:46.952Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:57:46.952Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_tjVArE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:57:46.952Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:57:46.952Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_tjVArE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:57:46.952Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:57:46.952Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_tjVArE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:57:46.953Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:57:46.953Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_tjVArE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:57:46.953Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T04:57:46.953Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_tjVArE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T04:57:46.953Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_tjVArE
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-12T04:57:47.043Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_tjVArE 52e32d1d-bd42-49c2-88c7-14b678b9c954 1 ASDC deployResourceStructure
2021-10-12T04:57:47.043Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json ASDC sendASDCNotification
2021-10-12T04:57:47.043Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json
2021-10-12T04:57:47.044Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-12T04:57:47.044Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:57:47.046Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:57:47.046Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014667043,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-12T04:57:47.146Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-12T04:57:47.147Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-12T04:57:47.147Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:57:47.159Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:57:47.160Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:57:48.048Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-12T04:57:48.048Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml
2021-10-12T04:57:48.049Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-12T04:57:48.049Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:57:48.051Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:57:48.052Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014668048,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-12T04:57:48.152Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:57:48.153Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-12T04:57:48.153Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:57:48.165Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:57:48.165Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:57:49.053Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-12T04:57:49.053Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env
2021-10-12T04:57:49.053Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-12T04:57:49.054Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:57:49.055Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:57:49.056Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014669052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-12T04:57:49.156Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:57:49.157Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-12T04:57:49.157Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:57:49.168Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:57:49.169Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:57:50.056Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar ASDC sendASDCNotification
2021-10-12T04:57:50.057Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar
2021-10-12T04:57:50.057Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-12T04:57:50.057Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T04:57:50.059Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T04:57:50.059Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014670056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-12T04:57:50.159Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T04:57:50.160Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-12T04:57:50.160Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T04:57:50.171Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:57:50.172Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T04:57:51.059Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60ffdea8-5d5c-4e05-81e9-76596e732103
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-12T04:57:51.076Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60ffdea8-5d5c-4e05-81e9-76596e732103
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-12T04:57:51.080Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T04:57:51.080Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-12T04:57:51.080Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-12T04:58:21.081Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60ffdea8-5d5c-4e05-81e9-76596e732103
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-12T04:58:21.094Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60ffdea8-5d5c-4e05-81e9-76596e732103
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-12T04:58:21.095Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T04:58:21.096Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-12T04:58:21.096Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-12T04:58:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:58:24.356Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:58:24.356Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:58:24.379Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:58:24.380Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T04:58:24.380Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "clamp",
"timestamp": 1634014648224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:58:24.381Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T04:58:51.096Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60ffdea8-5d5c-4e05-81e9-76596e732103
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-12T04:58:51.107Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60ffdea8-5d5c-4e05-81e9-76596e732103
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-12T04:58:51.110Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T04:58:51.110Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-12T04:58:51.110Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-12T04:59:21.111Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60ffdea8-5d5c-4e05-81e9-76596e732103
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-12T04:59:21.125Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60ffdea8-5d5c-4e05-81e9-76596e732103
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-12T04:59:21.128Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T04:59:21.128Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-12T04:59:21.128Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-12T04:59:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T04:59:24.355Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T04:59:24.356Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T04:59:24.380Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T04:59:24.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T04:59:24.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634014650723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:59:24.382Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T04:59:24.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T04:59:24.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "policy-id",
"timestamp": 1634014643447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:59:24.383Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T04:59:24.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T04:59:24.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "aai-ml",
"timestamp": 1634014646263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-12T04:59:24.383Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T04:59:51.129Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60ffdea8-5d5c-4e05-81e9-76596e732103
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-12T04:59:51.143Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60ffdea8-5d5c-4e05-81e9-76596e732103
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-12T04:59:51.146Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T04:59:51.146Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-12T04:59:51.147Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-12T05:00:21.147Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60ffdea8-5d5c-4e05-81e9-76596e732103
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-12T05:00:21.159Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60ffdea8-5d5c-4e05-81e9-76596e732103
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-12T05:00:21.164Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T05:00:21.164Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-12T05:00:21.164Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-12T05:00:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:00:24.356Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T05:00:24.356Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T05:00:24.884Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T05:00:24.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "clamp",
"timestamp": 1634014648224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json",
"status": "NOTIFIED"
}
2021-10-12T05:00:24.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014644353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json",
"status": "NOTIFIED"
}
2021-10-12T05:00:24.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634014650723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json",
"status": "NOTIFIED"
}
2021-10-12T05:00:24.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "policy-id",
"timestamp": 1634014643447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "aai-ml",
"timestamp": 1634014646263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "dcae-sch",
"timestamp": 1634014653945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "clamp",
"timestamp": 1634014648224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014644353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-12T05:00:24.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634014650723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-12T05:00:24.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "policy-id",
"timestamp": 1634014643447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-12T05:00:24.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "aai-ml",
"timestamp": 1634014646263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "dcae-sch",
"timestamp": 1634014653945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "cds",
"timestamp": 1634014654962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "clamp",
"timestamp": 1634014648224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014644353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.891Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634014650723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.891Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "policy-id",
"timestamp": 1634014643447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.891Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "aai-ml",
"timestamp": 1634014646263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.892Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "dcae-sch",
"timestamp": 1634014653945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.892Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "cds",
"timestamp": 1634014654962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.892Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "clamp",
"timestamp": 1634014648224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.892Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634014650723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-12T05:00:24.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014644353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-12T05:00:24.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "policy-id",
"timestamp": 1634014643447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "aai-ml",
"timestamp": 1634014646263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "cds",
"timestamp": 1634014654962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "dcae-sch",
"timestamp": 1634014653945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "clamp",
"timestamp": 1634014648224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014644353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634014650723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "policy-id",
"timestamp": 1634014643447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "aai-ml",
"timestamp": 1634014646263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "cds",
"timestamp": 1634014654962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "dcae-sch",
"timestamp": 1634014653945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "clamp",
"timestamp": 1634014648224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
"status": "NOTIFIED"
}
2021-10-12T05:00:24.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634014650723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
"status": "NOTIFIED"
}
2021-10-12T05:00:24.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014644353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
"status": "NOTIFIED"
}
2021-10-12T05:00:24.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "policy-id",
"timestamp": 1634014643447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
"status": "NOTIFIED"
}
2021-10-12T05:00:24.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "aai-ml",
"timestamp": 1634014646263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
"status": "NOTIFIED"
}
2021-10-12T05:00:24.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "cds",
"timestamp": 1634014654962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.898Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "dcae-sch",
"timestamp": 1634014653945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.898Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634014660424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-12T05:00:24.898Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:00:24.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "aai-ml",
"timestamp": 1634014660550,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-12T05:00:24.899Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:00:24.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "ves-openapi-manager",
"timestamp": 1634014659956,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.899Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "cds",
"timestamp": 1634014654962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.899Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "dcae-sch",
"timestamp": 1634014653945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.900Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014660617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-12T05:00:24.900Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:00:24.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "policy-id",
"timestamp": 1634014660658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-12T05:00:24.900Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:00:24.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634014661543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-12T05:00:24.901Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:00:24.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "ves-openapi-manager",
"timestamp": 1634014659956,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "cds",
"timestamp": 1634014654962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
"status": "NOTIFIED"
}
2021-10-12T05:00:24.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "policy-id",
"timestamp": 1634014661661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-12T05:00:24.902Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:00:24.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634014662600,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-12T05:00:24.902Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:00:24.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "ves-openapi-manager",
"timestamp": 1634014659956,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "policy-id",
"timestamp": 1634014662663,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-12T05:00:24.908Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 60ffdea8-5d5c-4e05-81e9-76596e732103
2021-10-12T05:00:24.909Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60ffdea8-5d5c-4e05-81e9-76596e732103 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-12T05:00:24.918Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.918Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "cds",
"timestamp": 1634014662697,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-12T05:00:24.918Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:00:24.918Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.918Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014663445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-12T05:00:24.918Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:00:24.918Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.918Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "ves-openapi-manager",
"timestamp": 1634014659956,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.919Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.919Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634014663624,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-12T05:00:24.924Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 60ffdea8-5d5c-4e05-81e9-76596e732103
2021-10-12T05:00:24.924Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60ffdea8-5d5c-4e05-81e9-76596e732103 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-12T05:00:24.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "cds",
"timestamp": 1634014663701,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-12T05:00:24.936Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 60ffdea8-5d5c-4e05-81e9-76596e732103
2021-10-12T05:00:24.936Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60ffdea8-5d5c-4e05-81e9-76596e732103 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-12T05:00:24.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "ves-openapi-manager",
"timestamp": 1634014659956,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.946Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634014664627,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-12T05:00:24.947Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:00:24.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014664649,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-12T05:00:24.947Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:00:24.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "ves-openapi-manager",
"timestamp": 1634014659956,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014665915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-12T05:00:24.948Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:00:24.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "ves-openapi-manager",
"timestamp": 1634014659956,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014667043,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-12T05:00:24.949Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:00:24.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014668048,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-12T05:00:24.949Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:00:24.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634014667823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "aai-ml",
"timestamp": 1634014668622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-12T05:00:24.950Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:00:24.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014669052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-12T05:00:24.950Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:00:24.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634014667823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/basic_onboard_tjvare0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "aai-ml",
"timestamp": 1634014669627,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-12T05:00:24.958Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 60ffdea8-5d5c-4e05-81e9-76596e732103
2021-10-12T05:00:24.959Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60ffdea8-5d5c-4e05-81e9-76596e732103 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-12T05:00:24.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014670056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-12T05:00:24.969Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:00:24.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634014667823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.969Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "clamp",
"timestamp": 1634014670981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-12T05:00:24.970Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:00:24.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634014667823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634014667823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/resourceInstances/basic_onboard_tjvare0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "clamp",
"timestamp": 1634014672806,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-12T05:00:24.971Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:00:24.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634014667823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:00:24.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "clamp",
"timestamp": 1634014673809,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-12T05:00:24.977Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 60ffdea8-5d5c-4e05-81e9-76596e732103
2021-10-12T05:00:24.977Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60ffdea8-5d5c-4e05-81e9-76596e732103 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-12T05:00:24.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634014667823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
"status": "NOTIFIED"
}
2021-10-12T05:00:24.988Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-12T05:00:24.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634014675555,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-12T05:00:24.988Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:00:24.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634014678223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTjvare/1.0/artifacts/service-BasicOnboardTjvare-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-12T05:00:24.989Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:00:24.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:00:24.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634014679228,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-12T05:00:24.996Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 60ffdea8-5d5c-4e05-81e9-76596e732103
2021-10-12T05:00:24.996Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60ffdea8-5d5c-4e05-81e9-76596e732103 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-12T05:00:51.164Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60ffdea8-5d5c-4e05-81e9-76596e732103
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-12T05:00:51.176Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60ffdea8-5d5c-4e05-81e9-76596e732103
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-12T05:00:51.179Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T05:00:51.179Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-12T05:00:51.179Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-12T05:00:51.179Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-12T05:00:51.179Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-12T05:00:51.179Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-12T05:00:51.180Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-12T05:00:51.180Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-12T05:00:51.180Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-12T05:00:51.180Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-12T05:00:51.180Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-12T05:00:51.185Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-12T05:01:21.186Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 60ffdea8-5d5c-4e05-81e9-76596e732103 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-12T05:01:21.194Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 60ffdea8-5d5c-4e05-81e9-76596e732103 and serviceModelVersionId: 43ceed86-123d-440c-9a08-89ba0fcb5a11
2021-10-12T05:01:21.194Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f7914fd-8424-4cc5-9049-b4fefb6d1b23
2021-10-12T05:01:21.195Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f7914fd-8424-4cc5-9049-b4fefb6d1b23/model-vers/model-ver/43ceed86-123d-440c-9a08-89ba0fcb5a11?depth=0
2021-10-12T05:01:21.201Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-10-12T05:01:21.248Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7f7914fd-8424-4cc5-9049-b4fefb6d1b23/model-vers/model-ver/43ceed86-123d-440c-9a08-89ba0fcb5a11?depth=0|INFO|500||Invoke
2021-10-12T05:01:21.249Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7f7914fd-8424-4cc5-9049-b4fefb6d1b23/model-vers/model-ver/43ceed86-123d-440c-9a08-89ba0fcb5a11?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7f7914fd-8424-4cc5-9049-b4fefb6d1b23/model-vers/model-ver/43ceed86-123d-440c-9a08-89ba0fcb5a11?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[60ffdea8-5d5c-4e05-81e9-76596e732103], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[63479e91-16b4-498f-8df4-f1f1de128e14], X-ECOMP-RequestID=[60ffdea8-5d5c-4e05-81e9-76596e732103], X-TransactionId=[], X-ONAP-RequestID=[60ffdea8-5d5c-4e05-81e9-76596e732103], Content-Type=[application/merge-patch+json]}
2021-10-12T05:01:21.275Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7f7914fd-8424-4cc5-9049-b4fefb6d1b23/model-vers/model-ver/43ceed86-123d-440c-9a08-89ba0fcb5a11?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-12T05:01:21.546Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7f7914fd-8424-4cc5-9049-b4fefb6d1b23/model-vers/model-ver/43ceed86-123d-440c-9a08-89ba0fcb5a11?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7f7914fd-8424-4cc5-9049-b4fefb6d1b23/model-vers/model-ver/43ceed86-123d-440c-9a08-89ba0fcb5a11?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211012-05:01:21:285-12367], vertex-id=[380952], Content-Length=[0], Date=[Tue, 12 Oct 2021 05:01:21 GMT], Content-Type=[application/json]}
2021-10-12T05:01:21.546Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7f7914fd-8424-4cc5-9049-b4fefb6d1b23/model-vers/model-ver/43ceed86-123d-440c-9a08-89ba0fcb5a11?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-12T05:01:21.547Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7f7914fd-8424-4cc5-9049-b4fefb6d1b23/model-vers/model-ver/43ceed86-123d-440c-9a08-89ba0fcb5a11?depth=0|INFO|500||InvokeReturn
2021-10-12T05:01:21.547Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-12T05:01:21.547Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
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-10-12T05:01:21.552Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-12T05:01:21.552Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 60ffdea8-5d5c-4e05-81e9-76596e732103 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-12T05:01:21.552Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-12T05:01:21.553Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:01:21.554Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:01:21.554Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014881552,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-12T05:01:21.655Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:01:21.656Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-12T05:01:21.656Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:01:21.672Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T05:01:21.673Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-12T05:01:22.569Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:01:22.570Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T05:01:22.570Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T05:01:24.355Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:01:24.356Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T05:01:24.356Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T05:01:24.979Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T05:01:24.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-12T05:01:24.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "60ffdea8-5d5c-4e05-81e9-76596e732103",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634014881552,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-12T05:01:24.980Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:01:32.787Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T05:01:32.788Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:01:32.788Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T05:01:32.788Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T05:01:42.334Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T05:01:42.335Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:01:42.335Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T05:01:42.335Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T05:01:51.876Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T05:01:51.876Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:01:51.877Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T05:01:51.877Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T05:02:01.422Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T05:02:24.353Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:02:24.354Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T05:02:24.354Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T05:02:24.355Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:02:24.355Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T05:02:24.355Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T05:02:33.898Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T05:02:33.907Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T05:03:24.353Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:03:24.354Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T05:03:24.354Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T05:03:24.355Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:03:24.356Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T05:03:24.356Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T05:03:33.906Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T05:03:33.906Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T05:04:24.353Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:04:24.353Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T05:04:24.354Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T05:04:24.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:04:24.356Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T05:04:24.356Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T05:04:24.980Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T05:04:24.980Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-12T05:04:24.980Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"ab3b9c77-e40b-477f-9988-12ce966d3d68","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"bb31cc6f-e77b-4d35-a3e9-0f8d0237fe0b","serviceDescription":"service","serviceInvariantUUID":"0983e9b1-df97-4791-9044-842c7a692e9e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"87853674-bb6b-41bd-895d-b8611676485e","resourceInvariantUUID":"f57bfc73-7793-414a-8747-89c9c2fb2820","resourceCustomizationUUID":"68900a4b-9a6f-4319-89ce-e1b9a1f3c4ce","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"ZTNmZDAzOTY2NTQ3ODhjZGZiMDQzM2FhOTU2YjBjYTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5d354875-6ec1-4d1b-9104-33a43ad212db","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MzVmNDY1Y2JlZmE3ZTBiM2Y1NTVkNWQ0ZjFlMmZmYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ae62275f-d992-4c72-99ce-e4315aaf67f3","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-12T05:04:24.983Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:04:24.984Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:04:24.986Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T05:04:24.986Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:04:24.986Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634015064353,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:04:24.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:04:24.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
"consumerID": "cds",
"timestamp": 1634015044962,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:04:24.987Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-12T05:04:24.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:04:24.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
"consumerID": "ves-openapi-manager",
"timestamp": 1634015039956,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:04:24.987Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-12T05:04:24.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:04:24.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
"consumerID": "policy-id",
"timestamp": 1634015043447,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:04:24.987Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-12T05:04:24.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:04:24.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
"consumerID": "cds",
"timestamp": 1634015044962,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-12T05:04:24.988Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-12T05:04:24.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:04:24.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
"consumerID": "ves-openapi-manager",
"timestamp": 1634015039956,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:04:24.988Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-12T05:04:24.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:04:24.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
"consumerID": "policy-id",
"timestamp": 1634015043447,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-12T05:04:24.988Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-12T05:04:24.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:04:24.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
"consumerID": "cds",
"timestamp": 1634015051204,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-12T05:04:24.988Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:04:24.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:04:24.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
"consumerID": "policy-id",
"timestamp": 1634015051208,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-12T05:04:24.988Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:04:24.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:04:24.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634015050723,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:04:24.989Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-12T05:04:24.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:04:24.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
"consumerID": "cds",
"timestamp": 1634015052207,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-12T05:04:25.005Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ab3b9c77-e40b-477f-9988-12ce966d3d68
2021-10-12T05:04:25.005Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab3b9c77-e40b-477f-9988-12ce966d3d68 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-12T05:04:25.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:04:25.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
"consumerID": "policy-id",
"timestamp": 1634015052211,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-12T05:04:25.014Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:04:25.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:04:25.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634015050723,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-12T05:04:25.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-12T05:04:25.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:04:25.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
"consumerID": "policy-id",
"timestamp": 1634015053214,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-12T05:04:25.019Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ab3b9c77-e40b-477f-9988-12ce966d3d68
2021-10-12T05:04:25.019Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab3b9c77-e40b-477f-9988-12ce966d3d68 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-12T05:04:25.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:04:25.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
"consumerID": "dcae-sch",
"timestamp": 1634015053945,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:04:25.029Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-12T05:04:25.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:04:25.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
"consumerID": "dcae-sch",
"timestamp": 1634015053945,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:04:25.029Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-12T05:04:25.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:04:25.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634015057823,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:04:25.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-12T05:04:25.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:04:25.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634015057823,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-12T05:04:25.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-12T05:04:25.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:04:25.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634015060907,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-12T05:04:25.030Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:04:25.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:04:25.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634015062349,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-12T05:04:25.030Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:04:25.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:04:25.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634015063353,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-12T05:04:25.035Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ab3b9c77-e40b-477f-9988-12ce966d3d68
2021-10-12T05:04:25.035Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab3b9c77-e40b-477f-9988-12ce966d3d68 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-12T05:04:25.086Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:04:25.087Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-12T05:04:25.087Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:04:25.098Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T05:04:25.099Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-12T05:04:25.986Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:04:25.987Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:04:25.990Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:04:25.991Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634015064353,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-12T05:04:26.090Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-12T05:04:26.091Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-12T05:04:26.091Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:04:26.102Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T05:04:26.102Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:04:26.992Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "bb31cc6f-e77b-4d35-a3e9-0f8d0237fe0b",
"serviceDescription": "service",
"serviceInvariantUUID": "0983e9b1-df97-4791-9044-842c7a692e9e",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "68900a4b-9a6f-4319-89ce-e1b9a1f3c4ce",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "87853674-bb6b-41bd-895d-b8611676485e",
"resourceInvariantUUID": "f57bfc73-7793-414a-8747-89c9c2fb2820",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "MzVmNDY1Y2JlZmE3ZTBiM2Y1NTVkNWQ0ZjFlMmZmYzk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ae62275f-d992-4c72-99ce-e4315aaf67f3"
}
],
"workloadContext": "Production"
}
2021-10-12T05:04:26.992Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-12T05:04:26.992Z|60ffdea8-5d5c-4e05-81e9-76596e732103|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bb31cc6f-e77b-4d35-a3e9-0f8d0237fe0b ASDC
2021-10-12T05:04:26.993Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:ab3b9c77-e40b-477f-9988-12ce966d3d68
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:bb31cc6f-e77b-4d35-a3e9-0f8d0237fe0b
ServiceInvariantUUID:0983e9b1-df97-4791-9044-842c7a692e9e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:ae62275f-d992-4c72-99ce-e4315aaf67f3
ArtifactChecksum:MzVmNDY1Y2JlZmE3ZTBiM2Y1NTVkNWQ0ZjFlMmZmYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:68900a4b-9a6f-4319-89ce-e1b9a1f3c4ce
ResourceInvariantUUID:f57bfc73-7793-414a-8747-89c9c2fb2820
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:87853674-bb6b-41bd-895d-b8611676485e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-10-12T05:04:26.993Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bb31cc6f-e77b-4d35-a3e9-0f8d0237fe0b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-12T05:04:27.017Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-12T05:04:27.018Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-12T05:04:27.018Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-12T05:04:27.018Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ae62275f-d992-4c72-99ce-e4315aaf67f3 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-12T05:04:27.018Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-12T05:04:27.018Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-12T05:04:27.331Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-12T05:04:27.333Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ae62275f-d992-4c72-99ce-e4315aaf67f3 52174
2021-10-12T05:04:27.333Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-12T05:04:27.334Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-12T05:04:27.334Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-12T05:04:27.334Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:04:27.336Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:04:27.336Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634015067333,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-12T05:04:27.436Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:04:27.436Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-12T05:04:27.436Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:04:27.446Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T05:04:27.446Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:04:28.336Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-12T05:04:28.337Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-12T05:04:28.338Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: ae62275f-d992-4c72-99ce-e4315aaf67f3, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-12T05:04:28.338Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-10-12T05:04:28.338Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-12T05:04:28.338Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-12T05:04:28.476Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11172538111427053172/Definitions/service-BasicNetwork-template.yml
2021-10-12T05:04:28.848Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-12T05:04:28.849Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-12T05:04:28.849Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-12T05:04:28.849Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-10-12T05:04:28.849Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-12T05:04:28.849Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-12T05:04:28.849Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-12T05:04:28.849Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-12T05:04:28.849Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-12T05:04:28.849Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-12T05:04:28.849Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-12T05:04:28.849Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-12T05:04:28.849Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-12T05:04:28.849Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T05:04:28.849Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:04:28.850Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-12T05:04:28.850Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-12T05:04:28.850Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-12T05:04:28.850Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T05:04:28.850Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:04:28.850Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-12T05:04:28.850Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-12T05:04:28.850Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-12T05:04:28.850Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T05:04:28.850Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:04:28.850Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T05:04:28.850Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:04:28.850Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T05:04:28.850Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:04:28.850Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T05:04:28.851Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:04:28.851Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T05:04:28.851Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:04:28.851Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:bb31cc6f-e77b-4d35-a3e9-0f8d0237fe0b
Model Version:NULL
Model InvariantUuid:0983e9b1-df97-4791-9044-842c7a692e9e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:f57bfc73-7793-414a-8747-89c9c2fb2820
Model UUID:5d5b651c-6f5c-45d7-bceb-52ad9895cf90
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:68900a4b-9a6f-4319-89ce-e1b9a1f3c4ce
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
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-10-12T05:04:28.858Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 87853674-bb6b-41bd-895d-b8611676485e
2021-10-12T05:04:28.859Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||No resources found for Service: bb31cc6f-e77b-4d35-a3e9-0f8d0237fe0b
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-10-12T05:04:28.862Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||
2021-10-12T05:04:28.862Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-10-12T05:04:28.863Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||No resources found for Service: bb31cc6f-e77b-4d35-a3e9-0f8d0237fe0b
2021-10-12T05:04:28.863Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: bb31cc6f-e77b-4d35-a3e9-0f8d0237fe0b
2021-10-12T05:04:28.863Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-10-12T05:04:28.863Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
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-10-12T05:04:28.869Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3bd011ec, org.onap.sdc.toscaparser.api.parameters.Input@43b7fb2e, org.onap.sdc.toscaparser.api.parameters.Input@3f429dc7, org.onap.sdc.toscaparser.api.parameters.Input@5826068c, org.onap.sdc.toscaparser.api.parameters.Input@63c23315]
2021-10-12T05:04:28.870Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T05:04:28.870Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:04:28.870Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T05:04:28.871Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:04:28.871Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid bb31cc6f-e77b-4d35-a3e9-0f8d0237fe0b: Generic NeutronNet
2021-10-12T05:04:28.871Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T05:04:28.871Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:04:28.871Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T05:04:28.871Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
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 networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-10-12T05:04:28.900Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T05:04:28.900Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:04:28.900Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T05:04:28.900Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:04:28.900Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T05:04:28.901Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:04:28.901Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-10-12T05:04:28.962Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-10-12T05:04:28.962Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-12T05:04:28.962Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-12T05:04:28.962Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-12T05:04:28.962Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:04:28.964Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:04:28.965Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634015068962,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-12T05:04:29.065Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:04:29.066Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-12T05:04:29.066Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:04:29.079Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T05:04:29.079Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-12T05:04:29.965Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab3b9c77-e40b-477f-9988-12ce966d3d68
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-12T05:04:29.975Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab3b9c77-e40b-477f-9988-12ce966d3d68
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-12T05:04:29.977Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T05:04:29.977Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-12T05:04:29.977Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-12T05:04:59.978Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab3b9c77-e40b-477f-9988-12ce966d3d68
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-12T05:04:59.989Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab3b9c77-e40b-477f-9988-12ce966d3d68
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-12T05:04:59.991Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T05:04:59.991Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-12T05:04:59.991Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-12T05:05:24.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:05:24.356Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T05:05:24.356Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T05:05:24.483Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T05:05:24.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:05:24.483Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634015064353,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:05:24.484Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-12T05:05:29.994Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab3b9c77-e40b-477f-9988-12ce966d3d68
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-12T05:05:30.007Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab3b9c77-e40b-477f-9988-12ce966d3d68
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-12T05:05:30.010Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T05:05:30.010Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-12T05:05:30.010Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-12T05:06:00.011Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab3b9c77-e40b-477f-9988-12ce966d3d68
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-12T05:06:00.023Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab3b9c77-e40b-477f-9988-12ce966d3d68
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-12T05:06:00.025Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T05:06:00.025Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-12T05:06:00.025Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-12T05:06:24.355Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:06:24.356Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T05:06:24.356Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T05:06:24.384Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T05:06:24.385Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:06:24.385Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634015064353,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-12T05:06:24.386Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-12T05:06:24.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:06:24.386Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
"consumerID": "aai-ml",
"timestamp": 1634015066263,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:06:24.386Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-12T05:06:24.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:06:24.386Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634015067333,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-12T05:06:24.387Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:06:24.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:06:24.387Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
"consumerID": "aai-ml",
"timestamp": 1634015066263,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-12T05:06:24.387Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-12T05:06:24.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:06:24.387Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
"consumerID": "clamp",
"timestamp": 1634015068224,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:06:24.387Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-12T05:06:24.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:06:24.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634015068962,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-12T05:06:24.388Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:06:24.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:06:24.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
"consumerID": "aai-ml",
"timestamp": 1634015069033,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-12T05:06:24.388Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:06:24.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:06:24.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
"consumerID": "clamp",
"timestamp": 1634015068224,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-12T05:06:24.388Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-10-12T05:06:24.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:06:24.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
"consumerID": "aai-ml",
"timestamp": 1634015072861,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-12T05:06:24.389Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:06:24.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:06:24.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
"consumerID": "aai-ml",
"timestamp": 1634015073864,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-12T05:06:24.397Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ab3b9c77-e40b-477f-9988-12ce966d3d68
2021-10-12T05:06:24.397Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab3b9c77-e40b-477f-9988-12ce966d3d68 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-12T05:06:24.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:06:24.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
"consumerID": "clamp",
"timestamp": 1634015076864,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-12T05:06:24.407Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:06:24.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:06:24.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
"consumerID": "clamp",
"timestamp": 1634015078870,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-12T05:06:24.407Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-12T05:06:24.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-12T05:06:24.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
"consumerID": "clamp",
"timestamp": 1634015079873,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-12T05:06:24.412Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ab3b9c77-e40b-477f-9988-12ce966d3d68
2021-10-12T05:06:24.413Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab3b9c77-e40b-477f-9988-12ce966d3d68 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-12T05:06:30.026Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab3b9c77-e40b-477f-9988-12ce966d3d68
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-12T05:06:30.036Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab3b9c77-e40b-477f-9988-12ce966d3d68
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-12T05:06:30.040Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-12T05:06:30.040Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-12T05:06:30.040Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-12T05:06:30.040Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-12T05:06:30.040Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-12T05:06:30.040Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-12T05:06:30.040Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-12T05:06:30.041Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-12T05:06:30.041Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-12T05:06:30.041Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-12T05:06:30.041Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-12T05:06:30.046Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-12T05:07:00.047Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ab3b9c77-e40b-477f-9988-12ce966d3d68 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-12T05:07:00.059Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ab3b9c77-e40b-477f-9988-12ce966d3d68 and serviceModelVersionId: bb31cc6f-e77b-4d35-a3e9-0f8d0237fe0b
2021-10-12T05:07:00.060Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0983e9b1-df97-4791-9044-842c7a692e9e
2021-10-12T05:07:00.060Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0983e9b1-df97-4791-9044-842c7a692e9e/model-vers/model-ver/bb31cc6f-e77b-4d35-a3e9-0f8d0237fe0b?depth=0
2021-10-12T05:07:00.065Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-10-12T05:07:00.102Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0983e9b1-df97-4791-9044-842c7a692e9e/model-vers/model-ver/bb31cc6f-e77b-4d35-a3e9-0f8d0237fe0b?depth=0|INFO|500||Invoke
2021-10-12T05:07:00.102Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0983e9b1-df97-4791-9044-842c7a692e9e/model-vers/model-ver/bb31cc6f-e77b-4d35-a3e9-0f8d0237fe0b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0983e9b1-df97-4791-9044-842c7a692e9e/model-vers/model-ver/bb31cc6f-e77b-4d35-a3e9-0f8d0237fe0b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ab3b9c77-e40b-477f-9988-12ce966d3d68], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3c3f8320-85e3-4d87-aaa3-d5d0474cc210], X-ECOMP-RequestID=[ab3b9c77-e40b-477f-9988-12ce966d3d68], X-TransactionId=[], X-ONAP-RequestID=[ab3b9c77-e40b-477f-9988-12ce966d3d68], Content-Type=[application/merge-patch+json]}
2021-10-12T05:07:00.127Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0983e9b1-df97-4791-9044-842c7a692e9e/model-vers/model-ver/bb31cc6f-e77b-4d35-a3e9-0f8d0237fe0b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-12T05:07:00.608Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0983e9b1-df97-4791-9044-842c7a692e9e/model-vers/model-ver/bb31cc6f-e77b-4d35-a3e9-0f8d0237fe0b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0983e9b1-df97-4791-9044-842c7a692e9e/model-vers/model-ver/bb31cc6f-e77b-4d35-a3e9-0f8d0237fe0b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211012-05:07:00:135-44812], vertex-id=[192544], Content-Length=[0], Date=[Tue, 12 Oct 2021 05:07:00 GMT], Content-Type=[application/json]}
2021-10-12T05:07:00.608Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0983e9b1-df97-4791-9044-842c7a692e9e/model-vers/model-ver/bb31cc6f-e77b-4d35-a3e9-0f8d0237fe0b?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-12T05:07:00.609Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0983e9b1-df97-4791-9044-842c7a692e9e/model-vers/model-ver/bb31cc6f-e77b-4d35-a3e9-0f8d0237fe0b?depth=0|INFO|500||InvokeReturn
2021-10-12T05:07:00.609Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-12T05:07:00.609Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
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-10-12T05:07:00.614Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-12T05:07:00.615Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ab3b9c77-e40b-477f-9988-12ce966d3d68 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-12T05:07:00.615Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-12T05:07:00.615Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:07:00.617Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:07:00.617Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "ab3b9c77-e40b-477f-9988-12ce966d3d68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634015220615,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-12T05:07:00.717Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:07:00.718Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-12T05:07:00.718Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:07:00.732Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T05:07:00.733Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-12T05:07:01.628Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-12T05:07:01.629Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-12T05:07:01.629Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bA15VfQgJETDniaE) ...
2021-10-12T05:07:05.929Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T05:07:05.930Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-12T05:07:05.930Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"75df7439-8e2f-4596-be08-bd539511aae7","serviceName":"Demo_pNF_vq3dVddQ3lX926OMa3Od","serviceVersion":"1.0","serviceUUID":"a1d619d1-3b57-4322-a3f4-ab3e82655640","serviceDescription":"catalog service description","serviceInvariantUUID":"88a80149-2fba-4358-b573-2e5981108ca2","resources":[{"resourceInstanceName":"pNF 058d6cea-ce3d 0","resourceName":"pNF 058d6cea-ce3d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"de3eb47f-0dfe-4650-979c-4b65407fabb8","resourceInvariantUUID":"27eeb8ef-0482-4a0c-95c7-36ba68b4a1eb","resourceCustomizationUUID":"90288030-302e-4c3f-aecb-5060a8486b9f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/vf-license-model.xml","artifactChecksum":"MTc4N2M3MDI1M2FkNGRmZGFmYWNiMWJlYThlMzFmZjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6724feeb-050a-4c59-b2e2-fc5d0550e234","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/pNF.csar","artifactChecksum":"MmY3MmJkNGQ3MGYzYmE3MDMwNjk2YjZkYzU5ZDY1NGM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f751863d-b9ab-488b-a641-c9b61a92e7da","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5ddee323-bb3a-47d7-a208-c174e5a37d13","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/vendor-license-model.xml","artifactChecksum":"ZTdkODEwNjRiMzkxNDM0NDcxZTZjOTgyYTc0ZjVmYjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d486c263-4a16-4bd5-a964-4a70c1d8310a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2f6fbaa9-286a-4a96-8bcf-00e301e5cb2e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"82fc5175-7a7c-4564-aaf2-8e657f3dace1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVq3dvddq3lx926oma3od-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-template.yml","artifactChecksum":"NmU0NjM2MDczNjhjZTJiOWMzOTc1Mjc4YzYwOThiYWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5d6acc89-5127-4614-ba58-f9d525abac08","artifactVersion":"1"},{"artifactName":"service-DemoPnfVq3dvddq3lx926oma3od-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar","artifactChecksum":"YzkyYWQwZmE3Njc1ODI2NWU3OTFlMWFiMTczOGE1NTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7d922b3d-f892-4c71-8235-6a98d6d58091","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-12T05:07:05.933Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:07:05.933Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:07:05.936Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:07:05.936Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634015221628,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:07:06.036Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:07:06.037Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-12T05:07:06.037Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:07:06.052Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T05:07:06.052Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:07:06.936Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:07:06.938Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:07:06.940Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:07:06.940Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634015221628,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:07:07.040Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:07:07.041Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-12T05:07:07.041Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:07:07.052Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T05:07:07.053Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:07:07.941Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:07:07.942Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:07:07.944Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:07:07.944Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634015221628,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:07:08.045Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:07:08.045Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-12T05:07:08.046Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:07:08.057Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T05:07:08.057Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:07:08.945Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:07:08.946Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:07:08.948Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:07:08.948Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634015221628,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:07:09.048Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:07:09.049Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-12T05:07:09.049Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:07:09.062Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T05:07:09.062Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:07:09.949Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:07:09.949Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:07:09.951Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:07:09.951Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634015221628,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:07:10.052Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-12T05:07:10.053Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-12T05:07:10.053Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:07:10.065Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T05:07:10.065Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:07:10.952Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:07:10.953Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:07:10.955Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:07:10.955Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634015221628,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/resourceInstances/pnf058d6ceace3d0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:07:11.055Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:07:11.056Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-12T05:07:11.056Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:07:11.068Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T05:07:11.069Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-12T05:07:11.956Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:07:11.956Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:07:11.958Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:07:11.958Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634015221628,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-12T05:07:12.058Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:07:12.059Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-12T05:07:12.059Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:07:12.071Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T05:07:12.071Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:07:12.958Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-12T05:07:12.959Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:07:12.962Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:07:12.962Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634015221628,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar",
"status": "NOTIFIED"
}
2021-10-12T05:07:13.062Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-12T05:07:13.063Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-12T05:07:13.063Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:07:13.074Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T05:07:13.075Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:07:13.964Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
"serviceName": "Demo_pNF_vq3dVddQ3lX926OMa3Od",
"serviceVersion": "1.0",
"serviceUUID": "a1d619d1-3b57-4322-a3f4-ab3e82655640",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "88a80149-2fba-4358-b573-2e5981108ca2",
"resources": [
{
"resourceInstanceName": "pNF 058d6cea-ce3d 0",
"resourceCustomizationUUID": "90288030-302e-4c3f-aecb-5060a8486b9f",
"resourceName": "pNF 058d6cea-ce3d",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "de3eb47f-0dfe-4650-979c-4b65407fabb8",
"resourceInvariantUUID": "27eeb8ef-0482-4a0c-95c7-36ba68b4a1eb",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfVq3dvddq3lx926oma3od-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar",
"artifactChecksum": "YzkyYWQwZmE3Njc1ODI2NWU3OTFlMWFiMTczOGE1NTc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7d922b3d-f892-4c71-8235-6a98d6d58091"
}
],
"workloadContext": "Production"
}
2021-10-12T05:07:13.964Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-12T05:07:13.964Z|ab3b9c77-e40b-477f-9988-12ce966d3d68|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a1d619d1-3b57-4322-a3f4-ab3e82655640 ASDC
2021-10-12T05:07:13.965Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:75df7439-8e2f-4596-be08-bd539511aae7
ServiceName:Demo_pNF_vq3dVddQ3lX926OMa3Od
ServiceVersion:1.0
ServiceUUID:a1d619d1-3b57-4322-a3f4-ab3e82655640
ServiceInvariantUUID:88a80149-2fba-4358-b573-2e5981108ca2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVq3dvddq3lx926oma3od-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar
ArtifactUUID:7d922b3d-f892-4c71-8235-6a98d6d58091
ArtifactChecksum:YzkyYWQwZmE3Njc1ODI2NWU3OTFlMWFiMTczOGE1NTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 058d6cea-ce3d 0
ResourceCustomizationUUID:90288030-302e-4c3f-aecb-5060a8486b9f
ResourceInvariantUUID:27eeb8ef-0482-4a0c-95c7-36ba68b4a1eb
ResourceName:pNF 058d6cea-ce3d
ResourceType:PNF
ResourceUUID:de3eb47f-0dfe-4650-979c-4b65407fabb8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-10-12T05:07:13.965Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a1d619d1-3b57-4322-a3f4-ab3e82655640 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-10-12T05:07:13.993Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-12T05:07:13.994Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-12T05:07:13.994Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-12T05:07:13.995Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7d922b3d-f892-4c71-8235-6a98d6d58091 from URL: /sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar
2021-10-12T05:07:13.995Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-10-12T05:07:13.995Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar
2021-10-12T05:07:14.063Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-10-12T05:07:14.071Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar 7d922b3d-f892-4c71-8235-6a98d6d58091 82540
2021-10-12T05:07:14.071Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar ASDC sendASDCNotification
2021-10-12T05:07:14.071Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar
2021-10-12T05:07:14.071Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-12T05:07:14.072Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-10-12T05:07:14.073Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-12T05:07:14.073Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "75df7439-8e2f-4596-be08-bd539511aae7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634015234071,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-12T05:07:14.174Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-12T05:07:14.175Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-12T05:07:14.175Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bA15VfQgJETDniaE) ...
2021-10-12T05:07:14.188Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-12T05:07:14.189Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-12T05:07:15.074Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-12T05:07:15.075Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-10-12T05:07:15.075Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 7d922b3d-f892-4c71-8235-6a98d6d58091, URL: /sdc/v1/catalog/services/DemoPnfVq3dvddq3lx926oma3od/1.0/artifacts/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar to file: /app/ASDC/1/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar
2021-10-12T05:07:15.075Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVq3dvddq3lx926oma3od-csar.csar
2021-10-12T05:07:15.076Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar
2021-10-12T05:07:15.076Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar
2021-10-12T05:07:15.208Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP245399667940112237/Definitions/service-DemoPnfVq3dvddq3lx926oma3od-template.yml
2021-10-12T05:07:15.853Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-12T05:07:15.853Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-12T05:07:15.853Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar
2021-10-12T05:07:15.853Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-12T05:07:15.853Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 058d6cea-ce3d 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar
2021-10-12T05:07:15.853Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar
2021-10-12T05:07:15.853Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar
2021-10-12T05:07:15.853Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar
2021-10-12T05:07:15.853Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar
2021-10-12T05:07:15.853Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar
2021-10-12T05:07:15.853Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVq3dvddq3lx926oma3od-csar.csar
2021-10-12T05:07:15.854Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-10-12T05:07:15.854Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T05:07:15.854Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_vq3dVddQ3lX926OMa3Od is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:07:15.854Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Node template pNF 058d6cea-ce3d 0 is matching search criteria
2021-10-12T05:07:15.854Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-12T05:07:15.854Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 058d6cea-ce3d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-12T05:07:15.854Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T05:07:15.854Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_vq3dVddQ3lX926OMa3Od is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:07:15.854Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Node template pNF 058d6cea-ce3d 0 is matching search criteria
2021-10-12T05:07:15.854Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-10-12T05:07:15.854Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 058d6cea-ce3d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-12T05:07:15.854Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T05:07:15.855Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_vq3dVddQ3lX926OMa3Od is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:07:15.855Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T05:07:15.855Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_vq3dVddQ3lX926OMa3Od is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:07:15.855Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T05:07:15.855Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_vq3dVddQ3lX926OMa3Od is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:07:15.855Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T05:07:15.855Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_vq3dVddQ3lX926OMa3Od is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:07:15.855Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T05:07:15.855Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_vq3dVddQ3lX926OMa3Od is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:07:15.855Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_vq3dVddQ3lX926OMa3Od
Description:catalog service description
Model UUID:a1d619d1-3b57-4322-a3f4-ab3e82655640
Model Version:NULL
Model InvariantUuid:88a80149-2fba-4358-b573-2e5981108ca2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
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-10-12T05:07:15.862Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: de3eb47f-0dfe-4650-979c-4b65407fabb8
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-10-12T05:07:15.865Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||pNF 058d6cea-ce3d 0
2021-10-12T05:07:15.865Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: de3eb47f-0dfe-4650-979c-4b65407fabb8
2021-10-12T05:07:15.865Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||No resources found for Service: a1d619d1-3b57-4322-a3f4-ab3e82655640
2021-10-12T05:07:15.865Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: a1d619d1-3b57-4322-a3f4-ab3e82655640
2021-10-12T05:07:15.865Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 058d6cea-ce3d 0 de3eb47f-0dfe-4650-979c-4b65407fabb8 ASDC
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-10-12T05:07:15.870Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@f73338c, org.onap.sdc.toscaparser.api.parameters.Input@15c5091d, org.onap.sdc.toscaparser.api.parameters.Input@1d3f8359, org.onap.sdc.toscaparser.api.parameters.Input@45415006, org.onap.sdc.toscaparser.api.parameters.Input@53b8e471]
2021-10-12T05:07:15.870Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-12T05:07:15.870Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_vq3dVddQ3lX926OMa3Od is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-12T05:07:15.871Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid a1d619d1-3b57-4322-a3f4-ab3e82655640: pNF 058d6cea-ce3d
2021-10-12T05:07:15.871Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||INFO|500||Processing PNF resource: de3eb47f-0dfe-4650-979c-4b65407fabb8
2021-10-12T05:07:15.871Z|75df7439-8e2f-4596-be08-bd539511aae7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery